How to remove the check boxes

  • saintfrancislittleitaly
    Asked on June 23, 2021 at 5:45 PM

    Hi, I'd like to remove the check boxes on my form and only have quantity from which to choose starting from 0.

    https://form.jotform.com/211597905602155

    How to accomplish?

    Thank you,

    Kristy

  • Vick_W Jotform Support
    Replied on June 24, 2021 at 4:24 AM

    Hi there,

    You can inject the following CSS in your form to remove the checkboxes.

    .form-checkbox {
        Display:none;
    }


    Related Guide: https://www.jotform.com/help/117-how-to-inject-custom-css-codes

    Let us know if you need further assistance.

    Thanks

  • saintfrancislittleitaly
    Replied on June 24, 2021 at 10:10 AM

    That worked - thanks!

    Kristy