Can't delay next button in both online and mobile | XM Community
Question

Can't delay next button in both online and mobile

  • 30 March 2020
  • 0 replies
  • 25 views

I am trying to delay the appearance of the next button for 15 min to get my participants to listen to a recording before moving forward. I have tried different javascript codes, but cannot get the button to delay on both online and mobile previews.

It only delays for mobile, If under "addOnload" or "addOnReady," I put:

this.hideNextButton(900);
this.showNextButton.delay(900);


It disappears completely and never reappears on the online version, but remains on mobile if under "addOnload," I put
$('NextButton').hide(900);

If I put the above under "addOnReady," the page never loads at all.

If I try adding a Timer question instead and setting the enable submit to 900s, it works for the mobile version, but not for the online version. For online, it disappears and never shows up again.

What am I doing incorrectly?

0 replies

Be the first to reply!

Leave a Reply