form validation

Issues related to forms.
Post Reply
Weldon
 
 
Posts: 1
Joined: Thu Sep 03, 2020 3:15 am

form validation

Post 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.
User avatar
Pablo
 
Posts: 22486
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: form validation

Post 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.
Post Reply