On Sun, Aug 2, 2009 at 6:58 PM, Jon Renaut <jren...@gmail.com> wrote:

>
> I would like to use a form to collect a billing address, pass this
> address to a new form where I collect credit card info, and then pass
> the whole thing to the credit card processor.  The only thing I want
> to save to the database is a shipping address.  Is there a best
> practice for doing this?


Hi,
You might take a look at storing the information in the user's server-side
session when the first form is submitted and then accessing it from the
second form:
http://docs.djangoproject.com/en/dev/topics/http/sessions/#topics-http-sessions
Best Regards,
Steve

--~--~---------~--~----~------------~-------~--~----~
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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to