I have a form with a required "amount". The users like to enter things like $50k which thoroughly confuses the system that tries to send a different email if the amount is over or under $25,000. I think I can make them stop entering dollar signs and letters... but I don't think they'll part with the commas.
Before I write a custom validator, am I missing something simple that would allow me to accept "40,000" as a valid amount? The only thing I see is integer validation, which is too strict. Thanks, -- Wendy Smoak --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]