Example of a branching wizard. Multiple branches.
- Wizard with five steps, that branches at several steps.
- On the first step the branching is decided depending on which country is selected.
- On the Finnish Step 2 the branching is decided depending on whether the user wants the newsletters.
- The form is posted on step "Swedish last step - Information" due to the step having a class="submit_step"
- Validation plugin enabled for the email fields on the second step.
- Form plugin enabled and beforeSubmit and success callbacks are used.