You can add hidden fields to your form that contain the data from the
previous forms.
And when the final form is accepted you create the user in the datastore.

2009/3/7 arnie <parvez...@rediffmail.com>:
>
> It is still very confusing as I am not able to point out what to do
> Let me explain my problem in more detail
> I have to create a django template based web application that includes
> a home page with a login section and a new user sign-up link. When a
> new user visits the sight for the first time then he chooses the new
> user sign-up link that consissts of there step registration process
> step1.html
> step2.html
> step3.html
> In step1.html form asks the user for the most basic info like
> firstname, lastname, address etc. Then step2 and step3.html fiels asks
> for other related info.
> My problem is that how should I persist user information across
> multiple pages. I do not want to store the information in datastore
> for persisting user information
> It seems to me that I have to use cookie based sessions but does not
> get any idea how tostart.
> Can anybody tell me the steps that i need to use in order to manage
> data persistency across multiple pages
>
> Thanks
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to