Forums

cc6 form area layout

simone.giusto.2.0815 14 Feb, 2024
Hi,

I would like to understand how to manage the layout of a number of text field inside a form area.
I'm only able to have them displayed in column. I would prefer to display them lined up next to each other.

Would it be possible? How?

Many thanks!
skittle 14 Feb, 2024
The easiest way is to navigate to the Design Tab, select Areas then select Multi field area and drag it onto your form. Drop any fields you want to appear in a row (inline-block) in the Multi field area Body section. Note that you can configure the Multi field area for more control over how the fields inside are displayed.
skittle 15 Feb, 2024
Realized you were asking about CC6 not CF6.
For CC6 you will need to use some HTML in the Content area of your form. See below for sample code:
<div style="display:inline-block;">
{view:field1}
{view:field2}
{view:field3}
</div>
You need to login to be able to post a reply.