In this video I show you how I have state variable setup to manage my multistep form. After each input changes I am updating the state variable and then using the state variable to update my backend. This approach keeps the form in sync with the user the entire way through the onboarding flow.