Hello,
I've created a form several times. Each time, it works for a few tries then the Validation & Conditions
don't work any more. There are two check boxes for Email and Domain Name which should display
a field below them for entry of email and domain. These fields should not display until the
appropriate box is checked. When a box is unchecked, the field should hide. However, both
fields display all the time despite the status of the check boxes.
Various fields have popup validations which don't work at all. Customer name, address, credit card
information - all should require data entry. When the form was first created, all worked correctly.
Now it doesn't - even after rebuilding the form from scratch.
https://located.net
Project file: https://located.net/located.wbs
Roger
Validation & Conditions Not Working
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
Re: Validation & Conditions Not Working
In the validation settings of Editbox8 there is a quote in the text. This should be escaped otherwise it will break the structure of the script.
should be
Code: Select all
Enter the card owner's name
Code: Select all
Enter the card owner\'s name
Re: Validation & Conditions Not Working
Thank you Pablo! That was a pretty obscure issue that I could never have found.
It is working fine now.
Roger
It is working fine now.
Roger
Re: Validation & Conditions Not Working
You can trace these type of errors by using the error console of the browser (F12). In most cases, it will point to the exact location of the error.