I have a phone number field in my signup form. I’ve set the input type to ‘numbers’ but user can enter special characters also. How can I validate this before form submission?
There are plugins for web, but not for Mobile.
Anybody successfully done this, please guide.
Use a conditional and enter a regex for validation. If you don’t know how to use regex, you can have it created by chat gpt..
regex is your friend
I was using regex but with the wrong operator. Now it’s sorted. Thanks
Happy to hear it!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.