"jobseeker_signon"
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>Job Seeker Sign Up</legend> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="jobseeker_name">Your Name</label> <div class="col-md-4"> <input id="jobseeker_name" name="jobseeker_name" type="text" placeholder="Firstname Lastname" class="form-control input-md" required=""> <span class="help-block">Please type in your first and last name</span> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="jobseeker_email">Your email address</label> <div class="col-md-4"> <input id="jobseeker_email" name="jobseeker_email" type="text" placeholder="Yourprivateemail@somecomany" class="form-control input-md" required=""> <span class="help-block">Please type in your email address. This will be used as your account with us.</span> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="jobseeker_location">Your location</label> <div class="col-md-4"> <input id="jobseeker_location" name="jobseeker_location" type="text" placeholder="City, State, or 5 digit Zip" class="form-control input-md" required=""> <span class="help-block">We use this to target local jobs to local candidates.</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" class="form-control input-md" required=""> <span class="help-block">Please use a STRONG password</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: