I have this form:
form action="...." method="get"
Zip Code: input type="text" name="location"
I would like to validate that the zip code's length is five and that they are all numbers.
I'm stuck on how/where to do this without creating a doctrine form and running sfValidators through the configure() function.
I found some documentation to do this in 1.2, but it seems that it has been removed in 1.4.
Thanks for any help!