Hi I bought Gravity to have an easy pro form, I find a non visual Layout building
1. what file must I modify to have the form display on 2 colums ? an easy and direct way is welcome
2. no example with extension, why ?
Hi I bought Gravity to have an easy pro form, I find a non visual Layout building
1. what file must I modify to have the form display on 2 colums ? an easy and direct way is welcome
2. no example with extension, why ?
To make the fields on your form appear in two columns you can use the CSS Ready Classes as described in the documentation, http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes
More specifically you want to be adding the css class name gf_left_half to the fields in your left column and gf_right_half to the fields that are to be in your right column.
Thank you, it make me see how to do
You're welcome