Page 1 of 1

form validation

Posted: Tue Apr 30, 2024 4:28 pm
by Weldon
Is there a way to trigger form validation before a submit? $(#form).validate() doesn't seem to work with fields I have marked for as data required.

Re: form validation

Posted: Tue Apr 30, 2024 5:02 pm
by Pablo
The validation is triggered before submit. If this does not work for you then there is most likely a conflict in your settings.

If you need help, then please share a DEMO project so I can see what you have done.