Forum Discussion

BirdJesus's avatar
BirdJesus
Copper Contributor
Nov 26, 2022
Solved

Dynamic page numbering

Hello, I'm trying to design a common template that could be used to host all forms within my company but I'm struggling with some dynamic pagination requirements. - G1 and G2 (could contain sev...
  • At the top of the first page to be numbered, which will be the first page of Section 2 insert the following field

    { SET SectionTwo { PAGE } }

    and in the footer of that and following Sections, use

    { = ({ PAGE } - { PAGEREF SectionTwo } + 1) } of { = ({ NUMPAGES } - { PAGEREF SectionTwo } + 1 ) }

    The Footer of Section 2 will need to be unlinked from that in Section 1 and the page numbering for Section 2 will need to be set to continue from that in the previous Section

Resources