Creating Similar Fields In the Same Form!?
-
Hello All,
I’m struggling to create a particular form that has three segments (General details / Billing details / Delivery details), that each ask for similar field information e.g. each segment asks for ‘company name’.I understand that the fields cannot exist in duplicate in the same form, otherwise they don’t capture. So, I’ve tried differentiating by giving unique IDs but this doesn’t seem to work.
I’ve copied the Form and the Mail info I have entered currently below, and would be very grateful if someone could advise what I am doing wrong and/or whether there is a workaround. Thank you in advance!
Personal and Company Information <p class="vc_col-sm-6 no-padding-right"> [text title placeholder "Preferred Title"] </p> <p class="vc_col-sm-6 no-padding-right"> [text your-name placeholder "Full Name*"] </p> <p class="vc_col-sm-6 no-padding-right"> [text phone placeholder "Phone"] </p> <p class="vc_col-sm-6 no-padding-right"> [text email placeholder "Email*"] </p> <p class="vc_col-sm-6 no-padding-right"> [text company placeholder "Company Name*"] </p> <p class="vc_col-sm-6 no-padding-right"> [text VAT number placeholder "VAT / Company Reg. Number*"] </p> <p class="vc_col-sm-6 no-padding-right"> [text website placeholder "Company Website"] </p> <p class="vc_col-sm-6 no-padding-right"> [text Street Address placeholder "House Number & Street Address"] </p> <p class="vc_col-sm-6 no-padding-right"> [text City placeholder "City"] </p> <p class="vc_col-sm-6 no-padding-right"> [text Post Code placeholder "Post Code*"] </p> <p class="vc_col-sm-6 no-padding-right"> [text Country placeholder "Country"] </p> </br> Billing Information </br> [checkbox checkbox-billing use_label_element "Same As General Address (please skip below)"] </p> <p class="vc_col-sm-6 no-padding-right"> [text company billing placeholder "Company Name*"] </p> <p class="vc_col-sm-6 no-padding-right"> [text street address billing placeholder "House Number & Street Address*"] </p> <p class="vc_col-sm-6 no-padding-right"> [text city billing placeholder "City*"] </p> <p class="vc_col-sm-6 no-padding-right"> [text post code billing placeholder "Post Code*"] </p> <p class="vc_col-sm-6 no-padding-right"> [text country billing placeholder "Country*"] </p> <p class="vc_col-sm-6 no-padding-right"> [text email billing placeholder ""Email Address (For PDF-invoices)*"] </p> </br> Delivery Information </br> [checkbox checkbox-delivery use_label_element "Same As General Address (please skip below)"] </p> <p class="vc_col-sm-6 no-padding-right"> [text company name delivery placeholder "Company Name*"] </p> <p class="vc_col-sm-6 no-padding-right"> [text street address delivery placeholder "House Number & Street Address*"] </p> <p class="vc_col-sm-6 no-padding-right"> [text city delivery placeholder "City*"] </p> <p class="vc_col-sm-6 no-padding-right"> [text post code delivery placeholder "Post Code*"] </p> <p class="vc_col-sm-6 no-padding-right"> [text country delivery placeholder "Country*"] </p> </br>
From: [your-name]
Title: [title]
Full Name: [your-name]
Phone: [phone]
Email: [email]
Company: [company]
VAT / Company Reg. Number: [VAT]
Company Website: [website]
Street Address: [Street]
Your City: [City]
Post Code: [Post]
Your Country: [Country]Billing Information: [checkbox-billing]
Company Name 1: [company billing]
House Number & Street Address: [street address billing]
City: [city billing]
Post Code: [post billing]
Country: [Country billing]
Email Address for PDF Invoices: [email billing]Delivery Information: [checkbox-delivery]
Company Name 1: [Company delivery]
House Number & Street Address: [street address delivery]
City: [City delivery]
Post Code: [post delivery]
Country: [Country delivery]
- The topic ‘Creating Similar Fields In the Same Form!?’ is closed to new replies.