Page 1 of 1

form builder css?

Posted: Fri Aug 28, 2009 1:53 pm
by buntrosgali
Ive created a form using form builder, one of the questions have a check box and they are grouped in 2 lines of 3 boxes. I want to know how I can style these so I can put them in one line of 6 boxes.


my page

Re: form builder css?

Posted: Fri Aug 28, 2009 10:16 pm
by Owens
You will need to edit the template for the form. The current output is placing each check box group into a three cell table.

Code: Select all

 
 1
 
 2
 
 3

 
 4
 
 5
 
 6
When you edit a form in form builder. You will see a template tab. There are 4 available default templates (you can edit these to fit your needs). You can either edit the template you are using now to make it use more table cells across for each check box group or you can choose CSS driven template and use CSS to determine how many check boxes to have in a row.

Either way the first step is to change the form template.