anuj123upadhyay / MegaBlog

created a blogging site with all functionality using react and appwrite
https://mega-blog-8587.vercel.app/
9 stars 35 forks source link

🐛[BUG] : Contact Us form Full Name validation #284

Open akash70629 opened 1 hour ago

akash70629 commented 1 hour ago

Describe the bug

The "Full Name" field in the Contact Us form should only accept alphabetical letters (a-z, A-Z). 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 Full Name field.
  3. Type number and symbol.
  4. See there is no error.

Expected behaviour

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

Screenshot

image

akash70629 commented 1 hour ago

Please assign me this issue .