Forms: How to make the text automatically set to uppercase?

  • jimkientzy
    Asked on March 29, 2025 at 2:18 PM

    I'm an Idiot.

    On the form https://form.jotform.com/250196545258059

    I just want the lower case full name to be changed to UPPER case and saved to the text field " Upper Case Results", using the conditional statement.

    Please provide code to do this.

    Thanks

  • Myla JotForm Support
    Replied on March 29, 2025 at 8:33 PM

    Hello Jim,

    Thank you for reaching out to Jotform Support. It is not currently possible to set a condition for the copied value to make is upper case but you can add this CSS to automatically set all text entered to upper case. Let me show you how:

    First, copy this code:

    .form-textbox {

    text-transform: uppercase;

    }
    1. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.
    2. 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.

    Forms: How to make the text automatically set to uppercase? Image 1 Screenshot 20

    Give it a try and reach out again if you have any other questions.

  • jimkientzy
    Replied on March 30, 2025 at 12:48 PM

    This works. Thank you

Your Answer