The Wizflow Demo Page experiment


The Wizflow is an attempt to manage a basic wizard using the yii2-worfklow extension. Basically the wizard UI pattern can be view as a workflow that the user is going to visit while filling-up forms and pushing the "next" button.
Below is the workflow used by the wizard on the right.

wizflow workflow

The use first enters his/her name and email, and then chooses his/her favorite color. Based on this reply, the wizard will drive to a different form (branching). At last, the wizard displays a final form (rate).

Read more on the Github Repo.

The Great Wizard