I am trying to create dynamic drop down system
Regions and Districts.
When a user selects a Region in Drop Down 1, the options of Dropdown 2 must change to values attributed to that region.
I have followed the tutorials below without success. I get the regions to show alright but the Districts drop down does not work. Can some one please help me understand the key things required for this to work both on db side and application side?
You need two separate server actions, the one for the second select menu is filtered by the value of the first one.
Here’s how to create a dynamic select menu in Wappler:
Well, if you properly filter the query for the second dropdown, then it will change automatically.
Are you sure you are sending the proper value with the get parameter?