Avatar

Level 3

Click on the Page itself. Set the default presence to hidden.

While that page is still selected, under the prePrint event, add:

Page2.presence = "visible";

Then, under the postPrint event, add:

Page2.presence = "hidden";