Printer does not recognize page breaks

  • truenorthhotels
    Asked on February 2, 2016 at 2:58 PM

    2nd try...

     

    Please answer.

     

    I need help. I would like my form to print the page breaks that I have put in to the form. I have read all the threads about how to make that happen but, I am not a code writer and do not understand where to put the code in the form to make it work. PLEASE HELP. This is holding up several projects.

     

    Kim

  • Chriistian Jotform Support
    Replied on February 2, 2016 at 10:20 PM

    Please follow the steps that my colleague gave on how to add a page break here: http://www.jotform.com/answers/753392 

    Then once you have done that, simply follow these simple steps to inject the css in your form:

    1. On your form builder, click on the Preferences button

    Printer does not recognize page breaks Image 1 Screenshot 40

    2. Select the Form Styles tab and click on the Inject Custom CSS field.

    Printer does not recognize page breaks Image 2 Screenshot 51

    3. Scroll to the very bottom of the Inject Custom CSS field and paste this code there:

    @media print {

    .pageBreakHere {

    page-break-after: always !important;

    }

    }

    Printer does not recognize page breaks Image 3 Screenshot 62

    4. Click Close Settings and you're all done.