Print preview adds a blank page at the end of form.

  • isixcz
    Asked on September 17, 2015 at 6:50 PM

    http://form.jotformeu.com/form/52594730123351

    When I hit print button at the bottom it will print last page blank is any way to fix that ?

    And one more question is there any trick to open thank you page on the top not on the bottom ?

  • Ashwin JotForm Support
    Replied on September 18, 2015 at 5:53 AM

    Hello isixcz,

    That is caused because of the margins you have added in form and fields. Please take a look at the following cloned form and see if this works as expected:  http://form.jotformpro.com/form/52602327284957?

    If this is acceptable, please inject the following custom css code in your form and that should solve your problem:

    .jotform-form {

    padding: 0px 0;

    }

    .form-line {

    margin-top: 5px;

    margin-bottom: 5px;

    padding: 5px 36px;

    }

    The following guide should help you how to inject custom css code:  http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this helps.

    Do get back to us if you need any other changes.

    Thank you!

  • isixcz
    Replied on September 18, 2015 at 5:56 AM

    Thank you so much !!

  • Ashwin JotForm Support
    Replied on September 18, 2015 at 8:37 AM

    Hello isixcz,

    You are welcome.

    I'm very pleased that I was able to help you.

    Do get back to us if you have any questions.

    Thank you!