Form not including iputed data

Issues related to forms.
Post Reply
Hbrownell
 
 
Posts: 143
Joined: Fri Dec 06, 2019 3:58 pm
Location: Kentucky
Contact:

Form not including iputed data

Post 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!
User avatar
Pablo
 
Posts: 21570
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Form not including iputed data

Post by Pablo »

The link to the project does not work for me.
Are you sure it is valid?
Hbrownell
 
 
Posts: 143
Joined: Fri Dec 06, 2019 3:58 pm
Location: Kentucky
Contact:

Re: Form not including iputed data

Post by Hbrownell »

User avatar
Pablo
 
Posts: 21570
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Form not including iputed data

Post 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
Hbrownell
 
 
Posts: 143
Joined: Fri Dec 06, 2019 3:58 pm
Location: Kentucky
Contact:

Re: Form not including iputed data

Post by Hbrownell »

Sorry, same link works with new file.
Hbrownell
 
 
Posts: 143
Joined: Fri Dec 06, 2019 3:58 pm
Location: Kentucky
Contact:

Re: Form not including iputed data

Post by Hbrownell »

User avatar
Pablo
 
Posts: 21570
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Form not including iputed data

Post by Pablo »

I cannot find anything wrong with the form, it seems to be ok.
Did you test this form (from the demo project)?
Hbrownell
 
 
Posts: 143
Joined: Fri Dec 06, 2019 3:58 pm
Location: Kentucky
Contact:

Re: Form not including iputed data

Post by Hbrownell »

No, not sure what you mean by "demo".
Hbrownell
 
 
Posts: 143
Joined: Fri Dec 06, 2019 3:58 pm
Location: Kentucky
Contact:

Re: Form not including iputed data

Post by Hbrownell »

Image

This is what is coming through the e-mails.
User avatar
Pablo
 
Posts: 21570
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Form not including iputed data

Post 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.
Post Reply