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