Enable back/previous button on all pages | XM Community
Skip to main content
Solved

Enable back/previous button on all pages

  • January 17, 2024
  • 5 replies
  • 280 views

Forum|alt.badge.img+3
  • Level 3 ●●●
  • 67 replies

Hello everyone, 

I’ve enabled the back button in the options of the survey, I’ve also add this code below in Header in Look & Feel :

<script>

jQuery('#PreviousButton').show();
});
</script>

And also add that code in CSS :

.PreviousButton{
display: all;
}

But I still don’t have back button on some pages can someone please help ? 

Regards,

Tata

Best answer by omkarkewat

 @Tata C Right, the limitation implies to the branch logic (display logic) so it won’t be visible.

5 replies

Forum|alt.badge.img+21
  • QPN Level 5 ●●●●●
  • 306 replies
  • January 17, 2024

Hi @Tata C 
Qualtrics has some limitation w.r.t. back button. If you have display logic on the first question of a new block, the back button won't be visible on it. To ensure the back button is visible, all the questions should be in a single block.


Forum|alt.badge.img+3
  • Author
  • Level 3 ●●●
  • 67 replies
  • January 17, 2024

Hello @omkarkewat 

Thanks for your help.

My questions are in single blocks. I can see that the question that are in branch logic in my survey flow don’t display back button. Is there a way I can enable it on those pages ? 


Forum|alt.badge.img+21
  • QPN Level 5 ●●●●●
  • 306 replies
  • Answer
  • January 17, 2024

 @Tata C Right, the limitation implies to the branch logic (display logic) so it won’t be visible.


Forum|alt.badge.img+3
  • Author
  • Level 3 ●●●
  • 67 replies
  • January 17, 2024

Ok thanks these info @omkarkewat

Is there any chance you can help me on another post 

 


Forum|alt.badge.img+21
  • QPN Level 5 ●●●●●
  • 306 replies
  • January 17, 2024

@Tata C I’ll try if I can.