Set form select options from a link or JSON file

I have a dataset of countries and regions within a country.
Its in form of JSON file
I want to use on my form select inputs and conditionally set regions depending on user’s country select.
How can I achieve this on my forms ?

Hi @David_Kiragu

You can use Cascade select

I am not sure if you can use the JSON file, you might have to extract the information and include it in your choises sheet

2 Likes

Thanks @munjoma
It worked like a charm
I was able to follow the link you shared and implemented using cascading select approach.

1 Like

I didn’t also found a JSON way to achieve it