Realtime filtration of lookup table based on user input. State,Province - City

DLJonsson

Well-known member
This may be in the documentation or the forums but I can't find it.

For instance we have a field that says with the following entered as a Select Single type field,


State/Province : Alaska

Then we have another Select Single field that contains cities/towns.

City : Fairbanks

* How can we have the city select_single type field be pre-filtered at point of State/Province validation
to only show cities in Alaska?

Please advise
 

eugenio

Administrator
Staff member
Hello,
in form configurator, look at the parameters:

Cascade parent field
Cascade filter field

for the city field.

Best,
 
Top