Hi,
I'm usin the next code:
Qualtrics.SurveyEngine.addOnReady(function()
{
disableNextButton();
});
And the Next Button don't disappear. And Google advertisemente says:
!
Best answer by Anonymous
Hello @Aprieto ,
Instead of `disableNextButton();` use the below code
this.disableNextButton();
1 reply
A
Anonymous
Answer
December 3, 2018
Hello @Aprieto ,
Instead of `disableNextButton();` use the below code
this.disableNextButton();