<form>
This page shows that if you use CSS text-transform: uppercase
on an input
field,
then the data sent to the server are not uppercased.
So the CSS property actually just changes the way text is shown in the
input
,
and not the actual data contained in it.