Typeform: Country region state questions

759 views Asked by At

I'm new to Typeform and I want to add Country region state questions, in which region is related to country and so on, in other words when I select a country I must get only state in that country in the state dropdown.

Any tips please, I didn't find anything on the web.

Thanks!

1

There are 1 answers

1
picsoung On

To achieve such a thing you would need to use what Typeform calls Logic Jump. And create a state question for each country that would have states (example: US, Canada,...)

Then you can create a Logic Jump with conditions

If **country** selected is **United States of America** go to question States of America

If **country** selected is **Canada** go to question States of Canada

And so on for each country you want to have.

Unfortunately there is no way to make this dynamic. You have to "hard code" all the questions.

You can always use the API to programmatically build this form.