Often the answer to one Choices field should populate or filter the options available in a subsequent field.
We call this "cascading choices", where a parent Choice drives one or more child fields.
You can easily add cascading behavior using the Form Designer.
Our platform is smart enough to handle many levels of cascading choices too - i.e. where one field filters another, which in turn filters another etc.
Note that you must be using a Data Source for your child field(s) in order to add cascading functionality to your Form. We recommend using Data Sources on all your Choices fields - it is a simpler approach and means that common lists of options such as "Yes/No" can be shared and reused across fields and Forms.
Let’s assume we want the following cascading behavior:
Country field
--> State field
So when the user choses a country, then the State field should only show states for that selected country.
Now let’s assume the State and City Data Sources are as follows:
Country Code | Country Name |
---|---|
AU | Australia |
etc.. | etc.. |
US | United States |
State | State Name | Country Code |
---|---|---|
NSW | New South Wales | AU |
QLD | Queensland | AU |
WA | West Australia | AU |
AL | Alabama | US |
AK | Alaska | US |
The steps to implement cascading behavior using the above example data and setup is as follows:
Awesome, you're done :)
Now if you save the Form and set it to be in Test mode, you can try it out on your device.
You should see that once you choose a country, the State field is automatically filtered to only show the States rows that have Country Code = the selected country.