Hi!
I have a page with 20 math questions on it. Here's what I'd like:
- Validation such that you can't submit the page unless you got all 20 questions right.
- I set this up with custom validation, no problem.
- Everyone auto-advances to the next page after 5 minutes, whether or not you've finished all 20 Q's and/or have some errors that haven't been fixed.
- Here's where I run into the error.
The auto-advance feature is attempting to move on after 5 minutes but when there are blanks/errors, the validation-based error warning is triggered & the whole page restarts the 5-minute timer.
Anyone know how to get auto-advance to ignore validation rules?