[input onkeyup="this.value = this.value.toUpperCase();"]
Agregar el código después del input correspondiente en Customize HTML del formulario.
If you need to force a field to convert it’s value to uppercase characters as a user types you can add this JS directly to the [input] shortcode:
https://www.formidable-community.com/question/force-uppercase-characters/

