"Signup form three fields"
Bootstrap 2.3.2 Snippet by msurguy

1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: