Move to the Next Page Automatically
In most surveys, respondents should click the Next button to proceed to the following page. This may be tiresome, especially if the survey contains many pages with only one question per page. In this case, you can enable auto-advance. With this feature, a survey automatically switches to the next page when all questions on the current page are answered and submits survey results once the survey is completed. To activate auto-advance, set the goNextPageAutomatic
property to true
.
Optionally, you can hide navigation buttons: Start, Next, Previous, Preview, and Complete. Disable the showNavigationButtons
property in a survey JSON schema to hide all the buttons. This demo disables the showNavigationButtons
property within SurveyModel
's onStarted
event handler to hide all buttons except the Start button.