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?
Next button disappearing - how do I stop this?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
