Hi, when i attempting to get phone number in POST i recieve a double countryCode in it (sample +7+7324234 or +372+3728435345)
["phone"]=> string(14) "+7+73214234134"
options is only - 'separateDialCode' => true,
Placeholder for Russia is '8 (912) 345-67-89' but it's not correct, we don't need to add 8 at start, when separateDialCode is false, the script ignoring '8' and make right number + 79123456789
Hi, when i attempting to get phone number in POST i recieve a double countryCode in it (sample +7+7324234 or +372+3728435345)
["phone"]=> string(14) "+7+73214234134"
options is only - 'separateDialCode' => true,
Placeholder for Russia is '8 (912) 345-67-89' but it's not correct, we don't need to add 8 at start, when separateDialCode is false, the script ignoring '8' and make right number + 79123456789