Can I have multiple single line text fields with one question? If yes, how?
Can I have multiple single line text fields with one question? If yes, how?
Are you talking about a field where they can answer a question and then add another single line input field to add another answer? Currently that isn't a feature. Right now a single line text field is one field. If you want multiple you would have to add multiple fields to your form.
I would also like the input fields to be placed horizontally instead of one on each line. I know this needs to be done using CSS. Do I change the CSS for the GravityForms or my WP Template?
Carl,
Thanks for the quick reply. :)
You would place custom CSS in your theme stylesheet. Never edit Gravity Forms files as doing so will be overwritten when the plugin is updated with an upgrade release.
This thread will help you get started:
http://forum.gravityhelp.com/topic/data-fields-in-same-row
You use CSS to float the fields you want to position side by side with each other.