VinceG / twitter-bootstrap-wizard

This twitter bootstrap plugin builds a wizard out of a formatter tabbable structure. It allows to build a wizard functionality using buttons to go through the different wizard steps and using events allows to hook into each step individually.
MIT License
1.39k stars 676 forks source link

Is there a saveState option for step and data? #207

Closed Organizer21 closed 7 years ago

Organizer21 commented 7 years ago

While users should not refresh a page, is there already a saveState like option built into this script that would recall the current wizard and step on a refresh?

VinceG commented 7 years ago

@Organizer21 No. This is beyond this plugins scope. you can save the state in a local storage and load it up on refresh then call the show method for that specific step previously saved.