Skip to content
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

[Bug] Numéro de téléphone étranger non accepté #24

Open
JoscelynMarcjan opened this issue Aug 23, 2019 · 1 comment
Open

[Bug] Numéro de téléphone étranger non accepté #24

JoscelynMarcjan opened this issue Aug 23, 2019 · 1 comment

Comments

@JoscelynMarcjan
Copy link
Contributor

Le formulaire d'inscription n'accepte pas les numéros de téléphone étranger (format à 10 chiffres uniquement ?)

@FriesFlorian
Copy link
Contributor

FriesFlorian commented Aug 23, 2019

Voilà la regex de validation actuellement implémentée qui ne prend effectivement en compte que les numéros français :
"/^((\+|00)33\s?|0)[1-9](\s?\d{2}){4}$/"

Il faudrait adapter la validation côté serveur et implémenter https://github.com/jackocnr/intl-tel-input sur les formulaires.

@yanjost yanjost changed the title Phone number format [Bug] Numéro de téléphone étranger non accepté Feb 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants