Problems Creating Multiple Anvil PDF's

you can adjust page breaks using css

This works in the clone link… (added to theme.css) but may need adjusting depending on the form you render…

@media print {
  .column-panel .has-components {page-break-inside: avoid;}
}

https://www.w3schools.com/cssref/pr_print_pagebi.asp

related topic

How to prevent rows from splitting in two when printing

3 Likes