Create subforms to take advantage of array notation and have the validator
compare the pair by naming convention. - pw

On Thu, Jul 1, 2010 at 10:00 AM, milesap <mile...@gmail.com> wrote:

>
> I have a problem that I cannot seem to wrap my head around.
>
> 3 text fields on my form are "start dates", and another 3 text fields are
> "end dates". I need to validate the end dates to their corresponding
> starting dates to ensure they are later than the start dates.
>
> I created a custom validator for this, but this won't work because the
> validator doesn't know which element called it, and therefore cannot use
> the
> $context variable to determine the start date. What can I do here apart
> from
> creating 3 of the same validators, one for each end date field?
>
> Sample form:
>
> Start date of Program => End Date of Program
> Early fee start date => Early fee end date
> Late fee start date => Late fee end date
>
>
> --
> View this message in context:
> http://zend-framework-community.634137.n4.nabble.com/Zend-Form-and-custom-validation-workaround-tp2275449p2275449.html
> Sent from the Zend Framework mailing list archive at Nabble.com.
>

Reply via email to