Form Wizard save to db on each step

I have a Wizard form component with 5 steps. Currently all field values are saved to db only when clicking on the submit button at the last step.

I need to save the current step's data only into db on clicking on the next button in each Step
Was this page helpful?