How can I force users to enter only uppercase characters in a field?

  • ishik
    Asked on April 10, 2015 at 9:09 AM

    the name and surnames should be capital.

    Jotform Thread 550025 Screenshot
  • ishik
    Replied on April 10, 2015 at 1:00 PM

    thanks

  • ishik
    Replied on April 11, 2015 at 2:35 PM

    hi

    your solution is working on my computer. How can I force users to enter only uppercase characters in a field? Image 1 Screenshot 20how can they do I don't now but they are filling with small letter. we can see of the following picture

  • raul
    Replied on April 11, 2015 at 7:03 PM

    The code my colleague provided above is to change the appearance of the entered characters in the text box, but in the submissions screen you'll see the entered characters as they were typed in the form.

    If you want to force the submitted data to be also in uppercase characters then you'll need to use the full source code of your form and a custom script like the ones provided here: http://stackoverflow.com/questions/13155261/convert-to-upper-case-while-typing-with-some-delay

    Let us know if this helps.