How can I force the first letter of proper name fields to be capitalized?

  • trackleaders
    Asked on February 10, 2016 at 6:44 PM

    We have trouble with registrants failing to capitalize the first letter of their first name or last name. How can I force this capitalization?

  • Huberson
    Replied on February 10, 2016 at 7:07 PM

    Hi,

    You can inject the following CSS code into your form and it will take care of for you.

    #first_40, #last_40{

        text-transform :capitalize!important;

    How can I force the first letter of proper name fields to be capitalized? Image 1 Screenshot 20

     

    The name will be automatically capitalized when it is entered in the field.

  • NHEMICE12
    Replied on February 9, 2017 at 1:45 AM

    Question remove, I got it working

  • Ian
    Replied on February 9, 2017 at 1:58 AM

    @trackleaders ; It appears that it has been taken care of already by you. I tested the form and the field capitalize the first letter of the First name and Last name

    How can I force the first letter of proper name fields to be capitalized? Image 1 Screenshot 20