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.

Dealing With a Long Form

  1. We're using Gravity Forms to build an order form for a particular client. This order form has a large number of fields and has created a very long, cumbersome form.

    The customer's old form had places where it used 2 columns to shorten the overall length (i.e. Buyer & Co-Buyer contact info fields were next to each other instead of a vertical listing).

    Is there a way to use a dual-column approach or some other styling to make it less cumbersome?

    We've considered using the conditional logic to keep adding sections as the customer progresses through the form, but it doesn't help with the length of the form.

    Any ideas?

    Posted 14 years ago on Wednesday February 3, 2010 | Permalink
  2. You could create 2 column form, however you would accomplish this using CSS on the front end. The form in the editor would still be one long form.

    We plan on implementing multi-page form capabilities in a future release which will make dealing with longer forms much easier.

    Posted 14 years ago on Wednesday February 3, 2010 | Permalink
  3. You can float some of the smaller fields up next to each other horizontally. You'd have to specify the unique field id's in your form but you could save a little space with some CSS tweaking.

    You can refer to this post which addresses a similar request..

    http://forum.gravityhelp.com/topic/horizontal-form-layout

    Posted 14 years ago on Wednesday February 3, 2010 | Permalink