-
loveforachildAsked on April 9, 2025 at 10:57 AM
Hi! Is there a way to change my drop down responses to red, yellow, and green? Instead of the pink, purple, and blue?
Page URL: https://form.jotform.com/242625741793160 -
Kyle JotForm SupportReplied on April 9, 2025 at 12:29 PM
Hi loveforachild,
Thanks for reaching out to Jotofrm Support. I cloned your form but I can't see any assigned color to your dropdown options. Check out my screenshot below to see the result:
1. Copy the CSS code below:
#input106, #input108, #input109, #input111, #input112, #input113, #input114, #input115, #input116, #input171, #input172, option:nth-child(2) {
background: red;
}
#input106, #input108, #input109, #input111, #input112, #input113, #input114, #input115, #input116, #input171, #input172, option:nth-child(3) {
background: yellow;
}
#input106, #input108, #input109, #input111, #input112, #input113, #input114, #input115, #input116, #input171, #input172, option:nth-child(4) {
background: green;
}
2. Choose the Paint Roller icon located in the top-right corner of the Form Builder.
3. Navigate to Styles at the top of the Form Designer window on the right.
4. Under Inject Custom CSS, enter your code; all modifications are automatically saved.
Give it a try and let us know if you need any help.
-
loveforachildReplied on April 9, 2025 at 12:43 PM
-
Kyle JotForm SupportReplied on April 9, 2025 at 1:36 PM
Hi loveforachild,
Thanks for the clarification. Unfortunately, it’s not possible to automatically apply color coding to submission data in the Inbox or Tables based on the answers selected. While the feature you’re looking for isn’t currently available at Jotform right now, we've gone ahead and escalated your request to our Developers. Exactly when or if it's developed depends on their workload, how viable it is, and how many other users also request it. If there are any updates, we’ll circle back to this thread and let you know.
Your Answer
Something Went Wrong
An error occurred while generating the AI response. Please try again!