Question T508
Visible to All Users

back to survey button after complete the survey?

created 7 years ago (modified 7 years ago)

Is there a way to add the button to click to go back to survey to review his/her answers after complete the survey?

=======================================================
Update.
I found the answer from the ticket below. Please ignore this ticket.

https://surveyjs.answerdesk.io/ticket/details/t88

Answers

created 7 years ago

Hello,
Sure, use the clear function: https://surveyjs.io/Documentation/Library/?id=surveymodel#clear
survey.clear(false, true);
survey.render();

Thank you,
Andrew
SurveyJS Team