Can We Force All Caps on a Text Entry?

  • Sdlindsey212
    Asked on November 28, 2018 at 12:16 PM

    Can we force all Caps on a text entry so that we make them use Caps? 

  • Edgar_B
    Replied on November 28, 2018 at 12:59 PM

    Hello,

    Yes, you can force ALL CAPS text entries into form fields. You can do it by simply injecting codes into the fields wherein you wanted entries to be in All Caps. I am assuming that you are referring and editing this form, so I've cloned this form and injected custom code to the clone version that I have.

    Code:

    .form-textbox {

        text-transform: uppercase!important;

    }

    Actual demo and result:

    1543427709test Screenshot 10

    Demo Form:

    https://form.jotform.com/83314671590963

    Related Guide:

    How to Inject Custom CSS Codes

    If you need further help, we have a 24/7 support team that is always ready to provide some assistance. Thank you!