Remove the checkboxes from the Product List.

  • Ruth_Currie
    Asked on September 13, 2024 at 12:33 PM

    Also,

    Is there a way to eliminate the check off next to the items? It is confusing to have both appear and get a pop up error if choosing the item before choosing the quanity.

    Editing submissions in Jotform Tables Screenshot 20 Screenshot 10

  • Eliza JotForm Support
    Replied on September 13, 2024 at 12:38 PM

    Hi Ruth,

    We can remove the checkboxes from your product lost by injecting this CSS code into your form:

    .p_checkbox {
       display: none;
    }

    Let me show you how to inject custom CSS codes into a form:

    1. In Form Builder, click on the blue paint roller icon on the right side of the page.
    2. Go to the Styles tab.
    3. Enter the given code into the Inject Custom CSS field.

    Remove the checkboxes from the Product List Screenshot 30

    Check out the screencast below to see my results:

    Remove the checkboxes from the Product List Screenshot 41

    Give it a try and let us know if you need any other help.

  • Ruth_Currie
    Replied on September 13, 2024 at 12:54 PM

    Thanks! Before I do, can you tell me why the SOLD OUT is appearing in the screen share you sent, above?

  • Eliza JotForm Support
    Replied on September 13, 2024 at 12:59 PM

    Hi Ruth,

    You can disregard the sold-out items shown in my screencast. When we clone payment forms on our end, the items will be shown as Sold Out by default. I disabled the Sold Out feature only on the first few products to be able to show you my results.

    Let us know if you have any other questions.

Your Answer