-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
How to Validate Phone Number #607
Comments
No, you need to use a service like Twilio verify or something similiar. |
This cannot be verified by this repo, maybe it need to be validated via paid service. |
You can build a cx function that take the number entered in the input field. Then the number is used an argument which goes to a function and check length and pattern of the number entered. If the patterns has mobile length, consider as mobile else consider it a landline. This is how i have made. I used a single to input to identlify that entered input is a email or phone.
|
Is there is an option to validate given phone number is Mobile or Landline?
The text was updated successfully, but these errors were encountered: