Multi-Step Form Wizard
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. Read more...