View Single Post
  #2 (permalink)  
Old 03-06-2008, 04:58 PM
xentek's Avatar
xentek xentek is offline
Senior Member
 
Join Date: Feb 2008
Posts: 112
Default

I wrote custom validation routines that allow me to use Zend's validators, but not in an automatic manner. This gave me the most flexibility.

You could possibly change the message before it gets printed to the screen, by checking for first_name in the output, and triggering a different message based on it.
Reply With Quote