How to add linked dropdown custom fields.
I want to integrate the administrative subdivision of my country into Gibbon. I have two dropdown lists: the Regions list [Region1, Region2, Region3, Region4]; and the Departments list [Department1, Department2, Department3, Department4, Department5, Department6, Department7, Department8, Department9, Department10, Department11, Department12, Department13].
When I select Region1 from the Regions list, the Departments list should display only Department1, Department2, Department3, and Department4.
When I select Region2 from the Regions list, the Departments list should display only Department5, Department6.
When I select Region3 from the Regions list, the Departments list should display only Department7 and Department9.
When I select Region4 from the Regions list, the Departments list should display only Department8, Department10, Department11, and Department12.
How can I achieve this in Gibbon LMS?