Hi,
I have made three small changes (1 new method, 1 new private var and one small change in the isValid() method) in the class.Field.php to allow me to extends the FormHandler and implement a new validation callback that allows to validate the whole form (i.e. for validate one field against another and so on).
I have uploaded the new class.Field.php file, my FormManager class (that extends the FormHandler class) and a sample script at the following url:
I would like to know if you think it's possible to include these changes in the official package. I think they are very usefull, specially for complex validation processes.
Sincerely,
Filippo Toso
P.S.
All the changes in the class.Field.php are surrounded by comments so you can esily identify them.