Re: Form wizard back button

2009-02-17 Thread join.toget...@gmail.com
There's a ticket for a formwizard that will rely on sessions rather than POST data (http://code.djangoproject.com/ticket/9200) but it doesn't appear that anyone's working on it at the moment. If you really want to see this happen, your best bet is to read through the ticket and pick up work where

Re: Form wizard back button

2009-02-16 Thread urukay
sion. As i said, it's probably not exactly what you need, but maybe it'll point you to the right direction. Radovan alain D. wrote: > > > anyone? > > > > -- View this message in context: http://www.nabble.com/Form-wizard-back-button-tp21875858p22036986.html

Re: Form wizard back button

2009-02-16 Thread alain D.
anyone? --~--~-~--~~~---~--~~ 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 django-users+unsubscr...@

Re: Form wizard back button

2009-02-09 Thread alain D.
It seems to me like a quite simple requirement for a form wizard ... but I'm still unable to find a simple way to do it ... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,

Form wizard back button

2009-02-06 Thread alain D.
Is there a way to add a back button using django's form wizard to navigate back to a previously filled form? I'd like users to be able to fill form1, go to form2, click "back": go to form1 (with populated fields) and continue the process ... is that possible? --~--~-~--~~--