Page Break in PDF Template not working

Apparently, When I save the HTML it removes the page break, like if there is a filter and removes the page break, since it doesn’t appear in the database. If I add the page break directly into the database the PDF behaves as expected.

So, the issue is somewhere in the save process. Someone help us?

using SuiteCRM 7.10.7

How to do page break in the PDF templates?

<div style="page-break-after: always;"> </div>

or

<div style="page-break-before: always;"> </div>

1 Like

I moved HTML code between div tab and it worked.

Thanks a lot :smile: :grin: