Quantcast
Channel: Topliners: Message List - Do It
Viewing all articles
Browse latest Browse all 3185

Re: Can There be 2 Columns of Fields in an Eloqua Form?

$
0
0

Hi Melissa,

 

You can do this by using CSS.  You can float the form field divs left:

.form-design-field { float: left; }

 

And then set the widths of the fields:

input[type="text"], textarea, select { width: 250px !important; }

 

The overall width of the form section on your landing page will need to be wide enough to fit 2 columns or more if you want.  You can also use javascript when needed to alter the CSS.

 

Cheers,

Ben


Viewing all articles
Browse latest Browse all 3185

Latest Images

Trending Articles



Latest Images