"Compact contact form"
Bootstrap 2.3.2 Snippet by ceremy

<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"> <form class="well span8"> <div class="row"> <div class="span3"> <label>Adınız Soyadınız</label> <input class="span3" placeholder= "ad" type="text" required> <label>Telefon Numaranız</label> <input class="span3" placeholder="Telefon" type="text"> <label>Email Adresiniz</label> <input class="span3" placeholder= "Örnek@mersinlihoca.com" type="email"> <label>Sizinle İrtibatı Nasıl Kurmamı İstersiniz?</label> <select class="span3" id="subject" name="subject"> <option selected value="yok"> Birini Seçin: </option> <option value="tel"> Telefon ile </option> <option value="mail"> Mail ile </option> <option value="fetmez"> Fark Etmez </option> </select> </div> <div class="span5"> <label>Message</label> <textarea class="input-xlarge span5" id="message" name="message" rows="10" > </textarea> </div><button class="btn btn-primary pull-right" type= "submit">Gönder</button> </div> </form> </div>

Related: See More


Questions / Comments: