Solved
auto-advance
How can I make my survey auto-advance using JavaScript so that...
after a person selects one answer for each statement in a matrix question (single answer allowed for each statement), it auto-advances to the next page?
Thanks.
--David
Best answer by MohammedAli_Rajapkar
- You just have to check the length of the matrix rows and if it matches with the selected choice then it will auto-submit the page.
- The above code will work if you have a single matrix question on a page. if you've multiple questions on a page then we would need to modify the script based on page setup.
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.