Conditional logic on country field

We have an dropdown select list of countries in our form, and we want to be able to work out the region and pass that to a hidden field in our form. So if someone chooses a European country, the hidden field is populated with the value Europe. Thinking it’s easily done with conditional logic, but can’t find a way to bulk add a list of countries, and seems I will have to enter each country name individually. Any ideas?

Hi Kava,

You can use our GP Populate Anything Perk to populate the hidden field with the region of the selected country. This will require using a mapping form that will have as entries the countries and their respective regions. You can then populate the dropdown field with the list of countries and use the field value object of the dropdown field also to populate the hidden field with the region of the selected country. Here’s a tutorial documentation with a similar setup.

Best,

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.