PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

GF Formatting - 2 column form

  1. I have a multi page form set up.

    On page 1 of the form, I have products. These products are split by Section (categories)

    My problem is that this makes the form look too long but very thin.

    As such, I wish to split the products into 2 columns.

    I have experimented with gf_left_half and gf_right_half css classes, however this is not ideal for me.

    Is it possible to have an entire section as a left_half and the next section as a right_half?

    Posted 11 years ago on Thursday August 23, 2012 | Permalink
  2. The only way to do this would be some strategically placed HTML fields along with some custom styling - check out this thread here:

    http://www.gravityhelp.com/forums/topic/how-can-i-get-the-form-fieldsboxes-side-by-side#post-29425

    Posted 11 years ago on Thursday August 23, 2012 | Permalink
  3. Thanks, but I thought I had tried something like that already. Mind if I forward you the GF export for you to take a look?

    Posted 11 years ago on Thursday August 23, 2012 | Permalink
  4. First HTML content:

    <div style="width: 30%; float: left">

    Section & Product Fields
    Second HTML Content:

    </div><div style="width: 30%; float: right">

    Section & Product Fields
    Third HTML Content

    </div>

    But instead of creating 2 columns, it creates a left column. Then clears the float, then creates the right column. So the right column appears below the left column.

    Posted 11 years ago on Thursday August 23, 2012 | Permalink
  5. It looks like you might be missing some markup there. Did you see the instructions in that thread I linked to? About closing elements and reopening, etc?

    Posted 11 years ago on Thursday August 23, 2012 | Permalink