Solved
Moving next & previous buttons to the top of the page
The theme that I am using in my survey places the Next and Previous buttons on the bottom of the page, but I want them at the top. I also don't want to change my theme. How can I do this?
Best answer by AnthonyR
This is going to be highly dependent on theme if you want to do it using CSS, but I think adding the following to the source of your header should do it for most themes, using a bit of JavaScript.
<script type="text/javascript">
Qualtrics.SurveyEngine.addOnReady(function()
{
$('Header').insert($('Buttons'));
});
</script>
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
