Hi Devon

I had a similar problem with a recent project.  As a result I developed 
a "wizard" much like yours to do the job.

As the user progresses through the wizard the information that they have 
entered is saved progressively.  In some cases I had to build some 
special validation to allow this to work, but on the whole it wasn't too 
bad.

So if you need to be able to maintain the state of the data across 
multiple sessions, the my solution for you would simply be: each time 
the user submits a page, save the record and use progressive validation 
to avoid errors.

Regards,
Langdon


> I have developed a form in Cake which contains several hundred
> questions. It will be used for a certification test when complete. The
> length of the form has required categories separated into 7 individual
> pages.

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Cake PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to