I have a form using Zend_Form and want to create several Zend_Form_Element_Checkbox elements on this form that are created dynamically.
I like to get an array of all selected Zend_Form_Element_Checkboxes in my view after the form is posted. Is this possible? If not, what is the best way to do it? Thanks, -J -- View this message in context: http://www.nabble.com/How-to-get-list-of-all-selected-CheckBoxes-tp23783123p23783123.html Sent from the Zend Framework mailing list archive at Nabble.com.
