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.com http://www.vimtips.org http://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 -~----------~----~----~----~------~----~------~--~---