I have a list with four items and each one of those items, when selected, could have a list of choices. So lets say you choose Pizza from the first list, and it the second column list dropdown display veggie, cheese, ham
Then if you pick the second item in list one, say Chicken, the next column drop down will display sandwich, rice bowl.
So, I want to do this with four different items from column one. Whichever is selected, then the associated, appropriate choices are in the next column drop down list.
Is this possible? I have done a single dependency dropdown, but not multiple.
Then if you pick the second item in list one, say Chicken, the next column drop down will display sandwich, rice bowl.
So, I want to do this with four different items from column one. Whichever is selected, then the associated, appropriate choices are in the next column drop down list.
Is this possible? I have done a single dependency dropdown, but not multiple.