jquery-wizard icon indicating copy to clipboard operation
jquery-wizard copied to clipboard

An asynchronous form wizard that supports branching.

Results 7 jquery-wizard issues
Sort by recently updated
recently updated
newest added

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...

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...

enhancement

Hi, how to reset wizard? and return to first step after submit Thanks.