- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hello everyone,
This is a pretty basic question. My form has navigation buttons that go to the next page and hide the previous page(s).
For a 2 page form here is the script for the click event for the Navi button on page 1:
xfa.host.currentPage = 2;
form1.page2.presence = "visible";
form1.page1.presence = "hidden";
Page2 is initially hidden when the form loads. Now, when I set the Pagination "place" for page2 as Top of Next Page, an empty page appears before page2. I fixed this problem by setting the pagination place to Following Previous. This gets rid of that blank page but unfortunately makes the user start off at the bottom of the page and scroll up. Any idea about what I'm doing wrong here?
Thanks!
Views
Replies
Total Likes