Hi All,
I'm trying to do a customization for an existing live project. Need help to do the changes from you.
So the system is a request posting system.
In the main view, it has 3 main sections.
1. Shows the user details and the request type. According to with the request type selected from the drop-down the next section fill data shows.
2. Contains the Filling details of the selected request by the user.
3. Shows the next user that approves the request.
So what I want to do is change this to a multi-step form. Like in the first it shows the main details. Then there I can put the next button, then load the 2nd section and previous button to go back again. Likewise show to step by step the views
Here is the existing code of the view. Can I change this to a multi-step form-like view without changing anything on the backend ?