Conditional Fields NOT passing to email
-
Hey,
I love this extension, it does exactly what I need it to do, except the conditional logic fields that I created are not being passed through to the email after they are filled out. There is more than one form that is using conditional logic on the site, but the one that I included is using it in 2 different places. Below is the source code for the form and the email. Any help that you are able to provide would be greatly appreciated!
Thank you in advance,
Daniel
Form Source Code:
<label>Parent’s Information</label>
[text* parent-name placeholder “Parent/Guardian Full Name”]
[text* ID placeholder “ID # (License/Health Card)”]
[tel* tel placeholder “Phone #”]
[email* email placeholder “Email Address”]
<label>Today’s Date:</label> [date* date placeholder]
<label>Child’s Information</label>
<label>Please select the # of kids you are registering: [select* number-of-kids include_blank “1” “2” “3” “4”]</label>
[group kids-1]
<label>Child 1 – $49</label>
[text* childname placeholder “Child Full Name”] [number* age placeholder “Age”][text allergies placeholder "Health Info (Allergies, etc.)"]
[/group][group kids-2]
<label>Child 1 – $49</label>
[text* childname placeholder “Child Full Name”] [number* age placeholder “Age”][text allergies placeholder "Health Info (Allergies, etc.)"]
<label>Child 2 – $19</label>
[text* childname-2 placeholder “Child Full Name”] [number* age-2 placeholder “Age”][text allergies-2 placeholder "Health Info (Allergies, etc.)"]
[/group][group kids-3]
<label>Child 1 – $49</label>
[text* childname placeholder “Child Full Name”] [number* age placeholder “Age”][text allergies placeholder "Health Info (Allergies, etc.)"]
<label>Child 2 – $19</label>
[text* childname-2 placeholder “Child Full Name”] [number* age-2 placeholder “Age”][text allergies-2 placeholder "Health Info (Allergies, etc.)"]
<label>Child 3 – $19</label>
[text* childname-3 placeholder “Child Full Name”] [number* age-3 placeholder “Age”][text allergies-3 placeholder "Health Info (Allergies, etc.)"]
[/group][group kids-4]
<label>Child 1 – $49</label>
[text* childname placeholder “Child Full Name”] [number* age placeholder “Age”][text allergies placeholder "Health Info (Allergies, etc.)"]
<label>Child 2 – $19</label>
[text* childname-2 placeholder “Child Full Name”] [number* age-2 placeholder “Age”][text allergies-2 placeholder "Health Info (Allergies, etc.)"]
<label>Child 3 – $19</label>
[text* childname-3 placeholder “Child Full Name”] [number* age-3 placeholder “Age”][text allergies-3 placeholder "Health Info (Allergies, etc.)"]
<label>Child 4 – $19</label>
[text* childname-4 placeholder “Child Full Name”] [number* age-4 placeholder “Age”][text allergies-4 placeholder "Health Info (Allergies, etc.)"]
[/group]
<label>Payment Information</label>
<label>Do you want to pay:</label>[select* payment include_blank “monthly” “bi-monthly” “semi-annually” “annually”]
[group monthly-1]<div align=”center”><label>Total Due: $49.00</label></div>[/group]
[group monthly-2]<div align=”center”><label>Total Due: $68.00</label></div>[/group]
[group monthly-3]<div align=”center”><label>Total Due: $87.00</label></div>[/group]
[group monthly-4]<div align=”center”><label>Total Due: $106.00</label></div>[/group]
[group bimonthly-1]<div align=”center”><label>Total Due: $98.00</label></div>[/group]
[group bimonthly-2]<div align=”center”><label>Total Due: $136.00</label></div>[/group]
[group bimonthly-3]<div align=”center”><label>Total Due: $174.00</label></div>[/group]
[group bimonthly-4]<div align=”center”><label>Total Due: $212.00</label></div>[/group]
[group semiannual-1]<div align=”center”><label>Total Due: $294.00</label></div>[/group]
[group semiannual-2]<div align=”center”><label>Total Due: $408.00</label></div>[/group]
[group semiannual-3]<div align=”center”><label>Total Due: $522.00</label></div>[/group]
[group semiannual-4]<div align=”center”><label>Total Due: $636.00</label></div>[/group]
[group annual-1]<div align=”center”><label>Total Due: $588.00</label></div>[/group]
[group annual-2]<div align=”center”><label>Total Due: $816.00</label></div>[/group]
[group annual-3]<div align=”center”><label>Total Due: $1,044.00</label></div>[/group]
[group annual-4]<div align=”center”><label>Total Due: $1,272.00</label></div>[/group]
[submit “Submit”]
Email Source Code:
Child’s Information
Total Kids Registered: [number-of-kids][kids-1]
Child 1 Name: [childname]
Child 1 Age: [age]
Child 1 Allergies: [allergies]
[/kids-1][kids-2]
Child 1 Name: [childname]
Child 1 Age: [age]
Child 1 Allergies: [allergies]Child 2 Name: [childname-2]
Child 2 Age: [age-2]
Child 2 Allergies: [allergies-2]
[/kids-2][kids-3]
Child 1 Name: [childname]
Child 1 Age: [age]
Child 1 Allergies: [allergies]Child 2 Name: [childname-2]
Child 2 Age: [age-2]
Child 2 Allergies: [allergies-2]Child 3 Name: [childname-3]
Child 3 Age: [age-3]
Child 3 Allergies: [allergies-3]
[/kids-3][kids-4]
Child 1 Name: [childname]
Child 1 Age: [age]
Child 1 Allergies: [allergies]Child 2 Name: [childname-2]
Child 2 Age: [age-2]
Child 2 Allergies: [allergies-2]Child 3 Name: [childname-3]
Child 3 Age: [age-3]
Child 3 Allergies: [allergies-3]Child 4 Name: [childname-4]
Child 4 Age: [age-4]
Child 4 Allergies: [allergies-4]
[/kids-4]Parent Information
Parent Full Name: [parent-name]
ID # (License/Health Card): [ID]
Phone #: [tel]
Email Address: [email]
Date: [date]Do you want to pay: [payment]
Total Due: [monthly-1] [/monthly-1][monthly-2] [/monthly-2][monthly-3] [/monthly-3][monthly-4] [/monthly-4][bimonthly-1] [/bimonthly-1][bimonthly-2] [/bimonthly-2][bimonthly-3] [/bimonthly-3][bimonthly-4] [/bimonthly-4][semiannual-1] [/semiannual-1][semiannual-2] [/semiannual-2][semiannual-3] [/semiannual-3][semiannual-4] [/semiannual-4][annual-1][/annual-1][annual-2][/annual-2][annual-3] [/annual-3][annual-4] [/annual-4]The page I need help with: [log in to see the link]
The topic ‘Conditional Fields NOT passing to email’ is closed to new replies.