Is it possible to turn off the back button on some questions? | XM Community
Skip to main content

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?

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