TitleCase & UpperCase for all Text Fields in App Form

Why it matters:

In the application form Previously for all the text fields by default when user enters the information it appears in all small case, now we have the case configurable as following ways :

  • Normal case - It will work as it works Previously

  • Title Case - Whenever user types a word first letter will be in upper case, after every space for new word it will be in uppercase.

  • Upper Case - All the letters Student types in the field will get changed to Uppercase in App Form.

This is configurable globally for all the fields in the form excluding fields as required.

For example: TextArea or Email address will behave as it is.

How it works:

Last updated