Question T681
Visible to All Users

ReNew Survey after complete survey

created 7 years ago

Hi.
I want when complete survey, it reset and start another survey.
(I want show button "New Survey" when complete survey page.)

How I do this???

Thanks

Comments (1)

    Hello,

    This can be achieved via the following code:

    JavaScript
    survey.clear(); survey.render();

    You can check the https://github.com/surveyjs/surveyjs/issues/816 article and this documentation - https://surveyjs.io/Documentation/Library/?id=surveymodel#clear

    Thanks, Serge
    SurveyJS Team