Forums

How can I call form validation manually by javascript?

kindheart 21 Jun, 2019
Hi! I'm building a multi step form, I need to call fields validation manually by javascript, how can I do it? thanks. I tried jQuery("#formID").gvalidate('validate_area'); but no luck
healyhatman 21 Jun, 2019
How about jQuery('#formid').form('validate form');
kindheart 21 Jun, 2019
no it doesn't work, sorry
This topic is locked and no more replies can be posted.