Forum OpenACS Development: Re: ad_form, formtemplate, radio buttons

Collapse
Posted by Chris Davies on
Andrei,

In this case, I wanted 12 radio buttons in a row rather than a column.  I didn't want to alter the defaults for every form, just for this one form.

Dave,

<formgroup> worked like a champ -- I looked at that about 10 times this weekend and just couldn't get it to work.  After a few hours of sleep and your suggestion, it works.  Thanks!

Collapse
Posted by Andrei Popov on
<blockquote> I didn't want to alter the defaults for every form, just for this one form.
</blockquote>

And this is exactly what you probably could achieve with CSS (by setting them to be "inline" rather than "block").  The current formtemplate (that uses TABLE to layout all of these elements) would not however allow you the full control.

Anyway, you seem to be all set now.