How to save form progress and continue later?

Hi,

I have a form that allows a property owner to input their property information. The form is quite detailed/long. How can a member fill out form and if not finished save the form to continue later.
The form is in the members area on a member private page. Right now I only have a submit button. I’m pretty sure I need to add a “save” button and have the dataset set to read/write. The code is the issue.

Appreciate any help.

Thanks

1 Like

You can use the wix-storage API to save data and then retrieve it later. Save the date with setItem() and retrieve with getItem() . You can even save an object if you stringify it when saving (setItem) and then when you retrieve it to parse it back to an object.

Thanks. I understand everything you said in theory. But to actually put that in code, OMG. I’m the type to always try before asking. Been building this site for a while. I have resolved lots of code myself by research and trial and error. Lets see what I come up with. Thanks again for pointing me in a direction.

How’s it going? Hopefully you’ve got it all worked out, but just in case, take a look at these examples:

Not yet. This one is kind of hard and had kind of given up. I’ll check it out. Thank you.

if you found any solutions please explain i need it
thanks