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.

Multiple Columns

  1. Jamie
    Member

    Just a quick question:
    Does Gravity Forums have an option to create more then one to three columns? I am looking in building a form with 5 columns all with different widths.

    Posted 12 years ago on Thursday September 29, 2011 | Permalink
  2. Gravity Forms provides CSS Ready Classes for positioning fields in columns. You can find documentation on these here:

    http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes

    The CSS Ready Classes currently only support up to 3 columns. If you want more than that you can implement your own CSS customization to expand on what the existing CSS Ready Classes do. It's all done with standard CSS.

    Posted 12 years ago on Thursday September 29, 2011 | Permalink
  3. If you want to have different column widths, your best bet is to leverage the HTML blocks to create wrappers/container divs around groups of fields, the use some custom CSS to float those into columns. It can be done, but it's going to take a little creativity and some work on to pull it off.

    You can check out this topic from a while back that was very similar. I detailed how you would use the HTML blocks inline to add the extra markup.

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

    That should get you pointed in the right direction. Good luck with it.

    Posted 12 years ago on Thursday September 29, 2011 | Permalink