Skip to content

🐛 Bug Report: # Bug: Missing Validation on "Send Us" Page Form #350

@tanvi1107

Description

@tanvi1107

📜 Description

Description

The "Send Us" page currently does not have proper form validation. Users are able to submit the form with empty or invalid inputs, which affects user experience and data reliability.

Issues Observed

  • Empty fields can be submitted
  • Invalid email formats are accepted
  • No error messages or validation feedback
  • Form submission occurs without proper input checks

Suggested Validations

Name Field

  • Required field validation
  • Prevent empty submissions

Email Field

  • Validate proper email format
  • Show error message for invalid emails

Message Field

  • Prevent empty messages
  • Add minimum character validation if needed

Additional Improvements

  • Add inline validation messages
  • Disable submit button until inputs are valid
  • Improve form feedback and accessibility

Expected Outcome

  • Better user experience
  • Proper input validation
  • Reduced invalid form submissions
  • Improved form reliability

What browsers are you seeing the problem on?

Chrome

📃 Relevant Screenshots (Links)

No response

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions