I have a form to register for a charity golf game. The team captain provides the info. Got all that done easy. Issue: The team captain must list the name and handicap score of his six players. Any ideas for a multi-line field that can be filed in?
I have a form to register for a charity golf game. The team captain provides the info. Got all that done easy. Issue: The team captain must list the name and handicap score of his six players. Any ideas for a multi-line field that can be filed in?
If you want to display multiple fields on one line you would have to use CSS to position the fields side by side.
We make this easier in Gravity Forms v1.5 which is going to be released as a final release very soon. It is already available on the site as a development/beta release (it is stable) on the Downloads page.
It features pre-defined Ready Classes that make styling your form easier by providing pre-defined classes you can use for things like positioning multiple fields on a single line, etc.
You can read about Ready Classes here:
http://www.gravityhelp.com/documentation/css-ready-classes/
The 1.5 development release can be downloaded on the Downloads page.
It's also possible to make a custom field type using available hooks/filters, so you could actually make a custom field specifically for something like this. But that is definitely more advanced and involves custom code and PHP/WordPress hook/filter usage knowledge.
Resolved. Thank you.