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?
Page 1 / 1
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')
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.