Step 1 info not displaying in Step 2 email
-
This is what i have in Step 1 (contact form 1)
<h2 style=”text-align: center;”>CONFIGURE</h2>
<h4 style=”text-align: center;”>YOUR CONTAINER</h4>
<br>
[select* type “Container Type” “——–” “Storage” “Office” “Other”]
[select* size “Container Size” “——–” “3m” “6m” “12m”]
[select* delivery “Require Delivery” “——–” “Yes” “No”]
[submit “Next”]
[multistep “1-2-https://rawmediatesting.com/fs_containers/personal-information/”]
And this is what is in the mail section of step 1’s form:<h2 style=”text-align: center;”>CONFIGURE</h2>
<h4 style=”text-align: center;”>YOUR CONTAINER</h4>
<br>
Container Type: [type]
Container Size: [size]
Require Delivery: [delivery]This is what i have in Step 2 (contact form 2)
<label> Your Name* [text* your-name] </label>
<label> Your Email* [email* your-email] </label>
<label> Subject [text your-subject placeholder "Custom Order Form"] </label>
<label> Container Type <strong style=”color:#F00; font-weight:600;”>[multiform “type”] </label>
<label> Fabrication as per your requirements (conversion details) list [textarea fabrication] </label>
<label> Container Size
<strong style=”color:#F00; font-weight:600;”>[multiform “size”] </label>
<label> Require Delivery
<strong style=”color:#F00; font-weight:600;”>[multiform “delivery”] </label>
<label> Street Address [text address]</label>
<label> Street Address line 2 [text address2]</label>
<label> City [text city]</label>
<label> Postal Code [text postal]</label>
<label> Your Message [textarea your-message] </label>
<label>[recaptcha]</label>
[submit “Send”]
*may take up to 10 working daysAnd this is what i have in the mail part of Step2:
Your Name:
[your-name]Your Email:
[your-email]Subject:
[your-subject]Container Type:
[type]Fabrication as per your requirements (conversion details) list:
[fabrication]Container Size:
[size]Require Delivery:
[delivery]Street Address:
[address]
Street Address line 2:
[address2]City:
[city]Postal Code:
[postal]Your Message:
[your-message]when the email gets send all the info from step 2 displays in the email but [type] [size] and [delivery] doesnt show the info.
How can i get step 1’s info in the step 2 forms email.
Here is a link to show what i mean: https://rawmediatesting.com/fs_containers/wp-content/uploads/2017/05/conatct-form-7-multi.jpg
- The topic ‘Step 1 info not displaying in Step 2 email’ is closed to new replies.