Form Submission Email
-
Have a multipage form. In it – it has the ability to add rows and tabs for multiple entries. However in the email resulting from the form submisssion the data is separated like so..
Skillset:
row(1):Cleaning (Commercial)
row(2):Framing
row(3):Cleaning (Residential)
row(4):Painting (Commercial)
row(5):Concrete
|| Yrs Experience:
row(1):4-6 yrs
row(2):7-10 yrs
row(3):4-6 yrs
row(4):10+ yrs
row(5):4-6 yrs
— AND —
Project Title:
tab(1):Project A
tab(2):Project B
tab(3):Project C
Skill Set Used:
tab(1):Cleaning (Commercial)
tab(2):Concrete
tab(3):Painting (Commercial)
PointOfContact
tab(1):Ricardo Correa
tab(2):John Matthews
tab(3):Anthony Meadows
POC Phone:
tab(1):9194445151
tab(2):501-541-5849
tab(3):631-148-5585
start Date:
tab(1):2016-01-10
tab(2):2019-01-18
tab(3):2020-03-25
Completion Date:
tab(1):2017-01-10
tab(2):2020-01-25
tab(3):2020-10-24
Project Dollar Amount:
tab(1):4500
tab(2):35000
tab(3):84125
Project Description
tab(1):This is my project A
tab(2):Poured a new driveway
—–
I was coding the email in HTML format and only used <p> </p> between certain fields and encapsulated the entire multi rows or multi tabs into one <div> tag.. What you see above is the results..
Can we get this grouped together where all of data from ROW1 is with ROW1. and All of TAB1 is with Tab1 and accordingly?The page I need help with: [log in to see the link]
- The topic ‘Form Submission Email’ is closed to new replies.