Having the "Back"/"Forward" button also at top of the page. | XM Community
Skip to main content
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
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.
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!


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


Leave a Reply