You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you get back from ajax and there are validation errors that you think are server side and ajax is returning if there is an error or success then get a variable back from server telling you which step to goto.
Then on completion simply call this (assuming your step is i = 2)
$('#myselector').stepy("step",i);
When submitting a form containing invalid fields in previous steps, plugin will not jump back to bad step, like back and next buttons do!
This situation can occur when a field is under Ajax checking, so answer is delayed.
The text was updated successfully, but these errors were encountered: