Re: Drop down dependent on two other form fields

2020-05-06 Thread Sherif Adigun
Check this https://simpleisbetterthancomplex.com/tutorial/2018/01/29/how-to-implement-dependent-or-chained-dropdown-list-with-django.html -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails f

Re: Drop down dependent on two other form fields

2020-05-06 Thread shefali chudasama
Did you gor the solution.. i want to do the same.. from database On Tuesday, January 5, 2016 at 1:07:54 AM UTC-5, Arindam sarkar wrote: > > Hello, > In my project I have a from in which there is three drop down. The 3rd > drop down is depended on the selected values of the above two drop downs .

Re: Drop down dependent on two other form fields

2016-01-05 Thread Billu
Think you have to use jQuery (or any other JS framework) on this one to send the values back to server. An example would be http://jsfiddle.net/dKMzk . But with this, you have to pull all values prior to loading the drop-downs. With this example, you

Re: Drop down dependent on two other form fields

2016-01-04 Thread Andreas Kuhne
Hi Arindam, I didn't find any really good solution, however, googling for "django dropdown dynamic", should point you in the right direction. Hope that helps. Regards, Andréas 2016-01-05 7:07 GMT+01:00 Arindam sarkar : > Hello, > In my project I have a from in which there is three drop down.

Drop down dependent on two other form fields

2016-01-04 Thread Arindam sarkar
Hello, In my project I have a from in which there is three drop down. The 3rd drop down is depended on the selected values of the above two drop downs . How can I go for the implementation of it . Please show me a way. -- Regards, Arindam Contact no. 08732822385 -- You received this message b