Cascading List box (Not Drop down list box) issue
I am new to PDF forms.
I created three list boxes. Master List box, Frist Dependent List box, Second Dep List box.
Master List box >> First Dependent List box >> Second Dep List box.
I am trying to populate First Dependent List box based on selected item in Master List box. And trying to populate Second Dep List box based on item selected in First Dependent List box.
When I select Master List box item, the First Dependent List box items changes accordingly.
However I am unable to list any items in Second Dep List box and also unable to view any items in Second Dep List box when I select any item in First Dependent List box.
I want :
When Master List box item is selects, the First Dependent List box item should change. And when I select First Dependent List box item, the Second Dep List box item should appear/change.
Master List Box >> First Dependent List Box >> Second Dep List Box
Example: Europe >> France >> Paris
Can anybody please help me with the code for three or more List boxes code.
I found multiple examples of Cascading drop down list box and I tried to modify them for Cascaded List box however Drop down List box code does not work for Regular List box.
