artoodetoo / formToWizard

Turn any webform into multi-step wizard with jQuery
MIT License
55 stars 26 forks source link

It doesn't work with Ajax validation #8

Open pmtarantino opened 4 years ago

pmtarantino commented 4 years ago

If you use jQuery validation-engine as your validation library, and you add an ajax validation, it won't work because formToWizard doesn't wait for the ajax response to decide if it has to proceed or not to the next step.