how can I edit my form so can print in one page?

  • puahonline
    Asked on February 24, 2015 at 5:31 PM

    We have a donation form, when we print out the donation, too much space so it prints in 2 pages

  • Elton Support Team Lead
    Replied on February 24, 2015 at 6:31 PM

    Hi,

    Inject this CSS codes to your form. This should remove the vertical spacing between fields on print mode.

    @media print{

    .form-line {padding: 0 36px !important;margin: 0  !important;}

    .jotform-form{padding:0 !important;}

    }

    Inject this CSS codes in the Form Designer - CSS tab.

    how can I edit my form so can print in one page? Image 1 Screenshot 20

    Thanks!