Does anyone know of a way to validate for currency in a form. I would use validate="integer" but that won't let you use decimals in the number and I need to be able to. PS I would prefer not to do an onServer validation for it unless completely necessary. I know about using a hidden field.