2 columns in a form

mac2 27 Oct, 2012
Hello,
i want to create a form with 2 columns like this:
Name | family name
Street| town
Checkbox 1 | Checkbox 2

Textfield (in one row, as wide as the 2 columns)

How can i create the form with the wizzard.
Thanks for help
Maggie
GreyHead 28 Oct, 2012
Hi Maggie,

You can try using the 'Multi-field row' options. Please see this FAQ

These may not line up exactly but can be tweaked with CSS.

Otherwise you can use Custom Element elements; or switch to using the Custom Code box to add table elements to your form.

Bob
mac2 28 Oct, 2012
Hi! Thanks😀
But now i have other question: when i want to edit the border-color at the selectet input fields.
on tight Layout is there a bold black border and i want to have a blue one :wink:
I searched in the 'frontforms_tight.css' but do not find the position.
Where can i find the right position?
Thanks for help
Maggie
GreyHead 28 Oct, 2012
Hi Maggie,

If you use your browser web-developer tools (click F12 in most cases) then you can see exactly which CSS is being applied.

If it's not from the ChronoForms CSS files it's probably from your template.

You can over-ride most CSS using either the ChronoForms 'Style Form' action or the 'Load CSS' action from the Utilities group. In some cases you may need to add very specific selectors to over-ride the template CSS and/or use !important.

Bob
mac2 28 Oct, 2012
Thanks!!
I found the position in my template :-)
This topic is locked and no more replies can be posted.