Hello,
I am learning ChronoForms and I created a simple form with just the last name and first name text box and a submit button.
When I sent it to my email but this is what I receive.
First Name {First Name}
Last Name {Last Name}
Where is the actual data?
Thanks, Chuck
I am learning ChronoForms and I created a simple form with just the last name and first name text box and a submit button.
When I sent it to my email but this is what I receive.
First Name {First Name}
Last Name {Last Name}
Where is the actual data?
Thanks, Chuck
Hi Chuck,
It looks as though you may have spaces in the input names, these are not allowed and will break the form. Use first_name, First_Name or firstname but not First Name.
Bob
It looks as though you may have spaces in the input names, these are not allowed and will break the form. Use first_name, First_Name or firstname but not First Name.
Bob
This topic is locked and no more replies can be posted.