Not print the "Clear" link

  • rweltman
    Asked on June 8, 2019 at 6:01 PM

    1560031150clear Screenshot 10


      When printing a form that has a Signature field, is there a way to avoid the "Clear" link (which is not part of the document) from being printed?

  • Mike_G JotForm Support
    Replied on June 8, 2019 at 9:14 PM

    You can inject the CSS codes below to your form to exclude the "Clear" link of the Signature widget when printing the form. How-to-Inject-Custom-CSS-Codes

    @media print {

      .clear-pad-btn.clear-pad {

        display: none !important;

    }

    }

    I hope this helps. If you have other questions or concerns, please feel free to let us know.

  • rweltman
    Replied on June 8, 2019 at 9:43 PM
      Thanks, that worked!
    Rob
    ...