"Contact Us" email validation issue
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 4.7k
- Forks
- 364
- PR merge metrics
- No merged PRs in 30d
Description
Description:
As a user, I can go to the Contact Us page to communicate with the owners.
Actual result:
There is no email validation. If the user enters an invalid email address, they will not get an email validation error. It can be seen in the attachment that when I entered an invalid email address, I did not get any error regarding the invalid email address.
Expected result:
When the user enters an invalid email address, they should get an error like "Email is invalid." or "Please enter a valid email address."
Steps to reproduce:
1- Go to https://www.esproc.com/contact-us/
2- Fill the email address field with an invalid email address
Screenshots:
https://github.com/user-attachments/assets/f86d436c-3649-492c-854d-6625ef3629cd
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the Contact Us page named in the issue: https://www.esproc.com/contact-us/. Reproduce the behavior with an invalid email address, locate the form validation entry point, and confirm that an appropriate validation error appears before submission.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100