# dependent dropdown in django

**URL:** https://forum.djangoproject.com/t/dependent-dropdown-in-django/19108
**Category:** Templates & Frontend
**Created:** [February 25, 2023, 2:44pm UTC](https://forum.djangoproject.com/t/dependent-dropdown-in-django/19108 "2023-02-25T14:44:47Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![KenWhitesell](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.djangoproject.com/kenwhitesell/32/280_2.png) [@KenWhitesell](https://forum.djangoproject.com/u/KenWhitesell)
#### Post date: [February 25, 2023, 2:58pm UTC](https://forum.djangoproject.com/t/dependent-dropdown-in-django/19108/2 "2023-02-25T14:58:55Z")

</div>

This is a fairly common topic here in the forum. You can search and find a number of conversation on this topic.

As a starting point, see [Dependent Drop Down](https://forum.djangoproject.com/t/dependent-drop-down/16558) and [Values from the second field of the form - depending on the selected value of the first field? - #2 by KenWhitesell](https://forum.djangoproject.com/t/values-from-the-second-field-of-the-form-depending-on-the-selected-value-of-the-first-field/18762/2)

Note, in general, you’re going to find this easier if you use Django forms and templates, rather than hand-constructing the full html.

---

_[View the full topic](https://forum.djangoproject.com/t/dependent-dropdown-in-django/19108)._
