MitulSonagara / truth-tunnel

https://truth-tunnel.vercel.app
MIT License
20 stars 45 forks source link

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

Open akash70629 opened 2 weeks ago

akash70629 commented 2 weeks ago

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):

akash70629 commented 2 weeks ago

Please assign me this issue under gssoc label.