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 is heading” “” }
Use the shortcut Ctrl+F9 to create each pair of field markers (these are not ordinary brackets like you type from the keyboard).
Replace the “This is heading” text with whatever you want to appear on those two pages.
