Hi Alex,
I need to find the best way how to solve this issue:
1. I have 4 levels of cascading, and the third level has two choices:
– Other
– Construction work
2. The fourth level has two options too:
– under 100 000
– over 100 000 and under 500 000
What I need is when you choose “Other” I should be able to choose “under 100 000” only, and when I choose “Construction work” I must be able to select “under 100 000” or “over 100 000 and under 500 000” – so both options.
Could you provide me with any piece of advice on how to proceed?
I had an idea to verify data in custom JS with a custom function, but I do not know if there is a proper way how to succeed in DFFS.
Thanks,
Steo