Django Form Wizard: How to make a “Confirmation” screen as the last step of your wizard?

If there aren't any duplicate field names among your three forms, you can use WizardView. Get_all_cleaned_data(). It returns a dict of all the data which can be passed on to the template via get_context_data() as you're trying to do.

That's the angle I'm currently taking but I was hoping to find a better way.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions