Accessibility Compliance
SurveyJS libraries meet a variety of WCAG and Section 508 standards. Run AXE® Validation to assess this demo’s accessibility level.

Multi-Step Form Wizard

Edit in →
Survey Creator

A multi-step form (form wizard) divides a long form into a sequence of smaller steps. In SurveyJS, you can implement this pattern either by defining multiple pages or by setting questionsOnPageMode to "questionPerPage". This configuration converts your form into a multi-step wizard where users navigate between steps (each representing a single question or a group of related questions) using Previous / Next buttons.

To build a form wizard in SurveyJS using question-per-page mode, follow these steps:

  1. Enable question-per-page mode.
    Set questionsOnPageMode to "questionPerPage" on the survey model (or in JSON). The survey will display elements one at a time in their defined order.

  2. Organize the survey JSON schema.
    In question-per-page mode, the survey advances through elements sequentially, regardless of how they are grouped into pages. To display multiple questions within a single step, group them in a panel. You do not need to create one page per step.

  3. (Optional) Add a progress indicator.
    For longer forms, enable a progress bar to show completion status. The progressBarType value "questions" is well suited to this pattern because each step corresponds to a single question.

Refer to the JSON listing for a complete example.

Your cookie settings

We use cookies to make your browsing experience more convenient and personal. Some cookies are essential, while others help us analyse traffic. Your personal data and cookies may be used for ad personalization. By clicking “Accept All”, you consent to the use of all cookies as described in our Terms of Use and Privacy Statement. You can manage your preferences in “Cookie settings.”

Your renewal subscription expires soon.

Since the license is perpetual, you will still have permanent access to the product versions released within the first 12 month of the original purchase date.

If you wish to continue receiving technical support from our Help Desk specialists and maintain access to the latest product updates, make sure to renew your subscription by clicking the "Renew" button below.

Your renewal subscription has expired.

Since the license is perpetual, you will still have permanent access to the product versions released within the first 12 month of the original purchase date.

If you wish to continue receiving technical support from our Help Desk specialists and maintain access to the latest product updates, make sure to renew your subscription by clicking the "Renew" button below.