subhadipbhowmik / bio-branch

BioBranch is a streamlined and customizable platform that lets you manage and showcase all your social media handles and important links in one place.
https://biobranch.vercel.app
MIT License
37 stars 140 forks source link

Correct Validation for Contact Us Form #184

Open ananyag309 opened 1 month ago

ananyag309 commented 1 month ago

The current validation for the "Contact Us" form is not functioning as expected, allowing invalid inputs such as '111' for the phone number field. We need to implement stricter validation rules to ensure that phone numbers meet the following criteria:

Must contain only numeric characters. Should have a minimum length (e.g., 10 digits) and a maximum length (e.g., 15 digits). Should not accept repeated digits (e.g., '1111111111') or any other invalid patterns. By addressing these issues, we can ensure that users provide valid and usable contact information.

SBeeeee commented 1 month ago

@subhadipbhowmik Can you assign this to me. I would like to solve