PDA

View Full Version : zip code


Marc
10-12-2009, 12:18 AM
hi,

in my form i want to add in the "WA server validations - Zip code" a 4 digit code (belgium)
is there a way to do this?

thank you

Ray Borduin
10-13-2009, 10:15 AM
I'd use regular expression validation.

The regex would be: /^[1-9]{1}[0-9]{3}$/