FormWizard: Simplest usage.
In this example we just provide a form and apply FormWizard to it.
No special options are provided to the constructor, just the id of the form we want to convert.
The code
The code is very simple:
new FormWizard('contactForm');
Press this button to see it at work:
You should also feel free to peruse the css used to style the wizard.