Multistep form submission only submitting a single page

I am developing a simple multistep form submission. Currently when I click submit it only submits one of the 2 pages to the email notification. The form that gets submitted by the submit button is currently random 1 of the 2 forms.

Has anyone experienced this bug before?

Hello.
I have not tried making a multistep form so I have not experienced this. If you like, you could check out this example.
Link: https://www.wix.com/corvid/example/multistage-form
~Have a nice day!~
Arthur :grinning:

Solved:
The issue was that I had created a custom next btn as I was doing custom validation. If you do not use the forms default next btn it doesn’t save the forms values.

1 Like

Thanks, I experimented a bit with the component and have attached the reason below

1 Like

Hi Nickkuhne… am also trying to build multi step form. i am new to coding and tried multiple ways but no luck. can you tell me how you are able to solve this issue.