Form Validation Bugs
This page contains various form validation issues for testing purposes.
Bug #1: Missing Email Validation
This email field accepts invalid email formats.
Bug #2: Required Field Not Checked
This form should require all fields but doesn't validate them.
Bug #3: Password Mismatch Not Detected
Password fields should match but the validation is broken.
Bug #4: Number Field Accepts Non-Numbers
This field should only accept numbers but accepts any input.
Bug #5: Checkbox Not Properly Validated
User must agree to terms but checkbox validation is broken.
Bug #6: No Min/Max Length Validation
Username should be 5-20 characters but validation is missing.