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

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

  • May 28, 2020
  • 1 reply
  • 323 views

Sammi_Leroy1430

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

SurajK
QPN Level 3 ●●●
Forum|alt.badge.img+4
  • QPN Level 3 ●●●
  • May 28, 2020

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')