Jump to content

Recommended Posts

Im not asking for specific code, just pointers on how i would go about making a 3 stage signup process.

 

By this i mean having one webpage for personal details, then clicking next and going onto a new page for user details, and another for another set of details. I want all of these to be entered into database, but ONLY at the end of stage 3, so all of the previous details entered must be saved somehow, untill the end of stage 3 and then all of them will be entered into a database.

 

I know how to enter data into the database but i dont know how to temporarly save some data from a previous webpage, and then at the end, submit all the data.

 

If the user closes the webpage, then the signup process should stop.

 

Thanks for any pointers.

Lucy

Link to comment
https://forums.phpfreaks.com/topic/170167-how-to-make-a-3-stage-signup-page/
Share on other sites

submit the page 1 form to page 2.

have the page 2 form submit its forms to page 3, and put the page 1 forms data into a hidden field on page 2, and submit that also.

then on page 3, have the page 1 and page 2 data in hidden fields and submit the other forms normally

 

hope that helps!

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.