View Single Post
  #1 (permalink)  
Old 07-12-2007, 09:32 PM
deviltje deviltje is offline
Junior Member
 
Join Date: Jul 2007
Posts: 1
Default 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.
Reply With Quote