I am using Free Bootstrap Wizard. https://www.bootstrapdash.com/product/free-bootstrap-wizard/#product-demo-section
wizard code http://www.jquery-steps.com
Trying to redirect the user to register-success.html page after click finish button.
Here is my JS:
//Wizard Init
$("#wizard").steps({
headerTag: "h3",
bodyTag: "section",
transitionEffect: "none",
stepsOrientation: "vertical",
titleTemplate: '<span class="number">#index#</span>'
});