hello ,
I have a drop drown and some input fields . When I select something in the drop down I need to hide some fields. how do I do that?
for example If I select option 'car red' from the drop down, inputs 'a', 'b','c' to be visible and hide the rest (hide fields d,e,f)
and If I select option 'car blue' from the drop down, inputs 'd', 'e','f' to be visible and hide the rest (hide fields a,b,c)