Timed Question/Descriptive Text Question Auto-advance without Next Button? | XM Community
Skip to main content
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.
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();

```
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