Skip to content

Form submission shows success message even when required fields are empty! #1

@saky-semicolon

Description

@saky-semicolon

Issue: Form submission shows success message even when required fields are empty

Description

When submitting the form without filling in the fields, the system still returns a success message instead of displaying validation errors.
This leads to incorrect user feedback and potential data integrity issues.

Steps to Reproduce

  1. Open the form.
  2. Leave all required fields empty.
  3. Click on the Submit button.

Expected Result

The system should display an error message indicating that required fields must be filled.

Actual Result

The system shows a success message, even though the required fields are empty.

Impact

  • Misleads users into thinking their submission was successful.
  • Allows incomplete or invalid data submission.
Image

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