Multiple Columns of radio buttons?

yaksushi 29 Aug, 2010
Is there a way I can have multiple columns of radio buttons instead of just the one? Currently I have a section in my forum where you can choose specific fish species like below.

* panfish
* trout
* bass
* salmon
* gar
* carp

I'd like to be able to have 2 or 3 columns for the buttons so the layout would look like this.

* panfish * trout * carp
* bass * salmon * gar

Any one know how to accomplish this?
GreyHead 29 Aug, 2010
Hi yaksushi ,

Open the Form HTML in the Form Editor and remove the <br /> tags between the inputs. You may need to tweak the other styling a little too.

Bob
yaksushi 29 Aug, 2010
:D That was it, once again your the man Grey!! Now I need to figure out just how fancy I want to make the form!
This topic is locked and no more replies can be posted.