How to remove the asterisks (*) when printing the form?

  • naprafe
    Asked on November 18, 2016 at 10:48 AM
    I also want to know how i will remove the asterisks (*) when printing.
  • John_Benson
    Replied on November 18, 2016 at 11:03 AM

    If you want to print the form without the asterisks (*), please inject this custom CSS code to your form:

    @media print { 

    .form-required { 

    display: none;

    Here's a guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    If you need further help, please contact us again. Thank you.

     

  • naprafe
    Replied on November 18, 2016 at 11:05 AM

    Thank you