Hello!
I need some basic Javascript help. So I have a multi-step on-boarding process. First a user creates an account and then right after in Step 1 I ask for their first name and last name and to upload a picture. That’s easy and I get the data into the database no problem. But then in step 2 I ask them to click a checkbox to see if they are interested in networking. When the user hit the continue button to get to step 3 it over writes all the data in step 2. See below.
Then once I try to add another set of information it looks like this: Step 2:
Basically rewriting everything else from the previous step.
Any idea on how to go from Step 1 to Step 2 in my onboarding without re-writing over the data? I basically want to always keep the original information that I saved to the database.
Thanks so much I’ve been trying to figure this out for days.