eForms Showing Extra Blank Pages on Print

Share this

It is common for OSCAR users to be seeing additional blank pages on eForms upon print. This is due to CSS code in the eForm.

Extra blank page at the start (BEFORE) of the eForm is usually caused by the CSS property float: left;
Removing that from the eForm or commenting it out will fix the extra blank page at the start.

If you’re getting an extra blank page AFTER pages in an eForm, it’s caused by page-break-after: always;
So this can be removed to fix the blank page after.

Certain eForm generators add the float: left; property while others always add page-break-after: always;