Custom Validation Script - Page Jump When "event.rc = false"
Hi all and thank you for looking. I'm experiencing a peculiar issue with a custom validation script where anytime event.rc is set to false upon validation failure, the page switches to the first page in the document.
Background:
5 page document, relatively field heavy on all pages except the first one (intro, instructions, etc).
There are a series of date fields each of the subsequest pages. Each one has the exact same generic validation function (event is passed into it). Upon failure of date validation and when the function sets event.rc to false, the document returns to the first page (always). Oddly enough, this only happens from the second page in the document. When the same validation script sets rc to false on pages 3, 4, and 5, the document stays put on that page.
I've removed any calls to functions from custom validation and simply set "event.rc = false". Sure enough, when this is done on page 2, the document scrolls up to page 1. All subsequest pages are fine. Calling "event.rc = true" (i know, redundant) does not cause the page to scroll back up.
I am definitely out of ideas and would appreciate and and all suggestions.
Thanks again
