Hi Nancy,
No problem!
Step by step:
*
When you have finished the form and are happy with the layout, make sure that all of the fields are named uniquely (in the hierarchy view) and have their binding set to "Global" in the Object / Binding tab.
*
Then go to the hierarchy view and select the first page. Go to the Edit menu and select Duplicate. This will create an exact copy of that page.
*
Rename this new page, so that the script can identify which page to show and which page to hide.
*
On the new page, delete all of the static text that appears on the pre-printed green card. Also delete all of the buttons (as the user will not need these on this page).
*
Then go to each field in turn and delete the caption (either in the Object / Field tab or by double clicking on the object). Set the border to solid and white (again in the Object / Field tab, custom appearance)
*
Once you have this done you should have a copy of page 1 with only the fields present.
*
Then you select this new page in the hierarchy view and in the Object / Field tab select presence to "hidden". This will hide the page in LC and in Acrobat. It will look like you only have one page, but the copy of page 1 is still there, you just can't see it.
*
If you have a look at the script in the "Print on template" button, you will see instructions in the mouseUp event and postPrint event that show and hide alternate versions of page 1. Just copy over these buttons and amend the script to reflect the names of both your visible pages 1 and 2 AND your hidden pages 1 and 2.
If you open the PDF in the previous post, in LC Designer. Select page 1b and set the presence to visible. Have a look at the structure and layout. Look at the names of the objects on page 1a and 1b - they are the same name and have a global binding. This means that the info that the user types in on page 1 will automatically appear on the hidden page 1b and will print if the user selects that print button.
I hope that helps,
Niall