"Signup form three fields"
Bootstrap 2.3.2 Snippet by maxrafael

<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="span3 well"> <legend>New to WebApp? Sign up!</legend> <form accept-charset="UTF-8" action="" method="post"> <input class="span3" name="name" placeholder="Full Name" type="text"> <input class="span3" name="username" placeholder="Username" type="text"> <input class="span3" name="password" placeholder="Password" type="password"> <button class="btn btn-warning" type="submit">Sign up for WebApp</button> </form> </div>

Related: See More


Questions / Comments: