I’m trying to create a multistage form for the signup page.
I can’t figure out how to set the form action to something that would just carry the info entered from page to page until it reaches the last “FINISH” button at the end of the signup form.
I’m trying to create a multistage form for the signup page.
I can’t figure out how to set the form action to something that would just carry the info entered from page to page until it reaches the last “FINISH” button at the end of the signup form.
@davidkoubi Hi David,
On the first screen you must have at least user and password.
Add a second action to the submit button of the form linking to the next screen:
Thanks a lot! that solved my problem!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.