Hello, I can't believe something as seemingly simple as this should need lines of code to create so please tell me if I'm missing something easier.
I want to add an input mask to my form for names so that only the first letter get's capitalized. I don't want the rest of the letters necessarily in small case and I want to be able to add other characters (e.g. hyphen). For example, a surname such as Smith-McDonald: The "S" would automatically get capitalized but the user has to manually capitalize the "M" and "D" in McDonald.
Any suggestions?
I want to add an input mask to my form for names so that only the first letter get's capitalized. I don't want the rest of the letters necessarily in small case and I want to be able to add other characters (e.g. hyphen). For example, a surname such as Smith-McDonald: The "S" would automatically get capitalized but the user has to manually capitalize the "M" and "D" in McDonald.
Any suggestions?