Is there a way to force the first letter of a name capital?

  • VascuWave
    Asked on October 8, 2018 at 11:54 PM

    Is there a way to force the first letter of a name capital?

  • Ashwin JotForm Support
    Replied on October 9, 2018 at 4:08 AM

    Yes it is possible to achieve your requirement by injecting the following custom css code in your form:

    input#input_4 {

    text-transform: uppercase;

    }

    You need to find out the field id of your name field and replace the "input_4" with your field id. The following guide should help you how to find out field id:   https://www.jotform.com/help/146-How-to-find-Field-IDs-Names

    You may also like to take a look at the following guide which should help you how to inject custom css code in form:  https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Hope this helps.

    Do get back to us if you have any questions.