I am attempting to recreate behaviour available with the Multi-Level Cascading app using Appfire Live Fields.
The native Select List Cascading field supports just 2 levels. I want to create two SLC fields to mimic a single 4 level cascading select list.
Has anybody done that?
Let us say I have an SLC field "Levels 1 and 2" that defines the options for levels 1 and 2 of my 4-level list. And I have an SLC field "Levels 3 and 4" that defines the options for levels 3 and 4 of my 4-level list.
Based on the child selection in "Levels 1 and 2" I want to limit the parent selections in "Levels 3 and 4".
Using the UI the Conditions step allows you to select an SLC field, but the Actions step for Hide Options does not allow selection of an SLC field.
My case is too complicated for the UI anyhow, since I would need an IF/Else-If structure, so I was looking at a Build-your-own Action script. But I am not finding an example of how to get the values of parent and child in an SLC field. I am new to this sort of scripting so I may simply not be looking in the correct place.
Any insights are welcome.