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.: input type='radio' id='data[User][Title]' value='1'Mr/input brinput type='select'... ...something... br input type='radio' id='data[User][Title]' value='2'Mrs/input p some other

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-