How To Create And Design Multi-Column Gravity Forms


SUBMITTED BY: pinnacleseth

DATE: July 24, 2017, 10:42 p.m.

FORMAT: Text only

SIZE: 2.4 kB

HITS: 373

  1. You can easily create single column forms using the drag and drop builder of Gravity Forms . It is also easy to move the fields by dragging them however to divide the form into multiple columns you will need to use CSS Ready Classes.
  2. What are CSS Ready Classes?
  3. CSS Ready Classes are used to create advanced layouts for Gravity Forms. This is a core feature of Gravity Forms and you don't need any 3rd party plugin to use them. They were incorporated in version 1.5 of Gravity Forms. You can create 2/3 columns layouts by adding them to your form fields.
  4. How to Create 2 Column Forms?
  5. For creating a 2 Column form you have to use 'gf_left_half' and 'gf_right_half' classes. 'gf_left_half ' class aligns the field into left half of the form and 'gf_right_half '
  6. class aligns the field into right half.
  7. Here are the steps to divide the form into equal halves.
  8. Open the form which you want to convert into 2 columns.
  9. Click on the form field of which you want to change alignment. Go to Advanced tab and add 'gf_left_half' or 'gf_right_half' under CSS Class Name.
  10. To align adjacent fields side by side you must align the first field towards left and the next field towards right.
  11. How to Create 3 Column Forms?
  12. Steps for creating 3 Column Forms is similar to those of 2 column forms. The only change is the name of classes.
  13. To align a field the the left you should use 'gf_left_third' , to align a field into middle you should use 'gf_middle_third' and for alinging a field into right you should use 'gf_right_third'.
  14. How to Divide Checkboxes and Radio Buttons into Multiple Columns?
  15. There are special classes to change the layout of checkboxes and radio buttons. You can use gf_list_2col, gf_list_3col, gf_list_4col, gf_list_5col to divide these fields into two, three, four and five columns respectively.
  16. How to Design Multi-Column Gravity Forms?
  17. To design multi-column form you can use
  18. Styles and Layouts for Gravity Forms Plugin from WordPress plugin repository. This is a free plugin and works well both on single and multi-column layouts.
  19. Steps to design the forms.
  20. Does the Layout and Design will Work even after changing Theme?
  21. Since all the changes are done inside Gravity forms as well as Styles and Layouts Plugin so, the changes will not be lost after updating or changing the theme.
  22. Drop a comment if you need any assistance regarding this article.

comments powered by Disqus