Printing a two-page form

I have a two-sided form I am trying to reproduce in Servoy.

First page: packing slip
Second page: back of packing slip (standard return form)

I will be printing on a duplex printer.

I have my form extended down in Servoy. The first page looks perfect, but the 2nd page doesn’t show up on print preview at all. It’s ignoring the bottom of my form when printing.

Is there a way to do this? Thanks.

Do you have checked the ‘allowBreakAcrossPageBounds’ to ‘true’ in the body properties of your printform?

That was the solution! Thanks Thomas.