"Simple Contact Us/Sign-Up Form"
Bootstrap 3.1.0 Snippet by alexmarple

<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/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="col-md-3"> <h3>Contact Us/Sign-Up</h3> <form role="form"> <div class="form-group"> <label for="name">Name</label> <input type="name" class="form-control" placeholder="Enter name"> </div> <div class="form-group"> <label for="exampleInputEmail1">Email Address</label> <input type="email" class="form-control" id="exampleInputEmail1" placeholder="Enter email"> </div> <button type="submit" class="btn btn-default">Submit</button> </form> </div>

Related: See More


Questions / Comments: