Page 1 of 1

Formbuilder Radio Button layout

Posted: Sat Apr 16, 2011 7:19 pm
by bDoc
Can anyone tell me what CSS to use in order to make a radio group in formbuilder show horizontally instead of vertically. I've looked all over and can't find any solutions. Any help is greatly appreciated.

Here's a link to a site that has a sample but I just don't know how to get it into formbuilder.

http://www.appnitro.com/forms/view.php?id=7

Thanks and I really hope someone can help me out. O0

Re: Formbuilder Radio Button layout

Posted: Mon Apr 18, 2011 11:06 am
by peterbus
Hi,

Can't you change the number of columns in the form template that belongs to the form that you use?


{* TABLE FORM LAYOUT / Field titles on Left *}
{* next line sets number of columns for things like checkbox groups *}
{assign var="cols" value="3"}
{literal}

Re: Formbuilder Radio Button layout

Posted: Tue Apr 19, 2011 3:21 am
by Dr.CSS
This is a CSS problem...

You need to give the radio group a css class and then style it...

A link to the page would help...

Re: Formbuilder Radio Button layout

Posted: Tue May 03, 2011 5:02 pm
by zori
I had the same issue.

Just give the radio group a css class example "atline" and make css

.atline div{
display:inline;
height: 10px;
}

R. Zori