Monday, January 26, 2009

Re: Having trouble with FormHelper radio method

Hi Seth,

Check ut this section in the cookbook. I think your problem is that
you specify each radio individually using $form->radio. You might try
$form->input('Field',array('type'=>'radio','options'=>$your_data)) as
it seems to be the promoted way to make a radio group.

http://book.cakephp.org/view/189/Automagic-Form-Elements#options-options-192


On Jan 25, 9:11 pm, seedifferently <seedifferen...@gmail.com> wrote:
> I am still experiencing this issue in 1.2.1.8004.
>
> Anyone?
>
> Seth
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

No comments: