Hidden next button appears automatically when using the unstable or slowInternet. How to solve this? | XM Community
Skip to main content

Hello everyone,
My requirement was to hide the next button and it appears upon a certain conditions. Everything is working perfectly as it's supposed to be.
But when we try to access the survey with unstable Internet, the hidden button appears automatically when it should remain hidden.
Any idea how to solve this?

Prasun20 Is your code for hiding the next button in the 'on load' section?


wpm24 Yes. It's under 'Qualtrics.SurveyEngine.addOnload' section. Tried to move the code to 'onReady' but it didn't worked too.


https://community.qualtrics.com/XMcommunity/discussion/comment/46205#Comment_46205You may consider this a solution - as it is a similar issues with a clever and easy fix: https://community.qualtrics.com/XMcommunity/discussion/4579/pre-onload-jquery-js


https://community.qualtrics.com/XMcommunity/discussion/comment/46207#Comment_46207wpm24 Thanks. This was a nice fix and after playing around with padding values, I got to move the next button out of the user's view. Earlier I was using top padding only and it was not working and then I used even padding. Thanks a lot for the pretty clever hack.


Leave a Reply