Replacing the Next button with spacebar - Problem only on some computers | XM Community
Question

Replacing the Next button with spacebar - Problem only on some computers

  • 4 November 2019
  • 2 replies
  • 16 views

Badge +2
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

2 replies

Userlevel 7
Badge +27
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;
}`
Userlevel 7
Badge +27
@pcplab - Post your code.

Leave a Reply