Hello, I have a 4 page form that I have pages 2-4 hidden until a selection is made from page 1.
My question is, is there a way to hide the 1st page after the selection is made which shows other pages in the form?
When I try to hide the 1st page, it shows as a blank page using: MainPage.presence = "invisible";
Is there any code that will completely remove the 1st page and not just blank it out?
Thank you in advance for any insight!