How can I call form validation manually by javascript?

ki 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
he healyhatman 21 Jun, 2019
How about jQuery('#formid').form('validate form');
This topic is locked and no more replies can be posted.