Re: Using session data to populate multiple forms

2014-06-25 Thread Aaron Reabow
haha - okay *model_instance.participant = request.session.get('participant')* works perfectly. I thought the incorrect use of objects was just the start :) Thanks Daniel, much appreciated. On Wednesday, 25 June 2014 11:07:19 UTC+2, Daniel Roseman wrote: > > On Wednesday, 25 June 2014 08:58:05

Re: Using session data to populate multiple forms

2014-06-25 Thread Daniel Roseman
On Wednesday, 25 June 2014 08:58:05 UTC+1, Aaron Reabow wrote: > > Perhaps I should be more specific. > > How do i populate some fields in a table from a form, and other fields > from session variables in the view (or the template or the model if that > was more appropriate) > > many thanks, > >

Re: Using session data to populate multiple forms

2014-06-25 Thread Aaron Reabow
Perhaps I should be more specific. How do i populate some fields in a table from a form, and other fields from session variables in the view (or the template or the model if that was more appropriate) many thanks, aaron On Tuesday, 24 June 2014 18:21:02 UTC+2, Aaron Reabow wrote: > > Hi Dani

Re: Using session data to populate multiple forms

2014-06-24 Thread Aaron Reabow
Hi Daniel, Thanks for the response. What I am trying to get right is the ability to save session data across multiple forms. In an initial form, people can tell me some generic information about their department, role etc. It is then useful for me to save that information alongside their ans

Re: Using session data to populate multiple forms

2014-06-24 Thread Daniel Roseman
On Tuesday, 24 June 2014 14:30:48 UTC+1, Aaron Reabow wrote: > > Hi All, > > I have been scratching around this for a bit now. > > Sometimes I *don't want people to have to register* on my site, but I do > want to *capture some information* about them and *reuse it across > multiple mini question