Hi All, Is there a way to capitalize and submit the first letters of the name and address input fields on registration? for example; john doe smith main street 123 1234 aa town John Doe Smith Main Street 123 1234 AA Town I tried css {text-transform:capitalize;}, unfortunately this only change the user values entered, it doesn't submit and store the capitalized text into the database. Thanks