In multi-step forms what I want to do is when the user clicks on the NEXT button the view should be called in Django and the data is stored in the database and then the next form opens?
Asked
Active
Viewed 664 times
0
-
https://stackoverflow.com/questions/14901680/how-to-do-a-multi-step-form-in-django here is the answer you want. – Jordan Micle May 14 '20 at 04:31
-
@JordanMicle Thanks but actually I want form like this - https://bbbootstrap.com/snippets/multi-step-form-wizard-animated-progressbar-53000683 – Matt Joy May 15 '20 at 12:00