How to capitalize the content of a Gravity Forms input field? There are two possible angles. If you just want to display the content of a field in Uppercase, use the CSS.
If you want to convert the user input to Uppercase while submitting the form, use the PHP solution.
DEMO