django-formwizard icon indicating copy to clipboard operation
django-formwizard copied to clipboard

Add a "save and goto" function

Open bartTC opened this issue 14 years ago • 1 comments

Currently we have a "save and goto next step" function, and a "goto step" function.

If I go back to a previous step and change data and go directly to a step, the form data is not saved, I have to use the classic "Continute to next step" behaviour.

We need a additonal "save and goto step" function.

bartTC avatar Mar 29 '10 18:03 bartTC

could be done by overwriting the process_post_request.

stephrdev avatar Sep 09 '10 22:09 stephrdev