Validation Rules Suddenly Not Working


Badge +2

I have a handful of validation rules that were working perfectly fine and now have stopped. I can't tell what happened.


3 replies

Userlevel 6
Badge +16

Can you "debug" the form and see if there is any scripting error?

Have you custom scripting?

It use to be an error on script that makes fail validations

Badge +2

I'm not very technical at all...I would need help understanding how to debug. I don't have any custom CSS or Java that I am aware of.

Userlevel 5
Badge +14

in browser press F12 and switch to Console tab in window that pops up.

then go and run your form. check console log for any errors reported.

Reply