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

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

  • 28 May 2020
  • 1 reply
  • 239 views

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?


1 reply

Userlevel 5
Badge +4

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