surveyjs / survey-library

Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout.
https://surveyjs.io/form-library
MIT License
4.12k stars 802 forks source link

Singlepage mode - pages are shown as panels in Preview #8084

Closed novikov82 closed 5 months ago

novikov82 commented 5 months ago

https://github.com/surveyjs/survey-library/assets/29385489/7c6daab1-18c1-4063-98b8-d06a5ecf6b25

novikov82 commented 5 months ago

{ "pages": [ { "name": "page1", "elements": [ { "type": "text", "name": "question1" } ], "title": "Page 1" }, { "name": "page2", "elements": [ { "type": "text", "name": "question2" } ], "title": "Page 2" } ], "questionsOnPageMode": "singlePage", "showPreviewBeforeComplete": "showAllQuestions" }