How can I get it to print out on 1 or max 2 pages?

  • AnnieSil
    Asked on March 16, 2017 at 4:31 PM

    Everything is fine with my form visually online but I need to condense the print out size. Pls assist? 8 1/2 x 11 size

  • Elton Support Team Lead
    Replied on March 16, 2017 at 7:22 PM

    Your form is too long to be placed on 2 pages. I guess 3 pages would be the closest one when you reduce the font size and spacing on print mode.

    Inject this CSS codes to your form, this will reduce the form spacing and font size on print.

    @media print {.form-line-column {width: auto !important; padding-right: 2px; padding-left: 2px;}  .form-line{ padding: 2px !important;} .form-header-group.hasImage { padding: 0;} li#id_2 {display: none;}.form-all *{font-size:11px; } img.header-logo-left { width: 180px; } .form-header-group {padding: 0; margin: 0;} .form-html p {margin: 4px 0;}}

    Guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    How can I get it to print out on 1 or max 2 pages? Image 1 Screenshot 20

    Hope this helps!