Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛[BUG] : Contact Us form Phone validation #257

Open
akash70629 opened this issue Oct 25, 2024 · 1 comment · May be fixed by #258
Open

🐛[BUG] : Contact Us form Phone validation #257

akash70629 opened this issue Oct 25, 2024 · 1 comment · May be fixed by #258
Assignees

Comments

@akash70629
Copy link
Contributor

Describe the bug
The "Phone" field in the Contact Us form should only accept Numbers. Currently, the field allows users to input symbols and special characters, which may lead to invalid or spam submissions.

To Reproduce
Steps to reproduce the behaviour:

  1. Go to the Contact Us page.
  2. Click on the Phone field.
  3. Type alphabetical letters (a-z, A-Z) and symbols.
  4. See there is no error.

Expected behaviour
The "Phone" field should only accept alphabetical letters (a-z, A-Z) and prevent users from invalid entries.

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser: Chrome
  • Version 129.0.6668.101 (Official Build) (64-bit)
@akash70629 akash70629 added the bug Something isn't working label Oct 25, 2024
@akash70629
Copy link
Contributor Author

akash70629 commented Oct 25, 2024

Please assign me this issue under gssoc label.

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

Successfully merging a pull request may close this issue.

2 participants