[Ticket cloned from T4405: How to add json to the new page as a question dynamically?]
how to delete a first page dynamically with script
On 6/15/2020 2:23 PM, Andrew Telnov [surveyjs Support] wrote:
[Ticket cloned from T4405: How to add json to the new page as a question dynamically?]
how to delete a first page dynamically with script
On 6/15/2020 2:23 PM, Andrew Telnov [surveyjs Support] wrote:
Hello,
Please use the following code to delete the current page:
JavaScriptsurveyCreator.deletePage();
If you want to delete the first page, then use the following code:
JavaScriptsurveyCreator.deleteElement(surveyCreator.survey.pages[0]);
Thank you,
Andrew
SurveyJS Team
You can create as many questions on the page as you want. We do not put any limitation.
PS: Please create a new ticket/e-mail for a new question.
Thank you,
Andrew
SurveyJS Team
How to do I create more than five on the same the page with script,
On 6/18/2020 4:54 PM, Andrew Telnov [surveyjs Support] wrote:
Hello,
I've created a separate ticket on your behalf (T4434: How to do I create more than five on the same the page with script?). It has been placed in our processing queue and will be answered shortly.
Thanks, Serge
SurveyJS Team