Gravity Forms Multi-Column Inline Form

Oct 30, 2024

2 Min. Read

Share URL

This page may contain affiliate links. Please read my disclaimer for more information.

Problem

While Gravity Forms has had support for building inline forms since version 2.5, it hasn’t always been as easy as it is now in version 2.8+. Especially for multi-column inline forms.

Creating inline forms in version 2.5 requires using CSS, and in 2.6, things got more accessible when the submit button settings were moved back into the form builder.

However, some people are unaware that building a multi-column inline form is drag-and-drop easy with Gravity Forms.

Solution

To create your inline form, follow the steps below.

There is a slight limitation here: Gravity Forms only supports four columns out of the box. So you can only use three fields, and the button will count as the fourth column.

  1. Add your desired fields.
  2. Move them side by side in the desired order.
  3. Change the button location to ‘end of the last row‘.
  4. Embed your form.

Here is a quick demonstration of how to complete the steps above.

Take a look at this tutorial if you want to see how to create an inline form with a consent field.

Taking Your Inline Form One Step Further

You might have noticed that the form did not look all that symmetrical or nicely designed in the video above. Here is a quick snapshot.

This is what it looks like when using the Gravity Forms 2.5 Theme, which is fine if you prefer to use it. It will just require a little CSS to improve the style.

It wouldn’t take much; you could just adjust the button padding:

/* replace 624 with your form ID */
#gform_submit_button_624 {
    padding: 6px 0;
}

If you instead use the default Orbital Theme, the form will look this way once it is embedded.

Need More Help?

If you still need help, please use the comments or chat options below.

You can also open a support ticket here if you have an active Gravity Forms license.

Photo of author
About the Author
Chris Eggleston
Husband. Father of 4. Grandpa of 2. Chief Problem Solver exploring business systems, technology, AI & faith — helping people solve real problems. @mantiswp @chrisegg

Support Chris - Donate $5

Gravity Wiz Add-Ons

Advertisement

0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments

Related Post

Styling Gravity Forms Radio Buttons Like Toggle Switch

Problem I recently had someone ask if it was possible to style radio buttons like a toggle switch in Gravity...

Mar 17, 2026

4 min. read

Automatically Switch from a Registration Form to a Waitlist in Gravity Forms

This tutorial shows you how to automatically switch from a registration form to a waitlist form in Gravity Forms using entry limits or attendee tracking with a custom shortcode.

Sep 29, 2025

4 min. read

Using AI + Gravity Forms to Streamline Job Applications

Hiring is tough. Sorting through dozens, or even hundreds, of job applications is time-consuming, repetitive, and prone to human bias. That’s where combining Gravity Forms, Gravity Flow, and AI automation comes in.

Sep 26, 2025

2 min. read

Turn Gravity Forms Image Choice Field into carousel

Problem Recently, I saw a Gravity Forms user looking for a way to style the new Image Choice field. Specifically,...

Jul 14, 2025

3 min. read

Offer Subscription With One-Off Add-On Product Options with Gravity Forms

Want to offer a subscription + one-time add-ons in Gravity Forms? Here’s how to do it using Stripe’s setup fee feature in a single payment feed.

Mar 24, 2025

2 min. read

Gravity Forms A/B Split Testing

Problem We recently received an interesting request from a Gravity Forms user who wanted to know how to do A/B...

Mar 21, 2025

5 min. read