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.
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.
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.
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.