Hello,
I have a use case where I have hidden next button throughout entire survey and want to create an HTML radio button that will advance to next page. Is that possible in Qualtrics platform?
When I tried to "unhide" next button on certain questions it does not work since i have overall hide next button in header, hence the need for custom HTML button.
Thanks!
Page 1 / 1
To unhide the Next button on certain question, you can paste the below code on those question:
jQuery("#NextButton").show();
https://www.qualtrics.com/community/discussion/comment/28037#Comment_28037I am inputting that code into OnReady on question and it will not show next button. I think this is because I have input "hide next button" code into header of survey.
What else could be the issue? Code I have in header is:
Use the below code on those questions:
jQuery("#NextButton").css("visibility","inherit");
https://www.qualtrics.com/community/discussion/comment/28039#Comment_28039This is exactly what I needed, thank you rondev!!!!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.