How can I get rid of the box outlines from the form when it's printed?

  • richrashed1
    Asked on December 4, 2014 at 3:17 AM
    Also can I get rid of the box outlines from the form when it's printed?
    The opines around the answers don't look good on print.
  • Welvin Support Team Lead
    Replied on December 4, 2014 at 3:27 AM

    Hi,

    Add the following custom CSS codes to your form:

    @media print {

    select, input, textarea, .form-textbox {

    outline: none !important;

    border: none !important;

    box-shadow: none !important;

    }

    }

    Follow the instructions in this guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes.

    Let us know if you need further assistance.

    Thanks

  • richrashed1
    Replied on December 4, 2014 at 4:31 AM
    Thank you.
    One final question, can forms be made private with a password so

    ...
  • Welvin Support Team Lead
    Replied on December 4, 2014 at 6:01 AM

    It's my pleasure! Your last question has been moved here: http://www.jotform.com/answers/469250. Will answer the question after this one.

    Thanks

  • richrashed1
    Replied on December 4, 2014 at 8:10 PM

    Thanks Welvin,

    I also need to remove the required stars the arrows and the submit button from print