Or you could do what we did and make all three forms into one large form and
just use the prototype/scriptaculous effects to move from the "1st form" to
the "2nd form" by hiding and displaying the form widgets at specific times
or hiding and displaying the divs the form widgets are in.

On 2/19/09, Richtermeister <[email protected]> wrote:
>
>
> Hi Justin,
>
> alternatively you really treat each form individually, and save the
> valid data in the session each time, only forwarding to the next form
> when the required data has been entered.
> At the last form you save all to the database. I find that these kind
> of process flows often need so much custom love, that using a plugin
> doesn't always solve things.
>
> Hope this helps,
> Daniel
>
>
>
> On Feb 18, 5:55 pm, Justin Davis <[email protected]> wrote:
> > 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
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to