Hello!
I'm working on multi page form and I didn't find any solution, how to make redirection between pages from one step to another. Form is on the home page, after filling the fields and click 'Next' button user should be redirected to 2nd step on the subsite (with data entered in the first step of course).
I can see that 'Next' button has hardcoded jQuery function to changing pages, so I can't just add own code somewhere.
Any ideas how to achieve this?