Is there a way to submit all information in capital letters

  • ACSPool
    Asked on January 14, 2015 at 12:14 PM

    I am using jotform for one of my clients and have built several forms for them for tournament registration.  They have asked that all submission information be received in "CAPITAL LETTERS".  Is there a setting or way to make this happen.

     

    Thank you very much,

    Yvonne Williams

    ywilliams@americancuesports.org

  • KadeJM
    Replied on January 14, 2015 at 3:03 PM

    Unfortunately we don't have a setting for that sort of thing since it's not ideal.

    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.

    Example: 

    http://form.jotformpro.com/form/50136000197948? 

     

    To do this you need to use injected css: 

    .form-all input {text-transform: uppercase;}

     

    If you want your entire form in all capitals then you'll need to use this instead:

    .form-all, form-all input {text-transform: uppercase;}

     

    If you're unsure of how to Inject CSS be sure to take a look at this guide.

    Is there a way to submit all information in capital letters Image 1 Screenshot 20

    Additionally, if you take a look at the bottom of this thread asking about a similar occurrence you'll see one of our supporters has provided a script method found on stackoverflow which you could use in conjunction with your jotforms to convert your submission data.