Open GoogleCodeExporter opened 9 years ago
Please try this...
$options = array('one'=>"Option #1", 'two'=>"Option #2", 'three'=>"Option #3");
$form->addElement(new Element\Radio("Radio Buttons:", "RadioButtons", $options,
array("value" => "one")));
Original comment by ajporterfield@gmail.com
on 16 May 2013 at 2:13
That works.
Thank you.
Original comment by garyburn...@gmail.com
on 16 May 2013 at 2:22
Original issue reported on code.google.com by
garyburn...@gmail.com
on 16 May 2013 at 2:08