Hi,
I have a requirement where i have 2 dropdowns. One is Area Second(which will have 3 options say option1, option2 and option3) and second one is Sub Area(which will have options like option 11, option 12, option 21, option 31, option 32, option 33). When i select e.g, option 1 from Area.. it should display sub area options from Sub Area dropdown only related to it i.e, option 11 and option 12. Similarly if i choose option 2/3 same action should occur.
I referred to some forums. But still stuck with the code. I am confused.