I added some css to my form that force an custom textarea field to be all caps only. When the form processes it does not preserve the all caps but rather process it just as it was originally typed. How can I force the form to accept the capitalized characters?
The css will only affect the display of the data, it won't change the actual data which users typed. So if you want to store the data in upper case, you will need to know programming to customize the code .