Hi Justin, Take a look at this plugin. It's for symfony 1.0 http://raw.trac.symfony-project.org/wiki/sfPageFlowPlugin
It doesn't seem to be maintained anymore. If you can't use it, at least it can inspire you to solve your problem. regards, Rimenes Ribeiro. 2009/2/18 Justin Davis <[email protected]> > Hey all - > First post on the list, really loving the community that is supporting > symfony. > > I'm somewhat of a newb, but definitely making some progress. I've run into > a problem I can't figure out. > > I've got a series of forms (3 of them), that need to be filled out in > series, one per page. I'd like the information from the forms saved to the > database when the 3rd form is submitted, not after each one individually, so > I'll need to somehow carry the data from the earlier forms through to the > last submit, then save everything to the database there (into three > different tables). > > I've looked thru the documentation and symfony forums and haven't found > much help. Do you bind the form, then put it into the session, or is there > another way? The more specific you can be about particular actions, etc... > would be really helpful. > > Thanks for all your help! > > Justin Davis > > > > -- Rimenes Ribeiro --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
