Does JavaScript found? | XM Community
Solved

Does JavaScript found?

  • 3 December 2018
  • 1 reply
  • 31 views

Hi,

I'm usin the next code:

Qualtrics.SurveyEngine.addOnReady(function()
{
disableNextButton();

});

And the Next Button don't disappear. And Google advertisemente says:
!
icon

Best answer by Anonymous 3 December 2018, 15:37

View original

1 reply

Hello @Aprieto ,

Instead of `disableNextButton();` use the below code

this.disableNextButton();

Leave a Reply