What about breaking the form up logically and saving each section in a session object as they move through the form.
That or incrementally save and maintain a db flag that indicates doneness. Frankly, with.a form that long, it'd be rude to require the user to start from scratch if they couldn't finish in one session. Eric -----Original Message----- From: Victor Churchill <[email protected]> Date: Tue, 16 Nov 2010 22:50:06 To: The elegant MVC web framework<[email protected]> Reply-To: The elegant MVC web framework <[email protected]> Subject: Re: [Catalyst] Suggestions on how to handle 12 page form _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/ _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
