Avatar

Correct answer by
Level 10

Hi,

In the two subforms that you don't want printed, add the JavaScript code to the prePrint event;

this.presence = "hidden"

Then in the postPrint event for the same two subforms add the code;

this.presence = "visible"

View solution in original post