Form / Form Wizard
Smart Wizard Horizontal
Smart Wizard Vertical
How To Use
Basic Use HTML
<div class="smart-wizard">
<ul>
<li><a href="#step-1">1. Step One</a></li>
...
</ul>
<div>
<div id="step-1">
<form action="#">
<div class="row mbn-20">
Content Here
</div>
</form>
</div>
...
</div>
</div>
Js Activation
$('.smart-wizard').smartWizard({
showStepURLhash: false,
});
For more Information please follow the Official Documentation