Commit only at the end of the registration stages

Asked

Viewed 38 times

0

I want to register that will have several forms, for example: first I will register basic information, to advance register more advanced information according to what was passed in the 1st phase of the registration and to move forward again finalize the registration with some complementary information.

I want to commit all this only at the end of the registration, as I can "hold" the first data until the end of the registration?

Can anyone give me a hint how to do this? Even if it is in some other way.

I’m using Laravel 5.1 and postgresql

  • I would think of either using the session or using a temporary table in the database.

  • You can store the data via Cookies and then send it all at once to the backend. There are also some plugins for jquery that you make a Step to register.

  • Blz, I’m going to look into these forms then.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.