Can I somehow turn off field validation (validation is done by my own js)?
I have a checkbox which, if I choose, I do not want to validate this field.
I can include checking that checkbox in the js validation.
But that validation is not performed when the checkbox is changed.
How to force js field validation when changing another field?
I have a checkbox which, if I choose, I do not want to validate this field.
I can include checking that checkbox in the js validation.
But that validation is not performed when the checkbox is changed.
How to force js field validation when changing another field?
Set the field validation to disabled and enable it with the checkbox, and you better switch to v7 for latest updates!
You need to login to be able to post a reply.