📜 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
📜 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
Suggested Validations
Name Field
Email Field
Message Field
Additional Improvements
Expected Outcome
What browsers are you seeing the problem on?
Chrome
📃 Relevant Screenshots (Links)
No response