Howdy all, i have a form that has two text fields, FirstName & LastName
How can i use the onChange event to handle the changing of the users value in FirstName to have a capital character at the beining of their input, so if they enter "scott" onChange would result in "Scott"
Thanks!
How can i use the onChange event to handle the changing of the users value in FirstName to have a capital character at the beining of their input, so if they enter "scott" onChange would result in "Scott"
Thanks!