Expand my Community achievements bar.

Allow printing of all but one page

Avatar

Level 2

I have designed a complex dynamic multi-page form. The first page merely has instructions and a few fields for data input (that gets reused in various ways in subsequent pages). The form can grow depending on the amount of data input, so I will never know the total pages (just minimum). I want the end user to be able to print all but the first page (simply to prevent them from wasting paper). How can I accomplish this?

1 Reply

Avatar

Level 10

Hi,

In the preprint event you can set the parts of the form you don't want to print to hidden and then in the postPrint event you can set them back to visible.

Regards

Bruce