If you send a link to the form that is giving you the trouble to campbellATcampbellhoffman.com I will take a look at the generated code and see what is happening.
To anybody else is having this problem, this was resolved by checking for conflicts with other scripts.
I have the same problem, the fields of my two forms are not validated anymore. Empty required fields are also passed through. I’m using the version 1.5.9
is ther a soution for the problem? need help
The solution had to do with a conflict with another plugin. If you post a link to the form I’ll take a look at the code and see whats wrong.
http://metal-bibel.de/anmeldung/
here is the link – hope it helps … thanks!
Thank you for posting about this – there was a bug that completely broke validation, but it should be fixed in 1.5.21. Also your custom validator’s regexp needs to have a forward slash ‘/’ at the beginning and end, otherwise this will cause a javascript crash as well.
updated to 1.5.21 and removed my custom regex …it is not fixed … switched off all other plugins (for testing) but still no validation – would you be so kind to have a second look at it? thanks!
It looks like you have an empty condition, which is crashing the script. Try it without the conditions first and see if the validation still doesn’t work.
hmmm – i deleted my custom Text Validator “not empty” – then set all Validators to “…” – there are no conditions in the form – but empty fields still not checked ..
http://metal-bibel.de/anmeldung/
Okay then thats the bug. The form is outputting partial code for a condition. I’ll have an update shortly.
Thank you for seeking – I did the update – but no effect …
http://metal-bibel.de/anmeldung/
Okay, try these steps: If you go to Conditions in the form editor, there should be nothing between the ‘Add’ button at the top and the ‘Cancel’ button at the bottom. If there is a condition box, click ‘delete’ and then save. If the page is empty, add a new condition, save the changes, then delete the condition, and save again.
The problem is the form is outputting a partial condition script, so somewhere in the database there is a record of a condition, which needs to be removed.
YES! That was it Thank you so much!!