"Clean simple contact form"
Bootstrap 2.3.2 Snippet by phabye

<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"> <div class="row"> <div class="span6"> <form> <div class="controls controls-row"> <input id="name" name="name" type="text" class="span3" placeholder="Name"> <input id="email" name="email" type="email" class="span3" placeholder="Email address"> </div> <div class="controls"> <textarea id="message" name="message" class="span6" placeholder="Your Message" rows="5"></textarea> </div> <div class="controls"> <button id="contact-submit" type="submit" class="btn btn-primary input-medium pull-right">Send</button> </div> </form> </div> </div> </div>

Related: See More


Questions / Comments:

Thankss a lot !!

dana () - 9 years ago - Reply 0


thanks so much ..but this not working weel om col-sm ie when width =768 and caption bg become larger than image..how can i fix this

Aml Mhmod () - 10 years ago - Reply 0


changing the div that has the class "col-md-3" to "col-xs-6 col-sm-4 col-md-3" seems to keep the images and captions looking right. Updated the demo with this change as well.

mouse0270 () - 10 years ago - Reply 0


Good Stuff!

Thanks for this!

Kraymer

Timmy () - 10 years ago - Reply 0