Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
But is this module working for ANY language ??? I tested almost all languages and all they do not validate .
"00420 999 999 999" is not a valid Czech phone number!
Czech phone numbers should contain only numbers and spaces be like 999 999 999 with an optional prefix of "+420" or "00420".
I've created a .inc file with a simple preg_match for romanian phone numbers. Although the integration of new validators is not that easy, I suggest a small rewrite of how the module handles different includes.
Comments
Comment #1
zet commentedBut is this module working for ANY language ??? I tested almost all languages and all they do not validate .
Comment #2
thierry_gd commentedThere is currently a bug in 6.x version
Comment #3
zet commentedso when will be fixed ?
Comment #4
thierry_gd commentedIt 's fixed
Comment #5
thierry_gd commentedComment #7
gabrielu commentedI've created a .inc file with a simple preg_match for romanian phone numbers. Although the integration of new validators is not that easy, I suggest a small rewrite of how the module handles different includes.