[Ticket cloned from T4192: How do I call the function of remove question button on the surveyj, what is the function call?]
I would like to create a json as question and append the json to the new page
Example : let json = {"type" : "test","name" : "question1"};
var u = this.surveyCreator.survey.addNewPage("pages1");
u.addNewQuestion(json);
my problem, I am facing, it's not appending to the new page
On 6/15/2020 12:23 PM, Serge T [surveyjs Support] wrote: