There are multiple ways to implement a wizard style form.
Thank you for your suggestion.I can able to build multi-step form using wizard.
But my question is how to go back to the same value.
Let me take a example: I am filling the name, phone number and other information of the customer like David. Then click on 'Next' button to go to the vehicle page. In that vehicle page I have two buttons - 'Back' and 'Next'. After filling the vehicle details, when I click on back button I want to go back to the same customer form with the same value as David. Again if I go to vehicle page I want the same vehicle detail value which I filled earlier.
I have shared my usecase, please look into this.