Purchase Order Check Box Removal

  • gpetza
    Asked on June 4, 2020 at 2:56 PM

    Hello, previously, I was able to use one of the below CSS codes to remove the checkboxes in the Purchase Order widget.


    .form-checkbox {display : none;}

    .form-product-item input[type="checkbox"] {display: none;}


    These CSS Codes no longer appear to work (even though in the preview mode they are gone). Are there new codes that are needed to remove these?

    See attached screenshots and link to my form.  You can play around with it if desired... it's not active.

    Thanks!

    Gannon


    Jotform Thread 2368824 Screenshot
  • Basil JotForm Support
    Replied on June 4, 2020 at 4:43 PM

    Hi,

    Could you please try injecting the following CSS code into your form:

    .p_checkbox{

      display: none

    }

    I believe this code should hide the checkboxes.

    In order to inject CSS code into your form please take a look at the following guide: How-to-Inject-Custom-CSS-Codes

    Please let us know if you require further assistance.



  • gpetza
    Replied on June 4, 2020 at 9:15 PM

    Boom, that did the trick!  Thanks!

    Gannon