Dependent Dropdowns: Parent-Child
Last updated
Last updated
In our QuickAdminPanel generator, we don't have such feature like parent-child dropdowns, for example Country-City relationship where change of Country value refreshes the values of Cities.
However, you can build it yourself quite easily - we have a blog article for you:
In summary, you need to add jQuery code with AJAX call, similar to this:
Read more details in the article above.