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
I'm submitting my form using AJAX in a modal. The HTML of the modal is already in the DOM. After I submit my form I just dismiss the modal. So far so good.
Then when i click again to open the modal, in case someone wants to resubmit the form with other values, I reset the form and I need to send the wizard to the first step.
How can I do this (send the wizard to the first step ) ?
I'm need to do this in the success function of the AJAX.
Thanks
The text was updated successfully, but these errors were encountered:
pcout
changed the title
return to the beginning
returning to the first step
Jun 12, 2014
Hello,
I'm submitting my form using AJAX in a modal. The HTML of the modal is already in the DOM. After I submit my form I just dismiss the modal. So far so good.
Then when i click again to open the modal, in case someone wants to resubmit the form with other values, I reset the form and I need to send the wizard to the first step.
How can I do this (send the wizard to the first step ) ?
I'm need to do this in the success function of the AJAX.
Thanks
The text was updated successfully, but these errors were encountered: