Redirection between forms

Hi,

I’m building a restful app that contains a number of forms managed by
different controllers. Some of my forms contain links to the “new”
actions in the associated resources (via nested routes). What is a
good way of storing the partially competed parent form state and
returning to it after the child from has been submitted ?

Thanks

James