I am using the jWizard jQuery plugin to implement a wizard in my application.
Standing on my requirements I have a total of four steps in the wizard
- Choose configuration
- Configuration of A
- Configuration of B
- Summary page
In the first step (Choose Configuration) I simply have two check boxes which the user can mark as checked. Every check box stands for a Configuration. The user can then select one or both of them. So, for example, if the user just select the "configuration A" check box I need to hide step 3 from the wizard. In the same case, if the user check both the boxes, I need to show first stepp 2 and then step 3 of the wizard.
Is there any way to achieve this behaviour with the jWizard plugin?
Thanks very much for helping.