@catarinafonseca - if you are sending it out to users, where you already know their country, you could add that to the url and use a hidden variable inside your typeform to capture the country
ie create a hidden variable called v_country as a text type
publish the form and share the url
you will see the url to the form with the following at the end “….v_country=xxxxxx”
in mailchimp, you need to replace the url to the user with the appropriate field identifier ie {{subscriber.country}} in place of the xxxxx string… (not a mailchimp user so don’t know the details on that.. but you should be able to discover)
now you have a field that will be part of the data submitted that you can use to filter your data (especially if you connect the typeform to google sheets… ) just a thought..
des