Closed FreddyKaiser closed 11 years ago
Also remove the java script validatePhone() and related error codes that validates the defined number and let the Mobile ID backend reply with the proper answer. In case of wrong number it would provide a 105 error.
Still error message "The mobile number is invalid." with numbers like 123, +4237771234, ...
It should not have any phone number validation at all. The Mobile ID backend will inform if number is not ok.
?? I can't reproduce it.. Sounds like a cache problem on your client browser.. ?? I've removed all the check about the phone number, except if it's empty..
Otherwise, I've still this error message -> "UNAUTHORIZED_ACCESS". Can you give me the access to your API ?
Ok fine by cleaning up the cache
The entry field should allow all numbers and endup in formating it into + format without any spaces 1) Remove all whitespaces 2) Replace all + with 00 3) Remove all non-digits 4) Add implict Switzerland if no international code 5) Remove leading 0 and add the desired prefix
Sample code: