-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Description
The event booking form allows the user to submit without filling in required fields like Name or Email. This may lead to invalid entries in the system.
Steps to Reproduce
- Navigate to the event booking page.
- Leave the Name or Email field empty.
- Click "Submit".
Expected Behavior
The form should show an error message and prevent submission until all required fields are filled.
Environment
- Browser: Chrome 122+
- OS: macOS Ventura / Windows 11
Suggested Fix
Implement client-side validation (HTML5 required attribute or JavaScript validation), and verify server-side input as well.
Metadata
Metadata
Assignees
Labels
No labels