I would like answers in the text box to be uppercase only, what is the

  • Venturi Healthcare
    Asked on September 1, 2022 at 10:20 AM

    I would like answers in the text box to be uppercase only, what is the CSS for this?

  • Eiron_O JotForm Support
    Replied on September 1, 2022 at 10:58 AM

    Hi Venturi,

    Thanks for reaching out to Jotform Support. If you want to make the text box answers be Uppercase only, you can use this CSS code:

    .form-textbox, .form-textarea {
        text-transform: uppercase !important;
    }

    Here's a screencast:

    1662044146 6310c7f2bda2f  Screenshot 10

    Give it a try and let us know if you need any help.