Having the "Back"/"Forward" button also at top of the page. | XM Community
Skip to main content
Solved

Having the "Back"/"Forward" button also at top of the page.

  • January 15, 2020
  • 4 replies
  • 177 views

Forum|alt.badge.img+2
Hi there! Is there an opportunity to have the back/forward buttons not only at the bottom of the page, but also at the top? Best walli

Best answer by C_Bohn

Under "Look and Feel" of your survey, go to "General" and insert the following into "Header": ``` <script type="text/javascript"> Qualtrics.SurveyEngine.addOnReady(function() { jQuery('#HeaderContainer').after(jQuery('#Buttons').clone(1)); $('Header').insert($('Buttons')); }); </script> ``` Leave the "Footer" alone.

4 replies

C_Bohn
Level 2 ●●
Forum|alt.badge.img+2
  • Level 2 ●●
  • Answer
  • January 15, 2020
Under "Look and Feel" of your survey, go to "General" and insert the following into "Header": ``` <script type="text/javascript"> Qualtrics.SurveyEngine.addOnReady(function() { jQuery('#HeaderContainer').after(jQuery('#Buttons').clone(1)); $('Header').insert($('Buttons')); }); </script> ``` Leave the "Footer" alone.

Forum|alt.badge.img+2
  • Author
  • Level 1 ●
  • January 16, 2020
Perfect @C_Bohn that did the trick. Thanks a lot!

This is great! C_Bohn would you be willing to edit this code a bit so that it would provide only a back button at the top of the page? I have a back/forward at the bottom as normal, but I want only a back button and no forward button at the top of the page. I don't want to provide the temptation to click through the survey too quickly. Thanks!


Forum|alt.badge.img+1

Hello C_Bohn is it possible to add only the back button on top and the next button appearing at the bottom?