I set up the pagination to hide the page titles in the form by setting pagination style to None. This works fine when you're in the forms process and working on a task that uses that form. However, I would like to keep the page titles hidden when the form is saved as a PDF to the repository while also keeping the page breaks.
My use case is a sales contract. The submitter of the form fills out the contract details on Form1; these same fields exist on Form2 but they are hidden. The values in these fields are passed to a two-page contract on Form2 in custom HTML fields. In this two-page contract, I would like to keep the page breaks, but remove the page titles so the customer does not see them when we email the PDF to them.
If there is any way to hide the page titles when saving the form to the repository, please advise.
Thank you.