Event-Management-System icon indicating copy to clipboard operation
Event-Management-System copied to clipboard

Bug: Event Booking Form Allows Empty Submission

Open kl2300033218 opened this issue 9 months ago • 0 comments

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

  1. Navigate to the event booking page.
  2. Leave the Name or Email field empty.
  3. 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.

kl2300033218 avatar Apr 17 '25 04:04 kl2300033218