Hi,
I require the following functions in my implementation.
A drop down single select field with 8 options
A second drop down single select field which display options based on the selection of the first field.
This means 8 field conditions are required, although there were only 5 tabs for conditions. I understand this is hard coded. Is there any way I could hard code to 8?
What I tried:
Since I have less than 10 options, I thought I could use Field Conditional Others (with 5 conditions) for the first drop down and Field Conditional Self (with 3 conditions) for the second drop down.
However, I noticed that for Field Conditional Self, I could only choose to hide or show entire fields, and not field options like Field Conditional Others. Could this function be implemented?
Thanks!