Domanda

I am a new user of Django and looking for help in dynamically creating a wizard with the same form. An idea that come to mind is to create a method in the view which returns a list of forms and then pass this list in the url call, is this possible to do? If it is, I am looking for sample code to help me prototype this idea.

È stato utile?

Soluzione

I don't know if there's a way to do this in the exact way you describe, but the django-formtools docs have a tutorial describing how to implement this use case.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top