Link to home
Start Free TrialLog in
Avatar of Isaac
IsaacFlag for United States of America

asked on

Cascading dropdown and multiple selection

So I have 2 lists and I want to perform a Cascading dropdown for multiple selection.
Using the list below, if a user Selects "Honda" in my dropdown form, I want a multiple-selection list box to be populated with "Yellow" and "Orange".

EX:
Car list
------------
Honda
Toyota
BMW

Color list
--------------
Honda      Yellow
Honda      Orange
BMW        Red
BMW        Green
BMW        Brown
ASKER CERTIFIED SOLUTION
Avatar of Uttam (Kukdai) Dhakal
Uttam (Kukdai) Dhakal
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Isaac

ASKER

i want to populate a multiple selection list and not a drop down list.
Hello,

the steps are the same for a dropdown or a multi select field.

What are you struggling with? Is anything not working as expected? Which step?

cheers, teylyn
Avatar of Isaac

ASKER

Using my example above, when I choose "Honda" from the dropdown in my infopath form,  the corresponding colors, "Yellow" and "Orange" don't appear in the multi-selection box.