"Recriuter_signup"
Bootstrap 3.3.0 Snippet by pdejager

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.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 ----------> <form class="form-horizontal"> <fieldset> <!-- Form Name --> <legend>Recruiter Sign Up</legend> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="user_nice_name">Your First and Last Name</label> <div class="col-md-4"> <input id="user_nice_name" name="user_nice_name" type="text" placeholder="Your Name" class="form-control input-md" required=""> <span class="help-block">We will need a first and last name.</span> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="userna,e">Your Email account</label> <div class="col-md-4"> <input id="userna,e" name="userna,e" type="text" placeholder="Your Email Address" class="form-control input-md" required=""> <span class="help-block">This will be your username with us</span> </div> </div> <!-- Password input--> <div class="form-group"> <label class="col-md-4 control-label" for="passwordinput">Password Input</label> <div class="col-md-4"> <input id="passwordinput" name="passwordinput" type="password" placeholder="your password here" class="form-control input-md"> <span class="help-block">Please use a STRONG password.</span> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="recruiter_company">Your Company Name</label> <div class="col-md-4"> <input id="recruiter_company" name="recruiter_company" type="text" placeholder="Company Name" class="form-control input-md" required=""> <span class="help-block">We will need your company name. Lots of reasons for this. </span> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="recruiter_location">Your Location</label> <div class="col-md-4"> <input id="recruiter_location" name="recruiter_location" type="text" placeholder="City, State or 5 digit Zip" class="form-control input-md"> <span class="help-block">We would like your location to try to advertise to local candidates to your area.</span> </div> </div> <!-- Button --> <div class="form-group"> <label class="col-md-4 control-label" for="signup_recruiter"></label> <div class="col-md-4"> <button id="signup_recruiter" name="signup_recruiter" class="btn btn-primary">Signup</button> </div> </div> </fieldset> </form>

Related: See More


Questions / Comments: