Hide capchta field on print

  • MarcinHoremski
    Asked on May 30, 2019 at 3:51 AM

    Hello!

     

    How to hide a capchta field on the page while printing ?

     

  • Nik_C
    Replied on May 30, 2019 at 4:18 AM

    You can do that by inserting the below CSS to your Custom CSS:

    @media print{

    #cid_6{

    display: none !important;

    }

    }

    But the ID (bolded) will be different, for example in this form: https://www.jotformeu.com/form/91421465229355

    Your ID is: 

    #cid_187

    If you need any further assistance, please let us know.

    Thank you!