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?
问问题
106 次