If you want to normalise the values that are submitted to something
other than what happens automatically, write a clean_<fieldname>()
method for that form field. Have a look at
http://docs.djangoproject.com/en/dev/ref/forms/validation/
for details.
Regards,
Malcolm