Solved
How do I disable the previous button in the middle of the survey?
I want to allow participants to go back in most of the pages of the survey, but there are some pages where I don't want them to be able to go back. How do I disable the previous button in the middle of the survey?
Best answer by AnthonyR
On questions where you do not want them to be able to go back, add the following to the AddOnReady section of the javascript editor:
$('PreviousButton').hide();
$('PreviousButton').disable();
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
