jquery-smartwizard
jquery-smartwizard copied to clipboard
Force the user to navigate through all tabs in the wizard
Is your feature request related to a problem? Please describe. Yes. I am using this for a form submission. Sometimes users are submitting the form by hitting the save button (added via extraHtml param) and this will take them to a different page, but without finishing necessary actions in the remaining tabs.
Describe the solution you'd like An option to make it mandatory to navigate through all (selected / mandatory) tabs
Describe alternatives you've considered Tried using a javascript call back when submitting the form.
Additional context None