Store form data for later use

I have a request from management to have the ability to start filling in a public form, stop, then come back at a later date and finish it before submitting. Is this at all in the realm of possibility?

Dear @IT.Joe,
Currently, there is a localStorage use, so if the form was closed but not submitted, it should still hold all the data when opened (unless the localStorage is cleared). This is stored in client's browser, and is not transferred anywhere else for storage, plus it cannot be accessed by any other site, so it's the most secure method of storing data.

If you want something more, we can offer paid support, you can just forward us your requirements to support@plumsail.com, and we can discuss potential implementation for this feature.

I will get our business requirements put together and reach out for a possible paid support feature.