How to have all typed in text capitalized?

  • Marcefabian2005
    Asked on July 19, 2018 at 3:35 PM

    How can I make the form be required to complete only in capital letters ?? Thank you.-

  • Kevin Support Team Lead
    Replied on July 19, 2018 at 4:48 PM

    It's possible to do that injecting some CSS code to your form, example: 

    .form-textbox, .form-textarea, .form-dropdown{

    text-transform: uppercase !important;

    }

    Guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    However, this will only affect the web form, but the submitted text will not be uppercase in the submission, actually there is not a way to force that in the submission, if you want we may open a feature request for that, although we cannot provide an ETA we would keep you updated via this thread. 

    Thanks. 

  • Marcefabian2005
    Replied on July 19, 2018 at 11:43 PM
    Thanks a lot !!
    ________________________________
    ...