Quantcast
Channel: Topic Tag: contact-form | WordPress.org
Viewing all articles
Browse latest Browse all 5998

AsianMenace on "Grizzly theme + Contact Form 7"

$
0
0

Basically when making my order form the first half works great but when I start with the drop down menus everything becomes screwy and either the labels are on the right hand side or the drop down boxes are underneath the label and everything is squished together (depending on the browser your using)

This is what I have:
<div id="order_now_form">
<h4>CONTACT INFORMATION</h4>
<p><label>Your Name*</label>[text* your-name 32/]</p>
<p><label>Your Email*</label> [email* your-email 32/]</p>
<p><label> Delivery Address</label>[text DeliveryAddress 32/]</p>

<p><label>Phone Number (Home)</label>[text HomePhone 32/]</p>
<p><label>Phone Number (Work)</label>[text WorkPhone 32/]</p>
<p><label>Phone Number (Cell)</label>[text CellPhone 32/]</p>

-- This is where everything goes to hell in a handbasket --

<p><label>Delivery Type:</label>[select DeliveryType include_blank "Home" "Office"]</p>
<p><label>Delivery Schedule</label>[select DeliverySchedule include_blank "Monthly" "Bi-Weekly"]</p>
<p><label>Delivery Type:</label>[select DeliveryType include_blank "Home" "Office"]</p>
<p><label>Number of Bottles</label>[select NumberOfBottles include_blank "3" "4" "5" "6" "7" "8" "9" "10" "11" "12" "13" "14" "15+"]</p>
<p><label>I need a cooler</label>[select NeedCoolers include_blank "Yes" "No" "Unsure"]</p>
<p><label>Water Type</label>[select WaterType include_blank "Natural Spring" "Reverse Osmosis"]</p>
<p><label>How did you hear about us?</label>[select HearAbout include_blank "TV" "Radio " "Friend" "Salesman" "Newspaper" "Facebook" "Google" "Other"]<p>

[submit "Send"]

</div>


Viewing all articles
Browse latest Browse all 5998

Trending Articles