Hi,
currently dropdownshowhide.js is able to perform hide and show field/fields based on the dropdown selection.
I have requirement like below:
I have two dropdowns lets say dp1&dp2.
- dp1 contains option1 and option2 as options
- dp2 contains a,b,c,d,e,f as options
so if dp1 is selected option1 then I want to show a,b,c options in dp2(hide d,e,f)
And similarly dp1 is selected option2 then I want to show d,e,f options in dp2(hide a,b,c)
How can I achieve the above let me know if anyone come across the situation similar to this. Thanks in advance
@Arun_Patidar @Theo_Pendle @Veena_Vikram