Hi Everyone - I would like my users to not lose their previous input in a long Wix form if they accidentally close the browser or have a power cut.
It looks like I can use Wix-storage (local) to achieve this. Is there a way to instruct that the whole form (all fields) to be saved if session is closed and then reopened later in a further session?
Thanks
David
You don’t have to save the “whole form” all at once. Just save each field as it’s changed so that you always have the “latest” entered data in storage.
Hi Yisrael
Firstly many thanks for taking the time to reply, it’s much appreciated.
Secondly, ah yes that sounds like an efficient approach. Can you point me at any examples so I can view the code please?
Best regards
David