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

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

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.


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 ? 


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


Ok thanks these info @omkarkewat

Is there any chance you can help me on another post 

 


@Tata C I’ll try if I can.


Leave a Reply