The form displays all product categories as a dropdown and I would like to shown only the parent, user would choose it, then I would drill down and show the sub category, and so on.
Current list of categories shown e.g.
Accessories
- Bags
- Jewelry
-- Rings
Clothes
- Underwear
-- Bra's
- Skirts
- Tshirts
Shoes
What I would like to shown on the dropdown
Accessories
Clothes
Shoes
2nd step, eg. user clicked on Accessories, it would show
- Bags
- Jewelry
Is that something that I could adapt for my situation?
I just want some workaround since I expect to have around 200 categories and it's unacceptable from a User perspective...