Keep same footer for template-1 of 3 pg but remove 1 part of foote

C

calp

How do I use the same footer for all of my pages ( page 1 of 7) except on
last page remove one part of footer while keeping the automatic numbering?
This is a template that can be anywhere from 5-300 pages.
 
S

Suzanne S. Barnhill

Use the following field structure:

{ IF { PAGE } = { NUMPAGES } "Text you want to appear on the last page"
"Text you want to appear on all other pages" }
 
Top