Looks like you're not implementing the done() method required in
FormWizard sub-classes.
http://docs.djangoproject.com/en/dev/ref/contrib/formtools/form-wizard/#creating-a-formwizard-class

On Aug 14, 11:29 am, Adam Olsen <arol...@gmail.com> wrote:
> I've got a FormWizard with two forms in it.  It validates the first
> form correctly, and proceeds onto the second form, but when I click
> submit for the second form, it does no validation and just jumps back
> to the first step.  I get no errors in this process.
>
> My urls.py looks like this:
>
> urlpatterns = patterns('sendoutcards.retail.views',
>     (r'^register/$', forms.RegistrationWizard()),
> )
>
> My FormWizard, two Forms, and the templates involved are here:
>
> http://dpaste.com/hold/80601/
>
> What am I doing wrong?
>
> --
> Adam Olsen
> SendOutCards.comhttp://www.vimtips.orghttp://last.fm/user/synic
--~--~---------~--~----~------------~-------~--~----~
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