On Sun, Nov 16, 2008 at 10:56 PM, adelevie <[EMAIL PROTECTED]> wrote:

> I want to use a series of drop down lists to define this criteria. For
> example, I want to first have to select the year. Then I hit submit
> and the form is processed on the same page. Then the next drop down
> list will become populated with a list of seasons associated with that
> year. Submit. Then the next drop down list will become populated with
> departments associated with that season and year. Submit. The next
> list is filled with courses associated with with that year, season,
> and department. I hope this gives you the right idea.
> Do I have to create a form model to do this?
> Is there any other way to retrieve POST data?

Look into form wizards and the process_step() method:

http://docs.djangoproject.com/en/dev/ref/contrib/formtools/form-wizard/#django.contrib.formtools.wizard.FormWizard.process_step

-- 
---
David Zhou
[EMAIL PROTECTED]

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to