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

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
User avatar
tonypb
Forum Members
Forum Members
Posts: 104
Joined: Tue Nov 20, 2007 12:16 am

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

Post 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.
Last edited by tonypb on Thu Jul 10, 2008 7:27 pm, edited 1 time in total.
patino-burch design
Anthony Patino-Burch
User avatar
tonypb
Forum Members
Forum Members
Posts: 104
Joined: Tue Nov 20, 2007 12:16 am

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

Post 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"}
patino-burch design
Anthony Patino-Burch
Post Reply

Return to “CMSMS Core”