Event-Management-System
Event-Management-System copied to clipboard
Bug: Event Booking Form Allows Empty Submission
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.