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
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
Hey there,
(Forgive my ignorance)
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 javascript
that listens for 'change' events on each
3 matches
Mail list logo