You might consider a single view and form class, and then doing your split up in the template using form.field to print the fields you want for that 'page' by passing the page in with the context. Leave the form processing to a single form and view.
Rather than worry with pages I'd probably just use one of the many javascript tab libraries to break up the form, but then in view treat as one huge form for the submit. People without js enabled get the huge form, but its still usable. --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---