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.
Page 1 / 1
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();
```
```
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.