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.
[SOLVED]CMS 1.3.1/Form Builder 0.5.3/radio button group/check box group columns
[SOLVED]CMS 1.3.1/Form Builder 0.5.3/radio button group/check box group columns
Last edited by tonypb on Thu Jul 10, 2008 7:27 pm, edited 1 time in total.
patino-burch design
Anthony Patino-Burch
Anthony Patino-Burch
Re: [SOLVED]CMS 1.3.1/Form Builder 0.5.3/radio button group/check box group columns
I accidentally found this solution... duhhh in the "form template" there is a line of code
so i just needed to change to{assign var="cols" value="3"}
{assign var="cols" value="2"}
patino-burch design
Anthony Patino-Burch
Anthony Patino-Burch