Re: Chained forms

2011-06-01 Thread Marc Aymerich
On Wed, Jun 1, 2011 at 9:52 AM, bruno desthuilliers wrote: > On May 31, 6:55 pm, Marc Aymerich wrote: >> Hi!, >> I'm writing an admin action. >> This action needs to collect some information before execute the "final >> task". >> In order to

Re: Chained forms

2011-06-01 Thread bruno desthuilliers
On May 31, 6:55 pm, Marc Aymerich wrote: > Hi!, > I'm writing an admin action. > This action needs to collect some information before execute the "final > task". > In order to collect this information the user should fill 3 consecutive > forms, (once they submitted one,

Re: Chained forms

2011-05-31 Thread DrBloodmoney
On Tue, May 31, 2011 at 12:55 PM, Marc Aymerich wrote: > Hi!, > I'm writing an admin action. > This action needs to collect some information before execute the "final > task". > In order to collect this information the user should fill 3 consecutive > forms, (once they

Chained forms

2011-05-31 Thread Marc Aymerich
Hi!, I'm writing an admin action. This action needs to collect some information before execute the "final task". In order to collect this information the user should fill 3 consecutive forms, (once they submitted one, another is rendered). My question is, How can I store the form fields state