Skip to content
This repository has been archived by the owner on Dec 23, 2018. It is now read-only.

FormPreview or Confirmation before post? #24

Open
christaggart opened this issue Sep 1, 2011 · 2 comments
Open

FormPreview or Confirmation before post? #24

christaggart opened this issue Sep 1, 2011 · 2 comments

Comments

@christaggart
Copy link

Has anyone integrated FormPreview with django-formwizard, or how might one go about showing a confirmation page before submitting the final form?

@macropin
Copy link

Did you find a clean solution for this?

My solution was to render an empty form in the last 'confirmation' step, and update the context to contain a list of all the form objects previously posted, I then hand render the forms in tabular fashion. Not the cleanest, but a fairly simple solution.

@appel268576
Copy link

@macropin same here, also rendered an empty form just with the updated context, and then users the ability to preview, go back and forth and finally submit.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants