Skip to content

Bug: Event Booking Form Allows Empty Submission #3

Description

@kl2300033218

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions