-
e-CARD registrationAsked on April 11, 2025 at 10:44 AM
how to defult the uppercase
-
John Jotform SupportReplied on April 11, 2025 at 12:12 PM
Hi e-CARD registration,
Thanks for reaching out to Jotform Support. To set the default text to uppercase in your form, you can use custom CSS. Here’s how to do it:
- Open your form in the Form Builder.
- Select the paint roller icon in the upper-right corner to access the Styles tab.
- Scroll down to Inject Custom CSS and paste the following code:
input[type="text"], textarea {
text-transform: uppercase;
}
Check out the result below:
This code will ensure that all input fields and text areas will display text in uppercase by default. Make sure to save your changes.
Give it a try and let us know how it goes.
Your Answer
Something Went Wrong
An error occurred while generating the AI response. Please try again!