Maybe you could use django's form wizard: 
http://www.djangoproject.com/documentation/form_wizard/

On Jun 25, 9:27 am, Thomas Guettler <[EMAIL PROTECTED]> wrote:
> Hi,
>
> depending on the values from form.cleaned_data, I want to present different
> input fields to the user. Example:
>   The user chooses a country, and after submit (no ajax), the
>   cities of this country should be in a drop down box.
>
> Since my setup is more complex, I don't want to use the uncleaned
> request.POST or form.data.
>
> I guess I need to create two forms ..
> Any hints?
>
>  Thomas
>
> --
> Thomas Guettler,http://www.thomas-guettler.de/
> E-Mail: guettli (*) thomas-guettler + de
--~--~---------~--~----~------------~-------~--~----~
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