Hi everyone,
I've a multipage with 4 pages on it. As part of the validation check I've used the multipage_change event to trigger the validation. If a field is not completed I set the multipage.value back to the the original page, but although the tab at the top changes the content does not show.
For example:
Thanks.
I've a multipage with 4 pages on it. As part of the validation check I've used the multipage_change event to trigger the validation. If a field is not completed I set the multipage.value back to the the original page, but although the tab at the top changes the content does not show.
For example:
- I'm on page 1
- I click on page 2
- Data validation kicks in and the multipage.value = 0 sends me back to page 1
- The page 1 tab shows but with page 2 content!
Thanks.