How to exclude some text or field when printing form?

  • Holidea
    Asked on June 15, 2019 at 6:59 AM

    when I print the form I want that the parts indicated in the attached screenshot image are not printed. In practice I have to make the print as small as possible to be able to print in A6 format

    Jotform Thread 1858094 Screenshot
  • Ashwin JotForm Support
    Replied on June 15, 2019 at 2:08 PM

    Please inject the following custom css code in form and see if that solves your problem:

    @media print {

     .input-btn {

        display: none !important;

    div#message {

        display: none !important;

    }

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

    Hope this helps.

    Do try it out and get back to us if you have any questions.

  • Holidea
    Replied on June 16, 2019 at 5:46 AM

    Thanks, i try but unlikilly does'nt work, maibe do you have some more suggestion or solution?

  • Ashwin JotForm Support
    Replied on June 16, 2019 at 7:27 AM

    I am sorry for the trouble caused to you. I will check for the options to hide form fields in print view and get back to you.