"Contact form 2 column"
Bootstrap 2.3.2 Snippet by rosslynhouse

<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container" width="940px"> <span> </span> <div class="row-fluid"> <div class="span6 divide"> <div class="container"> <form> <div class="row"> <div> <label>First Name</label><input class="span3" placeholder="Your First Name" type="text"> <label>Last Name</label><input class="span3" placeholder="Your Last Name" type="text"> <label>Email Address</label> <input class="span3" placeholder="Your email address" type="text"> <label>Subject</label> <select class="span3" id="subject" name="subject"> <option selected value="na"> Choose One: </option> <option value="service"> General Customer Service </option> <option value="suggestions"> Suggestions </option> <option value="product"> Product Support </option> </select> <label>Message</label> <textarea class="input-xlarge span6" id="message" name="message" rows="10"> </textarea> </div><button class="btn btn-primary" type= "submit">Send</button> </div> </form> </div> </div> <div class="span6"> <address> <strong>Twitter, Inc.</strong><br> 795 Folsom Ave, Suite 600<br> San Francisco, CA 94107<br> <abbr title="Phone">P:</abbr> (123) 456-7890 </address> <address> <strong>Full Name</strong><br> <a href="mailto:#">first.last@example.com</a> </address> </div> </div> </div>
.divide { border-right:1px solid #ccc; padding-right:10px; margin-right:-10px; }

Related: See More


Questions / Comments: