Hi all, I started working with Django some time ago, and i've to say that I like the framework so far. However, now I would like to create a kind of wizard for an ordering system. In short, a process with back/next/cancel buttons. It would be nice to save everything in the session or some other temporary place and create an order when all steps are finished. Furthermore, the steps could be somewhat dynamic, the step after a form that prompts the user if he/she is already an existing customer could be a form for customer registration, or a login page.
Any ideas how I could get this going? Tia, Bram --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

