How to put form fields on same line | Community
Skip to main content
February 3, 2016
Solved

How to put form fields on same line

  • February 3, 2016
  • 2 replies
  • 2307 views

Hi all,

Is it possible to put two form fields on the same line?  e.g,

First Name      Last Name

Company Name

Email Address

Phone Number

Also, is there a way to reduce the amount of space between fields?

Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Kenny_Elkington

You can drag and fields to put them in separate columns in the editor, allowing you to put them on the same line.  For space between fields, what exactly are you looking to reduce?

2 replies

Josh_Hill13
New Participant
February 3, 2016

In Forms 2.0, you can drag the field over to the second column that will auto appear like you want.

The alternative is to use CSS and scripting.

You can modify the Field Length, but vertical distance probably is a custom CSS question. Ask your web dev.

Kenny_Elkington
Kenny_ElkingtonAccepted solution
New Participant
February 3, 2016

You can drag and fields to put them in separate columns in the editor, allowing you to put them on the same line.  For space between fields, what exactly are you looking to reduce?

February 4, 2016

Vertical space between fields.  E.g. if I have

Company Name

Email Address

I might want to have a single space between, or a double space between or a certain number of pixels.

I'd be willing to bet that's custom CSS