Hi!
We used custom JS to remove the next button (the arrows button, " >> ") in some questions of 2 surveys and replaced it with pressing the spacebar. It works on most computer, however the Next button still appears while participating in our survey using only some computers. For example, we experience this problem when we used one of the offices computers, running Google Chrome on Windows 10.
Has anyone encountered such a problem before? What can be done to fix this?
Thank you,
The PCP Lab
Page 1 / 1
Hi @pcplab folks ,
If the problem is only the next button appearing on some computers, then this could be taken care with a simple custom CSS code in Look & Feel Section.
Below is the CSS code that needs to be added:
`input#NextButton
{
visibility: hidden !important;
}`
If the problem is only the next button appearing on some computers, then this could be taken care with a simple custom CSS code in Look & Feel Section.
Below is the CSS code that needs to be added:
`input#NextButton
{
visibility: hidden !important;
}`
@pcplab - Post your code.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.