Hello
I created a new form. After completing the form and sending email updates for the coming data from the form. Unfortunately, there is some data on the form. This is the mail that arrives:
"
Name of child {Child's Name}
Age of Child {Age of child}
Months, years {Months, years}
Email nemo81@gmail.com
Phone 123123123
Select a swimming pool {Select}
I consent to the processing of personal data for marketing purposes Consent {1}
IP: 213.238.81.125
"
As you can see form appears only e-mail address and phone number and the rest are missing. What did I do wrong?
I created a new form. After completing the form and sending email updates for the coming data from the form. Unfortunately, there is some data on the form. This is the mail that arrives:
"
Name of child {Child's Name}
Age of Child {Age of child}
Months, years {Months, years}
Email nemo81@gmail.com
Phone 123123123
Select a swimming pool {Select}
I consent to the processing of personal data for marketing purposes Consent {1}
IP: 213.238.81.125
"
As you can see form appears only e-mail address and phone number and the rest are missing. What did I do wrong?
Hi _n3m0_,
HTML input names can't include spaces, quotes or other special characters. Please change the input names to e.g. childs_name, age_of_child, . . .
Then add a Debugger action to see what is happening with the Select value.
Lastly, please check thei FAQ for the checkbox value.
Bob
HTML input names can't include spaces, quotes or other special characters. Please change the input names to e.g. childs_name, age_of_child, . . .
Then add a Debugger action to see what is happening with the Select value.
Lastly, please check thei FAQ for the checkbox value.
Bob
This topic is locked and no more replies can be posted.