-
steinercontactAsked on September 19, 2025 at 1:04 PM
I want to hide an option in a radio button. I try to add custom css but it does not work.
This are the field ids displayed:
This is the custom css that I am using:
And this is the form urlhttps://form.jotform.com/25258426293266363
-
Reymae JotForm SupportReplied on September 19, 2025 at 1:21 PM
Hi Arlette,
Thanks for reaching out to Jotform Support. You can easily hide a radio item on your online form by Injecting CSS Codes. Let me walk you through it:
1. First, copy this code:
#label_input_66_2 {
display: none !important;
}
2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.
3. Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.
Give it a try and let us know how it goes.
Your Reply
Something Went Wrong
An error occurred while generating the AI response. Please try again!