Question T1907
Visible to All Users

Navigation between pages

created 6 years ago

We are planning to create a left navigation for all the pages with in a survey.

  1. Can we be able to do that.
  2. Also looking to show all the pages into one and scroll to the first question on the selected page.

Answers approved by surveyjs Support

created 6 years ago

Hello,
Sure you can. Please look at this example. Use the survey.visiblePages property to get the list of visible pages in the survey.
Use may use writable survey.currentPage or survey.currentPageNo to get or set a new current page.

Thank you,
Andrew
SurveyJS Team