Question

I have used Django wizard form for a multi step signup. But the URL for all the steps is the same. I would like to have unique URLs for each of the step. Is it possible to do it using wizard forms or should I use jquery and build a new multi step signup with unique URLs?

Was it helpful?

Solution

NamedUrlWizardView should provide the functionality you are looking for.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top