Is there a way to force all Upper Case so the data looks cleaner.

  • AMWC
    Asked on May 12, 2017 at 3:58 PM

    Is there a way to force all Upper Case so the data looks cleaner. Some people use all caps and some don't. I would like to force a consistent way, one way or the other.

  • David JotForm Support Manager
    Replied on May 12, 2017 at 5:36 PM

    That is not possible. You can however set your jotform to show the information in all caps but once it's submitted it would default back to the standard formatting unless the user used all caps in the first place.

    Here is the code you can inject: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    .form-all input {

    text-transform: uppercase;

    }

    You can also, show the data in the email notification in capital letters, simply add this code "text-transform: uppercase;" in the advanced properties of the email content:

    Is there a way to force all Upper Case so the data looks cleaner Screenshot 20

    Let us know if you need more help.

  • SOSStLucia
    Replied on May 24, 2017 at 8:51 PM

    I was looking for the same thing.  I need some field entries to be entered in UPPER CASE.  My intention is to "automatically" transfer the data to a customizable PDF and I do not want to have to change entries manually.

  • David JotForm Support Manager
    Replied on May 24, 2017 at 10:15 PM

    @SOSStLucia, that is not possible. The data will show as it is submitted(uppercase and/or lowercase), open a new thread if you need anything else.