Help with print formatting

  • rkelley
    Asked on December 19, 2016 at 8:01 PM

    Also, when I print off the form, the cell for the tables getting filled in has a bold top line and it shows a square within a square. Is there a way to also improve that? Thanks so much for your help!

    Page URL:
    https://form.jotform.com/62795420863160 

  • Chriistian Jotform Support
    Replied on December 20, 2016 at 1:16 AM

    The cell of the tables have a bold top line because it is a shadow that is being added by the browser when using the print button, to indicate that the field is an input field. To resolve this issue and display only the cell, please inject the custom CSS code below:

    @media print {

        input{

            border: 1px #fff !important;

           box-shadow: none !important;

          text-shadow: none !important;

          border-radius: 0 !important;

          outline-offset: 0 !important;

         -webkit-appearance: none !important;

         -moz-appearance: none !important;

         -webkit-box-shadow: none !important;

         -moz-box-shadow: none !important;

        }

    }

    Help with print formatting Image 1 Screenshot 20

    Please let us know if you need further assistance.
    Regards.

  • rkelley
    Replied on December 20, 2016 at 11:45 AM
    Sorry. I re-emailed because I thought you didn’t answer because this email went to spam even though the other one didn’t.
    Roslyn Kelley
    Office Manager
    (262) 628-3142
    [2011nblogoSmall]
    ...
  • John_Benson
    Replied on December 20, 2016 at 12:43 PM

    Hi Roslyn,

    Based on your reply, it seems that the issue has been resolved. If not, please contact us again.

    Please reply if necessary. Thank you.

  • rkelley
    Replied on December 20, 2016 at 12:49 PM

    That worked great. Thanks so much for your help! You guys have the best support out there!

  • John_Benson
    Replied on December 20, 2016 at 1:15 PM

    On behalf of my colleague Chriistian, you're welcome. Also, thank you for your kind words. :) 

    If you need anything else, please contact us again. We'll be happy to assist you. Enjoy the rest of your day!