Auto populate Country
We have a bunch of forms on our website and have a dropdown list as below:


and in the backend of the form builder is as follows

We have a country selector for the website which then localizes the pages as per country (ie. en-gb, en-us)
Is there anyway with the current setup to make it so the same form if on en-gb defaults the country selector as United Kingdom (however giving the user the option to change country if needed) and if on en-us to default to United States
Is this possible?
We do have gaconnectors for cookies within countries could we do something around this?

Thanks