-
Lachen_DavidAsked on May 15, 2025 at 2:29 PM
For the configurable list widget placeholder text in a text box, can we change the font color and weight of the placeholder text
-
Gaud JotForm SupportReplied on May 15, 2025 at 3:56 PM
Hi David,
Thanks for reaching out to us for help. It is possible to inject the CSS code and modify the font color and weight of the placeholder text in the Configurable List widget. You can copy and paste this code and let me walk you through the steps below:
input::placeholder { color: yourColorCode; font-weight: yourWeight;}
I've used for an example:
input::placeholder { color: teal; font-weight: Bold}
- Open your form in the Form Builder.
- Select the Configurable List widget and click on the wand icon to open its settings.
- Go to the Custom CSS section at the top of the settings panel.
- Inject CSS code to target the placeholder text. Click on the UPDATE button. That's it.
Give it a try and let us know how it goes.
-
Lachen_DavidReplied on May 15, 2025 at 4:00 PM
That worked. Thank you
Your Reply
Something Went Wrong
An error occurred while generating the AI response. Please try again!