Multiple Dependent Dropdown in Django
I Need two pair dependent dropdown
Field name: Country
Field name: State note - Field name: Country and Field name: state should be dependent dropdown
Field name: Product(Vegitable,Fruit)
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.