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

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

  • 15 January 2020
  • 4 replies
  • 105 views

Userlevel 2
Badge +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
icon

Best answer by C_Bohn 15 January 2020, 19:11

View original

4 replies

Userlevel 3
Badge +2
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.
Userlevel 2
Badge +2
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!

Userlevel 2
Badge +1

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