Register Form Template

Download our free, customizable Bootstrap register form template. Perfect for any website, this responsive and user-friendly template includes first name, last name, email, gender group and login link.
First Name Label and Input:
<label class="form-label" for="firstname">First name:</label>
<input type="text" placeholder="" class="form-control" id="firstname" required>
Last Name Label and Input:
<label class="form-label" for="SecondName">Last name:</label>
<input type="text" placeholder="" class="form-control" id="SecondName" required>
Email Label and Input:
<label class="form-label" for="email">Email:</label>
<input type="email" placeholder="" class="form-control" id="email" required>
Password Label and Input:
<label class="form-label" for="password">Password:</label>
<input type="password" placeholder="" class="form-control" id="password" required>
Gender Label and Input Group:
<label class="form-label" for="password">Password:</label>
<input type="password" placeholder="" class="form-control" id="password" required>
Submit Button:
<input type="submit" placeholder="" class="form-control btn-primary" id="submit">
Login Link:
<div class="py-3 text-center">
Have an account? <a href="" class="text-light">Login</a>
</div>
Click here to download the full code