Auto-Cap (Capitalize) inputs

Hi everyone,

I’m attempting to ensure that the input values in my form are auto-capitalized. I’ve experimented with the validation function, but it forces users to reenter their information if it’s not in all caps, which isn’t very user-friendly. Are there any alternatives that would automatically convert the input to uppercase once save without creating another field?

Thank you

Hi,

Currently, it is not possible to automatically convert input to uppercase while typing. Therefore, you would need to create an additional field and use a formula to convert the field value. You can use List of Supported Formulas like UPPER(value), TOUPPERCASE(value), or PROPER(value) to achieve this. Please refer to the mentioned formulas for further guidance.

Thank you.