Zend_input_filter question
I have a field which can be enabled and disabled by a radio button.
if the radio button is checked the field is enabled and required.
if the radio button is unchecked the field is disabled and thus not required.
Anybody know of a way to do this with zend_filter_input ???
the enable, disable is already done with javascript.
|