Re: Javascript and sessions

2014-02-27 Thread Camilo Torres
On Wednesday, February 26, 2014 10:41:38 PM UTC-4:30, Luke Baker wrote: > > My web application is heavily based around form input. I'd like to update > the user's session with each form input that they update or change while > working with a form. I'm thinking of implementing some simple javascri

Re: Javascript and sessions

2014-02-27 Thread C. Kirby
It sounds like you are trying to implement a wizard. If you are, Django has one built in: https://docs.djangoproject.com/en/dev/ref/contrib/formtools/form-wizard/ On Wednesday, February 26, 2014 9:11:38 PM UTC-6, Luke Baker wrote: > > Hey there, > > (Forgive my ignorance) > > My web application