I’m trying to use one dropdown list to populate (or filter) another dropdown list.
Say I have an inventory of produce. The produce is separated into categories, Like Fruits and Vegetables. I’m trying to build a dropdown list with these categories (Fruits, Vegetables) so when you select Fruits, a second dropdown list will be populated only with types of fruits.
Thankyou kindly