1

I have a website that goes through multiple different screens, and has the user enter data, is it possible to chain information between these pages? for instance if I get first name, last name, phone number in the first screen. State, city, zip in the second page, etc etc for a few pages can I pass data from the first screen all the way to the last screen where I would then post them to a database?

NOTE: the whole reason we want to do it this way is to limit the amount of database writes that we do during this process.

1
  • Why not make it a form wizard. thecodemine.org Commented Sep 18, 2012 at 16:09

1 Answer 1

1

make a form and make a design like this with the jquery not by creating different page and submit the whole data at a single time than you can get the data by either GET or POST

or if you want to do this by among different page you can use the html5 webstorage and on the success submit remove the storage

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.