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!
Form not including iputed data
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
-
-
- Posts: 161
- Joined: Fri Dec 06, 2019 3:58 pm
- Location: Kentucky
- Contact:
- Pablo
- Posts: 23687
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: Form not including iputed data
The link to the project does not work for me.
Are you sure it is valid?
Are you sure it is valid?
-
-
- Posts: 161
- Joined: Fri Dec 06, 2019 3:58 pm
- Location: Kentucky
- Contact:
- Pablo
- Posts: 23687
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: Form not including iputed data
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
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
-
-
- Posts: 161
- Joined: Fri Dec 06, 2019 3:58 pm
- Location: Kentucky
- Contact:
Re: Form not including iputed data
Sorry, same link works with new file.
-
-
- Posts: 161
- Joined: Fri Dec 06, 2019 3:58 pm
- Location: Kentucky
- Contact:
- Pablo
- Posts: 23687
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: Form not including iputed data
I cannot find anything wrong with the form, it seems to be ok.
Did you test this form (from the demo project)?
Did you test this form (from the demo project)?
-
-
- Posts: 161
- Joined: Fri Dec 06, 2019 3:58 pm
- Location: Kentucky
- Contact:
Re: Form not including iputed data
No, not sure what you mean by "demo".
-
-
- Posts: 161
- Joined: Fri Dec 06, 2019 3:58 pm
- Location: Kentucky
- Contact:
Re: Form not including iputed data
This is what is coming through the e-mails.
- Pablo
- Posts: 23687
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: Form not including iputed data
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.
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.