Multiple Dependent Dropdown in Django

I Need two pair dependent dropdown

  1. Field name: Country

  2. Field name: State note - Field name: Country and Field name: state should be dependent dropdown

  3. Field name: Product(Vegitable,Fruit)

  4. Field name: name of product

note - Field name: Product(Vegitable,Fruit) and name of product should be dependent dropdown

if I select Vegetable then Cabadge,Patato has to reflect and i select Fruit then Apple, Orange has to reflect 5. Field name : Status Category are Testing1,Testing2,Testing3 6. DateTime : mm-dd-yyyy hh:mm:ss

Request please create small crud

Dependent dropdown between Country and State Dependent dropdown between Product and Name of product.

Back to Top