"Form"
Bootstrap 3.2.0 Snippet by kdawgwilk

<link href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.2.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-4 col-md-offset-4" style="margin-top:50px;"> <form id="signupform" class="form-horizontal" role="form" class="col-md-6 col-md-offset-3"> <div id="signupalert" style="display:none" class="alert alert-danger"> <p>Error:</p> <span></span> </div> <div style="margin-bottom: 25px" class="input-group"> <span class="input-group-addon"><i class="glyphicon glyphicon-envelope"></i></span> <input type="text" class="form-control" name="email" value="" placeholder="Email"> </div> <div style="margin-bottom: 25px" class="input-group"> <span class="input-group-addon"><i class="glyphicon glyphicon-user"></i></span> <input type="text" class="form-control" name="first_name" value="" placeholder="First Name"> <input type="text" class="form-control" name="last_name" value="" placeholder="Last Name"> </div> <div style="margin-bottom: 25px" class="input-group"> <span class="input-group-addon"><i class="glyphicon glyphicon-lock"></i></span> <input type="text" class="form-control" name="password" value="" placeholder="Password"> <input type="text" class="form-control" name="confirm_password" value="" placeholder="Confirm Password"> </div> <div class="form-group"> <div class="col-lg-offset-3 col-lg-3"> <button id="btn-signup" type="button" class="btn btn-danger"><i class="icon-hand-right"></i>Sign Up</button> </div> <div class="col-lg-offset-6 col-lg-3"> <button id="btn-fbsignup" type="button" class="btn btn-primary"><i class="icon-facebook"></i>Sign Up with Facebook</button> </div> </div> </form> </div>

Related: See More


Questions / Comments: