Page break on print/PDF or hide headers

  • thetechman
    Asked on January 14, 2018 at 10:10 AM

    Hi all,

    my form has 6 pages with different length and each page has the header on top. When I print/PDF it the output is horrible.

    There is a way to set page break for print/PDF or to hide headers from the second page on?

    Thanks.

  • David JotForm Support Manager
    Replied on January 14, 2018 at 12:11 PM

    Please try resetting the PDF design first: https://www.jotform.com/help/384-How-to-Customize-PDF-Submissions-Report 


    1515949787reset Screenshot 10

    As well, you can manually remove the headers from the PDF report designer:

    1515949847remove Screenshot 21

    Let us know if you have more questions.

  • David JotForm Support Manager
    Replied on January 14, 2018 at 12:17 PM

    Also, if you want to remove the headers from second page on(in the print mode), add this code: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    @media print {

      #cid_28,#cid_30,#cid_37,#cid_51,#cid_139{

        display: none !important;

    }

    }

    Result:

    1515950197print 001 Screenshot 10

  • thetechman
    Replied on January 16, 2018 at 3:58 AM

    Hi David,

    thanks for your reply.

    In the meantime I made some changes to the form and I hope I have solved the problem without having to use your suggestions.