Hi all,

say i have a FormWizard of 5 steps and at the last step i want to
display a summary of the submitted data how do i access the value of a
field that was in the form at step 1?

example:

class Step1(Form):
  foo = CharField()
  bar = CharField()

So at step 5 i'd like to display the value of Step1.foo.

Thanks,
Lorenzo
--~--~---------~--~----~------------~-------~--~----~
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