Re: Validate postal

2009-05-10 Thread Braindead
Hi Dave, I've never used the postal code validation rule, but I guess you have to use a cutom validation rule to validate postal code from different countries. Why don't you ask the user for the country, the town and the postal code? In that case you won't have to try different

Validate postal

2009-05-10 Thread Dave Maharaj :: WidePixels.com
In the cookbook 4.1.4.23 postal validating postal codes How can you validate the zip/postal if you don't know if its Canadian, American or one of the others? Can you attempt to validate if it in American format then Canadian then others and if any of them pass is fine if not return false? Da