How to default text to uppercase?

  • e-CARD registration
    Asked on April 11, 2025 at 10:44 AM
  • John Jotform Support
    Replied 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:

    1. Open your form in the Form Builder.
    2. Select the paint roller icon in the upper-right corner to access the Styles tab.
    3. Scroll down to Inject Custom CSS and paste the following code:
    input[type="text"], textarea {
        text-transform: uppercase;
    }

    How to default text to uppercase? Image 1 Screenshot 30

    Check out the result below:

    How to default text to uppercase? Image 2 Screenshot 41

    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