• Hi,

    Is there a way to force the format of text input into a text field of a form?

    For example, if I have a First Name field and a Last Name field, could I force the input to be initial cap, even if the user enters their name in all lower case or all upper case?

    Thanks

Viewing 1 replies (of 1 total)
  • I think what you’d want to do is accept the input, and when the field loses focus, set it to all lowercase and then just uppercase the first letter yourself. I’m not super proficient in Php/etc, but I know in .net it’s be easy.

Viewing 1 replies (of 1 total)
  • The topic ‘Force the format of text input into a text field’ is closed to new replies.