Re: different separators for $form->input(..., array('type' => 'radio'...

2010-03-26 Thread Gianluca
Hi again. I've found a solution to my problem. I ended up creating the input-radios one at the time, and inserting the html I need between them. What I was actually mistaking was not setting the attributes['value']. echo $form- >input('RuleRecurrence.weekd

different separators for $form->input(..., array('type' => 'radio'...

2010-03-26 Thread Gianluca
Hello everybody. I need to create few radio options, each one separated by different portions of html code. E.g.: Mr ...something... Mrs some other html Ms ...something else... etc. I know that I might use the options['separator'] if the html code between the radios was the same. But that'