How to save form progress and continue later?

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.