Welcome to the Registration Form Validation project! This project allows users to register by filling out a simple form. The form includes validation to ensure that all fields are completed correctly.
You can view a live demo of the project here.
-
User Input Fields:
- User Name
- Password
- Confirm Password
- Phone Number
- Gender Selection (Male, Female, Other)
- Country Selection (dropdown)
- Address
-
Terms and Conditions: Users must agree to the Terms of Service and Privacy Policy.
-
Validation: The form includes validation to ensure:
- All fields are filled.
- Passwords match.
- Email is in the correct format.
- Phone number follows the correct pattern.
-
Reset Functionality: Users can reset the form to clear all fields.
- HTML
- CSS
- JavaScript
- Clone the repository or download the ZIP file.
- Open the
index.html
file in your web browser. - Fill out the registration form with the required information.
- Click the "Register" button to submit the form.
- If there are any validation errors, they will be displayed to guide you.
- Use the "Reset" button to clear the form.
If you would like to contribute to this project, please fork the repository and create a pull request with your changes.
This project is open-source and available under the MIT License.