Country Code Webflow Form

Hey guys

We receive contact forms from users, but usually they leave their phone number without a country code.

I found this kind of Webflow template with the dropdown of all the countries International Telephone Input - Webflow

But the thing is that after you choose any country and add the phone number I still receive only the digits I write after choosing the country, so technically we would still don’t know how to reach a user.

Do you know some solutions on how we could know the country code of users?

Thank you

In that example, it looks like the country code comes through in a separate field as Dial code.
You should be able to see that in your form results.

If you really want them in a combined phone number field, then you could write some script to combine them and put them into a hidden field just before the submit occurs. Then use that hidden field in your final form processing.