Print form issue: the form printing tiny and not to scale.

  • Metelski
    Asked on May 21, 2019 at 5:49 PM

    So I tested the print form button on two different printers and still got the same result of the form printing tiny and not to scale. Is there a way to fix this?

    Jotform Thread 1831437 Screenshot
  • jherwin
    Replied on May 21, 2019 at 10:31 PM

    Are you trying to print the form using the print button in your form?
    1558492122printform Screenshot 10
    If yes, I tested it on my end and I was not able to replicate the issue. Please see my screencast below.
    1558492194print Screenshot 21

    Let us know if you are referring to something else.

  • Metelski
    Replied on May 22, 2019 at 11:43 AM
    So it looks like your using Chrome and the form looks fine except for the
    Educational Training line, how would you get that to show on the other
    page? I use Firefox most of the time and that is where I am printing from,
    so how do we get Firefox to print full page? And yes the print button on
    the form is what I am referring to.
    Aaron Metelski
    American Falls School District
    IT Support
    Cell:208-589-0283208-589-0283
    Office:208-904-2251208-904-2251
    ...
  • David JotForm Support Manager
    Replied on May 22, 2019 at 1:27 PM

    Do you meant to print all fields after "Extracurricular Activities:" in the following page? Example:

    1558545916printafter Screenshot 10

    If that is correctly, please inject this CSS code in your form:

    @media print {

    #id_33{

    page-break-before: always;

    }

    }

    In regards to Firefox, there is no flexibility to customize the print layout, so we would suggest you to use Chrome for that purpose.

  • David JotForm Support Manager
    Replied on May 22, 2019 at 1:29 PM

     Forgot to guide you how to inject the code in your form, please follow this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes