Basic withVisible Wizard
First
Second
Third
Hidden
Fourth
Fifth
Sixth
Seventh
1
2
3
4
5
6
7
8
Previous
Next
HTML
JS
$(document).ready(function() { $('#rootwizard').bootstrapWizard({withVisible: false}); });