Page 1 of 1

Form Validation Confusion

Posted: Wed Nov 20, 2019 3:59 pm
by jhammy70
Hi all,

I am having problems setting up a form in the latest version of the software. I have set the validation parameters for each edit box but I don't know how to link them with the submit button so that the form verifies the information in the edit boxes before allowing the form to be submitted and triggering the desired event.

Re: Form Validation Confusion

Posted: Wed Nov 20, 2019 4:20 pm
by Pablo
You do not have to link them to the submit button. This will be done automatically.
If it does not work then this probably means that there is a conflict in your settings.
To be able to help you, I need to know all your settings.

Related tutorial:
http://wysiwygwebbuilder.com/validation.html

Re: Form Validation Confusion

Posted: Wed Nov 20, 2019 4:28 pm
by jhammy70
When I load the page you can click on the submit button without needing to enter the information in the edit boxes.

Re: Form Validation Confusion

Posted: Wed Nov 20, 2019 4:56 pm
by jhammy70
Is there a way for me to upload the .wbs file to the forum so that admin can troubleshoot?

Re: Form Validation Confusion

Posted: Wed Nov 20, 2019 5:03 pm
by BaconFries
Is there a way for me to upload the .wbs file to the forum so that admin can troubleshoot?
Sorry uploads to the forum has been disabled. You yourself can upload the .wbs to your own server/host and then provide a url to download. When doing so please remove all extensions/custom code ypu may have added.
See the following
viewtopic.php?f=10&t=82134

Re: Form Validation Confusion

Posted: Wed Nov 20, 2019 5:34 pm
by jhammy70
Here is the link for my .wbs file in dropbox.

https://www.dropbox.com/s/k5w3vkj1savzq ... e.wbs?dl=0

I may have some of the conditions wrong.

I am simply trying to set the form up so that a user has to enter a valid name and email address before clicking the submit button. Once they click "Submit" they will be taken to a download page on my site.

Re: Form Validation Confusion

Posted: Wed Nov 20, 2019 5:45 pm
by Pablo
There is no submit button on the form. You have configured the button as link. This is not correct.
Please remove the link and set the button type to 'Submit'

Related tutorial:
http://wysiwygwebbuilder.com/forms.html