How do I delete the checkboxes from a product order form?

  • littleminnowdesigns
    Asked on July 23, 2014 at 10:04 AM

    I am hoping to be able to delete the checkboxes from my product order form. There are have been a few orders coming through that are empty because customers forget to choose a quantity. Thanks! 

    http://form.jotform.us/form/41748316204148

    Jotform Thread 407232 Screenshot
  • Elton Support Team Lead
    Replied on July 23, 2014 at 11:24 AM

    Hi,

    Yes that's possible by injecting custom CSS codes to your form. You can use the following.

    .form-product-item input[type="checkbox"] {

    display: none;

    }

    Guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes-to-your-Form

    Another solution is to remove 0 on the quantity property on your product field. You can edit the quantity property of your products on the form builder by opening the payment wizard when you click your product field.

    Cheers!