Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Comments on Storing input from different frontend webpages of a multi page contact form
Post
Storing input from different frontend webpages of a multi page contact form
+0
−3
I consider to create a multi page contact form in which there is one backend page but about 5 front-end pages (stage 1-5). Pages 1-4 are input pages and page 5 is for a submit button and a success message.
I understand that I can save the data of each stage (before the form submit in stage 5) in either of the following:
- Cookie
- LocalStorage
- SessionStorage
How should I determine which of these Web browser data storages would best fit my need?
2 comment threads