Sub: New Account
There are many variations of passages of Lorem Ipsum available.
<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>
$('.smart-wizard').smartWizard({
showStepURLhash: false,
});
For more Information please follow the Official Documentation