I'm writing a quite complex Wizard (lots of pages, lots of inputs), so I'd 
like to add a Back button to it.

My first thought was just using a "history.back()" javascript call, but in 
the previous form I had some inputs created with Javascript that get lost 
if I just browse back, so I need to access the data stored in the Wizard.

I don't really care about keeping the data in the current step (although it 
would be nice), but I need to access *all* the data of the previous step, 
as it will be sent to the done() method of the wizard.

Any suggestions, please?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/6372176d-998b-406c-b72c-748475cd8b55%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to