Placing a Header on certain pages only
You can wrap an “IF” field around your heading text so the text prints only on page 2, and repeat the field for page 3. Put the two fields, one after the other, in the header: { if { page } = 2 “This is heading” “” }{ if { page } = 3 “This…
