Hi,here is an example for three dropdowns with dependencies.You have to
copy this code in the change-event of the fist dd:Number and Letter are
the entries in my example in the first dd. You have to adapt to your
entries. Then you have your object names change in the
script.DropdownListe2.addItem("123"); - this phrase you could use
several times (in your example 5x for the second dd)switch
(xfa.event.newText){ case "Number": DropdownListe2.clearItems();
DropdownListe3.clearItems(); DropdownListe...