A
Anonymous

Feature- Rich Registration - Copy this Html, Bootstrap Component to your project

Create a beautiful or aesthetic register page which will have following fields: <h2 class="text center">Register</h2> <form method="post"> {% csrf_token %} <div class="form group"> <label for="username" class="col form label">Username:</label> <input type="text" class="form control" id="username" name="username" placeholder="Enter your username"> </div> <div class="form group"> <label for="first_name" class="col form label">First Name:</label> <input type="text" class="form control" id="first_name" name="first_name" placeholder="Enter your first name"> </div> <div class="form group"> <label for="last_name" class="col form label">Last Name:</label> <input type="text" class="form control" id="last_name" name="last_name" placeholder="Enter your last name"> </div> <div class="form group"> <label for="email" class="col form label">Email:</label> <input type="email" class="form control" id="email" name="email" placeholder="Enter your email"> </div> <div class="form group"> <label for="phone_number" class="col form label">Phone Number:</label> <input type="text" class="form control" id="phone_number" name="phone_number" placeholder="Enter your phone number"> </div> <div class="form group"> <label for="address" class="col form label">Address:</label> <textarea class="form control" id="address" name="address" placeholder="Enter your address"></textarea> </div> <div class="form group"> <label for="password1" class="col form label">Password:</label> <input type="password" class="form control" id="password1" name="password1" placeholder="Enter your password"> </div> <div class="form group"> <label for="password2" class="col form label">Confirm Password:</label> <input type="password" class="form control" id="password2" name="password2" placeholder="Confirm your password"> </div> <button type="submit" class="btn btn primary btn block">Register</button> </form>, or customize this as said

Prompt
Component Preview

About

Feature-Rich Registration - Create a stylish register page with fields for username, name, email, phone, address, and password, built w. Get free template!

Share

Last updated 1 month ago