"Signup form three fields"
Bootstrap 3.2.0 Snippet by lindle323

<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="span3 well"> <legend>New to iMenchu? 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"> <input class="span3" name="mobile number" placeholder="Mobile number" type="password"> <button class="btn btn-warning" type="submit">Sign up for iMenchu</button> </form> </div>

Related: See More


Questions / Comments: