Page 1 of 1

[SOLVED]CMS 1.3.1/Form Builder 0.5.3/radio button group/check box group columns

Posted: Thu Jul 10, 2008 5:49 pm
by tonypb
is there a way to limit the # of columns in a table containing a radio button group or check box group?

if you visit http://www.classactnannies.com/client-application-form/ you will see that on all groups the table automatically has 3 columns and due to the space limitation, it breaks the check box/radio button and the text weird

i would like to limit the table to TWO columns and have it add as many rows as needed.

Re: [SOLVED]CMS 1.3.1/Form Builder 0.5.3/radio button group/check box group columns

Posted: Thu Jul 10, 2008 7:28 pm
by tonypb
I accidentally found this solution... duhhh  in the "form template" there is a line of code
{assign var="cols" value="3"}
so i just needed to change to
{assign var="cols" value="2"}