Is it possible to turn off the back button on some questions?

in Custom Code
Is it possible to turn off the back button on some questions?
in Custom Code
The survey I'm working has the back button turned on. But once the user has reached a branch should end the survey, I'd like for them not to be able to go back. Is there a way to turn off the back button for certain questions? Or at the end of a logic branch?
0
Sign In to Comment
Answers
Yes it is possible, just write the below code in addOnReady function at the specific question, so the back button will be hidden.
jQuery('#PreviousButton').css('visibility','hidden')