Solved
How to unhide next button?
I hid the next button on a number of questions in a block using the javascript line $('NextButton').hide();
On the last page of the block, I want the button to show, so participants can move on to the next block. I didn't add any javascript to that last question. For some reason, the button doesn't show. (If I add an additional question after that, the button doesn't show either.) Does anyone understand what could be the problem or what javascript I could use to show the button? Or any alternative to move on to the next block? I don't want to use a timer because that would require a page break where I don't want one.
Thanks in advance!
Best answer by JeremyK
TomG's still got the right idea. The way you've got your survey configured, I don't believe you'll ever see the Next button. You've got this group of questions all on the same page and you're hiding the Next button, using In Page Display Logic to 'advance' the survey, but are you using logic anywhere to show the Next button again? Check out Qualtrics' question API documentation. One of the options is .showNextButton(), which could be useful to you if you need to show the next button in your survey. If you don't want to show the button altogether, you could implement a solution using .clickNextButton() that would automatically advance your respondents to the next question after a certain action.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
