How to automatically convert case in form fields [closed]
Is there a method to automatically have the first character of a form field be caps and all other characters entered be lower case? Example; Field name is First Name, if someone enters Joe, joe, JOE or JOe the field would convert it to Joe and store that in the database table.