Example of a straight wizard with the steps defined using fieldset elements
- Straight wizard with three steps.
- Steps are defined using fieldset elements. One could use e.g. div elements etc as well.
- Validation plugin enabled for the email field on the second step.
- Form plugin enabled and beforeSubmit and success callbacks are used.