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 optionsdp2 contains a,b,c,d,e,f as optionsso 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 si...