0 votes
in SoSci Survey (English) by s293245 (110 points)

I would like to add a back button that allows participants to navigate to the previous page within the survey(so back to the previous page/question), not to the previous page in their browser's history.

In the setting, I only can find the adding back button for "whole questionnaire".
I have also tried with the HTML code:

<button type="button" onclick="window.history.back();">Go Back</button>

However, it is only for the browser's history which will cause the answer wont be saved.

Is there a built-in feature for this specific functionality directly accessible via HTML?

thank you so much for the help!

1 Answer

0 votes
by SoSci Survey (320k points)

The solution is this line of PHP code

option('backbutton', true);

Willkommen im Online-Support von SoSci Survey.

Hier bekommen Sie schnelle und fundierte Antworten von anderen Projektleitern und direkt von SoSci Survey.

→ Eine Frage stellen


Welcome to the SoSci Survey online support.

Simply ask a question to quickly get answers from other professionals, and directly from SoSci Survey.

→ Ask a Question

...