Timed Question/Descriptive Text Question Auto-advance without Next Button? | XM Community
Solved

Timed Question/Descriptive Text Question Auto-advance without Next Button?


Userlevel 3
Badge +11
Is there a way to have a first question of my survey that is a timed question but it is a descriptive text question so no selection is made and then I want to be able to hide the Next button? This is more of an OCD thing. Ha ha.
icon

Best answer by TomG 9 May 2019, 16:54

View original

2 replies

Userlevel 7
Badge +27
Add a timer question to the first page and have it advance after X seconds. Add this JS to addOnReady to hide the Next Button:
```
this.hideNextButton();
```
Userlevel 3
Badge +11
Well that was the easy solution I was looking for. Worked beautifully. Tom, I keep finding that you are my Javascript Guru for a guy like me that doesn't know anything about Javascript. Ha ha. Thanks so much!

Leave a Reply