Re: Chaining county/cites api to models

2022-05-06 Thread Heman Okumbo
"ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" I need to chain my models to this api such that after selecting the city,you a get a redirect to a form so you can fill in personal details On Fri, May 6, 2022, 12:36 Muhammad Juwaini Abdul Rahman wrote: > Can you share the link of the

Re: Chaining county/cites api to models

2022-05-06 Thread Muhammad Juwaini Abdul Rahman
Can you share the link of the API? On Fri, 6 May 2022 at 17:27, Heman Okumbo wrote: > Thanks for the tip,i guess i have to dig deeper to get what exactly fits > my model design. > > On Fri, May 6, 2022, 04:04 Muhammad Juwaini Abdul Rahman < > juwa...@gmail.com> wrote: > >> Try this: >> >> >> htt

Re: Chaining county/cites api to models

2022-05-06 Thread Heman Okumbo
Thanks for the tip,i guess i have to dig deeper to get what exactly fits my model design. On Fri, May 6, 2022, 04:04 Muhammad Juwaini Abdul Rahman wrote: > Try this: > > > https://simpleisbetterthancomplex.com/tutorial/2018/01/29/how-to-implement-dependent-or-chained-dropdown-list-with-django.ht

Re: Chaining county/cites api to models

2022-05-05 Thread Muhammad Juwaini Abdul Rahman
Try this: https://simpleisbetterthancomplex.com/tutorial/2018/01/29/how-to-implement-dependent-or-chained-dropdown-list-with-django.html On Thu, 5 May 2022 at 23:46, Heman Okumbo wrote: > I need to have clients posting their products based on their > countries,States and cities.I got this api t

Chaining county/cites api to models

2022-05-05 Thread Heman Okumbo
I need to have clients posting their products based on their countries,States and cities.I got this api that show a drop down list based on country, states and cities.How do I chain my models to this api? Any leads will be appreciated.Thanks -- You received this message because you are subscribed