Page 1 of 1
Form not including iputed data
Posted: Fri Feb 12, 2021 5:42 pm
by Hbrownell
I created a form within a layoutgrid and brought in the elements I needed. It successfully sends me a message, however non of the input fields are shown. I just see the field names and an : and then nothing.. What did I miss?
http://henrisandbox.com/files/test.zip
Thank you!
Re: Form not including iputed data
Posted: Fri Feb 12, 2021 6:12 pm
by Pablo
The link to the project does not work for me.
Are you sure it is valid?
Re: Form not including iputed data
Posted: Fri Feb 12, 2021 7:32 pm
by Hbrownell
Re: Form not including iputed data
Posted: Fri Feb 12, 2021 9:09 pm
by Pablo
I cannot see what you have done based on the published page, but it looks like you have add invalid code which breaks the structure of the page.
To be able to help you, I need a copy of the project file (wbs).
Also, please remove everything from the project that is not relevant to your questions.
Basically, the project should only have one page and form, so it's immediately clear what you have done.
Related FAQ:
https://www.wysiwygwebbuilder.com/forum ... 10&t=82134
Re: Form not including iputed data
Posted: Fri Feb 12, 2021 9:33 pm
by Hbrownell
Sorry, same link works with new file.
Re: Form not including iputed data
Posted: Fri Feb 12, 2021 11:19 pm
by Hbrownell
Re: Form not including iputed data
Posted: Sat Feb 13, 2021 7:40 am
by Pablo
I cannot find anything wrong with the form, it seems to be ok.
Did you test this form (from the demo project)?
Re: Form not including iputed data
Posted: Sat Feb 13, 2021 5:08 pm
by Hbrownell
No, not sure what you mean by "demo".
Re: Form not including iputed data
Posted: Sat Feb 13, 2021 5:16 pm
by Hbrownell
This is what is coming through the e-mails.
Re: Form not including iputed data
Posted: Sat Feb 13, 2021 6:24 pm
by Pablo
Firsts please remove the code inside the body tag on the master page, it is wrong and breaks the structure of the page.
The email input field should be named 'email' not 'Email'
Also, all input fields are duplicated because you have copied the same fields in the breakpoint. You can reuse the same objects for the mobile layout.