jquery-wizard
jquery-wizard copied to clipboard
An asynchronous form wizard that supports branching.
My isse is that my form is not POST-ed having buttons like: ``` Submit ```
I have a submit button for saving but I need to add a new button if the user wants to save and finish later. the issue is that at the...
How can i skip step ?
Hi, In almost all cases of branching the decision is taken by a radio button selection. Then this selection turns mandatory and this control is required in the form. But...
In a case where I have multiple nested branches on a single form, the later steps disappear. For example, I have a color main branch with two dependent branches and...
Hi , like the title said :) i mean to be able to use the back and forward buttons of the browser to navigate the steps that would meany any...
Hi, how to reset wizard? and return to first step after submit Thanks.