How to remove asterisk in Configurable list widget

  • bingbangboom
    Asked on February 16, 2025 at 3:32 AM

    To be clear, I want certain columns to be required. I want to hide the asterisk. I don't want to see the main asterisk in properties or the individual one in widget settings. If the customer doesn't fill out a column they will get an error, but asthetically, I don't need the asterisk.


    I've seen the code and it goes something like this


     input:required {

     display: none;

    }


    but this is not working. Please help.

  • bingbangboom
    Replied on February 16, 2025 at 4:12 AM

    How to remove asterisk in Configurable list widget Image 1 Screenshot 20

  • Bojan Support Team Lead
    Replied on February 16, 2025 at 9:18 AM

    Hi bingbangboom,

    Thanks for reaching out to Jotform Support. Removing this should be easy with custom CSS. Here's how to do it:

    1. Copy the following CSS: 

    .required {
     display: none !important;
    }

    2. Open your form in the Form Builder, and click Wand icon next to the field.
    3. Select Custom CSS tab.
    4. Add previously copied CSS here.

    How to remove asterisk in Configurable list widget Image 1 Screenshot 20

    You can also check out this guide to see how to inject the CSS.

    Give it a try and let us know how it goes.

  • bingbangboom
    Replied on February 16, 2025 at 2:21 PM

    Thank you! It worked perfectly.


    One more question...

    I duplicated that widget and want it to sit snuggly under the first. I have tinkered with the margins but I can't figure it out. I want it to sit as snuggly under the first as the Name field sits under the second.How to remove asterisk in Configurable list widget Image 1 Screenshot 20 Screenshot 10

  • bingbangboom
    Replied on February 16, 2025 at 2:22 PM

    To be clearer. That bottom zip code box is really in the third field. It has a negative margin that puts it above the field.

  • Shane JotForm Support
    Replied on February 16, 2025 at 4:42 PM

    Hi bingbangboom,

    To avoid confusion, I moved your other question to a new thread and helped you with that here.

    Reach out again if there’s anything else we can do for you.

Your Answer