I suppose you could use the IS_UPPER() validator on all the fields -- that will convert all input to upper case for storage in DB. You could also use JS/jQuery on the client side to convert as the user types.
Anthony On Tuesday, November 22, 2011 10:48:10 AM UTC-5, viniciusban wrote: > > Hi guys, > my customer wants all data typed in forms, be stored in uppercase letters. > > What's the best way to achieve it, with little effort? > > -- > Vinicius Assef. > >

