I am learning to use Django, and I am trying to make a registration form, but I only find how to do it the simple way, with just one step. Two questions:
1 °) How to make a form of three or more steps, where each step depends on the previous to be completed. I cannot fill part two until part one has all the fields filled.
2 °) How to use information from one step in another step? For example: In step 2, according to a field filled in in step 1, the user will be shown different information.
If you can give me at least one "way" where I should go, thank you!