Forum Moderators: phranque
I need to make a form textbox - UPPERCASE ONLY - anyone know how to achieve this?
I know how to midify appearance via style
<input type="text" name="T1" size="20" style="text-transform: capitalize">
but don't now how to properly validate so as the form results appear capital.
Any help really appreciated!
Kind Regards
Walker