Next button disappearing - how do I stop this? | XM Community

Next button disappearing - how do I stop this?

  • 27 May 2021
  • 1 reply
  • 66 views

I have the following code to show "NextButton":
Qualtrics.SurveyEngine.addOnload(function()
{
});
Qualtrics.SurveyEngine.addOnReady(function()
{
jQuery("#NextButton").show();
});
Qualtrics.SurveyEngine.addOnUnload(function()
{
});
When I add the Force Response requirement, and do not answer, it reminds me as expected, then I answer, but the "Next" button disappears so that I can't move on. Is there a way to stop this happening?


1 reply

Userlevel 7
Badge +21

You really don't need to hide the next button when you have force response enabled.
Your code doesn't have anything to hide the next button, so can't comment why it's being hidden.

Leave a Reply