How are you currently doing this with html-tmpl?

On 1 May 2002, Gregory Stark wrote:

> How do I have multiple form constraints that affect the same columns but
> have different error messages?
> 
> Specifically, I have two date fields, both fields are required, both must be
> in the correct format, and the second must be a later date than the first.
> Ideally I would want three separate messages 
> 
>   "Date2 is a required field"
>   "Date2 must be in format xxx" 
>   "Date2 must be later than Date1"
> 
> And only the single message that's appropriate should appear, not all of them.
> 
> 

-- 
-----------------------------------------------------------------
   Alex Porras     |     615-228-2719     |   [EMAIL PROTECTED]
-----------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to