What css code needs to be injected to make all the borders to disappear on print ? Specifically, the county is still bordered when using the address t

  • 24Carat
    Asked on September 4, 2014 at 8:08 AM

    Hi !

    I know this thread is rather dated, but I'd like to know what additional css code needs to be injected to make all the borders to disappear on print ?

     

    Specifically, the county is still bordered when using the address tool.

     

    Thanks !

  • Ashwin JotForm Support
    Replied on September 4, 2014 at 10:44 AM

    Hello 24Carat,

    Please inject the following custom css code in your form to remove the borders from the form fields including the country drop down field:

    @media print {

    .form-all input, select#input_52_country {

    border: none !important;

    background: transparent !important;

    -webkit-box-shadow: none !important;

    -moz-box-shadow: none !important;

    box-shadow: none !important;

    }

    }

    The following guide should help you in injecting the 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 have any questions.

    Thank you!

  • 24Carat
    Replied on September 4, 2014 at 6:58 PM

    Hi guys !

     

    Thanks for a speedy response !

    This worked great !

     

  • Elton Support Team Lead
    Replied on September 5, 2014 at 12:16 AM

    Awesome!

    On behalf of my colleague, you're welcome.

    Should you have any other questions or concerns, do let us know.

    Regards!

  • mirirubin
    Replied on November 14, 2015 at 8:58 PM

    Can you help me make my form into two columns so I can fit more on a printed page?

  • Elton Support Team Lead
    Replied on November 14, 2015 at 11:57 PM

    @mirirubin, we'll answer your question on your thread here http://www.jotform.com/answers/424471