well ive been searching for the past 3 hours and I cant seem to find a good tutorial on this ... i`m looking for a tutorial on how to make a form "wizard" with jquery and django (I dont know javascript only basics) I need a 3 step wizard ...
first step 2 inputs
- user
- password
if user and password are in db then show 2nd step
2nd step 2 input
- address (home address)
send a token to his email ...
3rd step 3 input and finish button
- new password
- retype password
- token
check if the token is valid if it is submit ...
Can you guys point me to the right direction ?
Thx a lot.