bramstroker / zf2-form

ZF2 module for extending forms with live clientside validation without need to write js validation code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contextual data

cbichis opened this issue · comments

Hi,

For some custom validators is needed to have access not only to the field value itself but also to other fields values. Currently this is not possible because the ajax validation it doesnt pass back to server more than the value of the field which has to be validated.