This might help:
http://www.djangoproject.com/documentation/form_wizard/

Or you could write the views your self and track the user's place in
the form series with a session variable.

-Justin

On Sep 6, 8:16 am, MikeHowarth <[EMAIL PROTECTED]> wrote:
> Can't seem to find anything of relevance in the docs, so wondering if
> someone could help me.
>
> Basically I want to put an email signup form in the footer of my site,
> which I can display errors/success message in place.
>
> Other than using Ajax to post this info in the background is there a
> way in Django to actually have a form on a page which has an action
> to another page and return error messages/success message back to the
> previous one i.e hooking in to global error variables or similar?
>
> Any one any ideas?
--~--~---------~--~----~------------~-------~--~----~
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