jquery-steps
jquery-steps copied to clipboard
How to hide one or two steps based on the dropdown selection?
I have a form that I want to hide a couple of steps if the selected value from a dropdown is "Basic". If the value is "Advanced", it should display all the steps.
How can I achieve this ?