
Solved
Is there a way to remove the auto advance "Done" floating button?
Hi,
I have turned on the Autoadvance feature but see that there is a floating "Done" button. Is there anyway to remove or hide this?!

Best answer by Anonymous
Hello @ddebraak ,
Paste the below code in the js(onReady) of the question:
`jQuery("#"+this.questionId+"-Advance").hide();`
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.