Hi all,
I am having a form with a input filter attached. The input filter has filters and validators. So far as I can see, validation does not take filters into account. Filters are only applied if $form->getData() is called. Is it possible to apply filters before validation. For example I have a string filter. This filter fixes common input errors (e.g. replaces komma with a semicolon). Therefore I want to have the filter applied before validation is done. The only way to achieve that is to either get and execute the input filter before isValid() is called separately or to set/get and reset the data on the form element. Is there a easier way to do this? Best Regards Christian
