On a different note: another problem is that the layout of the whole page changes for a millisecond when clicking the button... this is really weird.
To hide the next button, I use the code to hide the next button recommended here:
Qualtrics.SurveyEngine.addOnReady(function()
{
$('NextButton').hide();
}
I think this must be a standard problem, but could not find a solution here or on google (any hints welcome). Thanks a lot!Solved
Next button hidden but flashes on page transition
How can I avoid that a hidden next button still briefly flashes when a page transition occurs?
The Problem
!
On a different note: another problem is that the layout of the whole page changes for a millisecond when clicking the button... this is really weird.
To hide the next button, I use the code to hide the next button recommended here:
Qualtrics.SurveyEngine.addOnReady(function()
{
$('NextButton').hide();
}
I think this must be a standard problem, but could not find a solution here or on google (any hints welcome). Thanks a lot!
On a different note: another problem is that the layout of the whole page changes for a millisecond when clicking the button... this is really weird.
To hide the next button, I use the code to hide the next button recommended here:
Qualtrics.SurveyEngine.addOnReady(function()
{
$('NextButton').hide();
}
I think this must be a standard problem, but could not find a solution here or on google (any hints welcome). Thanks a lot!Best answer by JanaJarecki
Thank you,
I tried, but this solution does not work.
I am curious: can you detail a bit more on the background functionality? Thank you for this.
What worked is to set the button's style via the change question text in raw HTML functionality:
<style>
#NextButton {
visibility: hidden;
}
</style>
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
