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!
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
You need to use the presence "hidden" to exclude it from the layout. Note you cannot hide all pages.
Hope that helps,
Niall
Views
Replies
Total Likes
Hi,
You need to use the presence "hidden" to exclude it from the layout. Note you cannot hide all pages.
Hope that helps,
Niall
Views
Replies
Total Likes
Thanks Niall!
Sometimes it can be the easiest solution...that worked perfectly!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies