gkavakian
Member
Posted 5 months ago #
On the front page of my site (www.verdugoproperties.com), I want to have the two text fields of the form in the middle side-by-side on one line horizontally instead of the way it is now (on multiple lines). How can I make it happen?
Thanks for your help in advance!
http://wordpress.org/extend/plugins/contact-form-7/
pbgill1957
Member
Posted 5 months ago #
I have the exact same question.
pbgill1957
Member
Posted 5 months ago #
I take that back. I'd like to know how to have 2 buttons (Submit and Reset) on the same line side by side. I imagine the answer will be very close.
pamp0699
Member
Posted 5 months ago #
If you remove the ending </p> symbol on a default form it will list both text fields on the same line.
Just make sure your column is wide enough to handle them.
<p>Your Name (required): [text* your-name] Your Email (required): [email* your-email] </p>
<p>Your Message
[textarea your-message] </p>
<p>[submit "Send"]</p>