This project demonstrates a simple HTML form with JavaScript validation.
The form collects basic contact details (Name and Email) and validates them before submission.
- HTML form for entering Name and Email Address
- JavaScript validation for:
- Empty Name field
- Empty Email Address field
- Alerts the user if required fields are missing
- Includes Submit and Reset buttons
- HTML5
- JavaScript (Vanilla JS)
π¦ form-validation
β£ π index.html # Form structure
β£ π form_validation.js # Validation logic
β π README.md # Documentation
-
Clone this repository:
-
git clone https://github.com/zainulabedin-devsec/form-validation.git
πΈ Demo (screenshots):
π¨βπ» Author
Zain Ul Abedin