I thought that I was pretty close to completing this form project and was just doing some final testing and found an odd problem.
At first I had all pages except page 1 hidden via small script in the initialize event of the form.
When the user selects from a dropdown list, an appropriate second checklist page becomes visible.
As the user then selects the various checkboxes in page 2, additional document become visible. The user would then fill in the fields in those other documents, then save to form.
They should be able to then go back to change, finish or print the saved form. However, when I open the saved form....only page 1 is showing. I figured it was because I had the presence set to hidden in the initialize event, so I changed that to have the page hidden excluded from layout instead. I tested again and same thing is happening.
I'm at a loss. I thought I had this thing dancing a jig since everything was working perfectly until I saved the form and then reopenned the saved document. Anyone have any suggestions?