Handling multiple input values for single html form in django
I have a html form with 3 inputs and steps buttons. 1 st step user must put first name and press button 1 2 nd step user must put last name and press button 2 3 rd step user must put email and press final button 3 Any time the user press any button then go to next html step. I want to handle inputs in my views.py step by step any time where the user press any button, and not all together in the final submit . I tried this code in views.py to take inputs in django backend but I don't get anything in views.py (if I change button type from button to submit then I get results nut refresh page and