I'm trying to create a series of radio buttons that span across several subforms. I have a subform for each 'item' in a form and the radio buttons would be used to select a particular item.
Example: --subform1--- ___ image ___ name O select as thumb <-Radio Button --subform2--- ___ image ___ name O select as thumb <-Radio Button etc... only one item may be selected as a thumb. As far as I can tell, the standard radio element requries 'MultiOptions' and displays all the buttons in a group. The formRadio() view helper seems to only be available in the view script. The only way I can think of to do this is to manually iterate over each subform and drop in a radio button using formRadio(). Does anyone know how to do this without touching the view? -- View this message in context: http://www.nabble.com/Zend_Form_Element_Radio-spanning-across-subforms-tp23379908p23379908.html Sent from the Zend Framework mailing list archive at Nabble.com.
