Expand my Community achievements bar.

SOLVED

Insert subform only after page 1

Avatar

Level 1

Hello, working on my first LiveCycle form.  I would like to insert a subform (subform1) at the top of every page.  And insert subform2 only on page 1, after subform1.  Is there someway to hide subform2 if the page is not equal to 1?  Thanks.

1 Accepted Solution

Avatar

Correct answer by
Level 7

there may be a better way to do this but something that would work is the make a seperate master page for the first page with a max page occurance of 1 and then put all the other pages on another master page.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 7

there may be a better way to do this but something that would work is the make a seperate master page for the first page with a max page occurance of 1 and then put all the other pages on another master page.

Avatar

Level 1

Thanks. You are correct. I did end up creating a second master page. The first one I titled as FIRST was a max occur of 1.  Then the second master page titled NEXT which will be used for the rest of the pages, starting with page 2. Both master pages have 2 content areas. The second having a bit smaller size at the top of the page. I did end up putting text fields, binded to some of the same header fields, in both of the "top" content areas. This helped me achieve the results I was looking for. Thanks.