-
bingbangboomAsked 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.
-
bingbangboomReplied on February 16, 2025 at 4:12 AM
-
Bojan Support Team LeadReplied 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.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.
-
bingbangboomReplied on February 16, 2025 at 2:21 PM
-
bingbangboomReplied 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 SupportReplied 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
Something Went Wrong
An error occurred while generating the AI response. Please try again!