Hello all, here's my issue, I've created a wonderful app from scratch which is basically a form that passes all of its info via PHP into beautiful html which then goes nicely in a easy to read email.
The problem is that I don't have a clear concept on how to save the data of an incomplete submission, for example, if the user is in a coffe shop while keying in their information but then they realize that they have to leave.
What I would like to do is create a "Save" button that will save all of the data that they have typed so far so that they can come back at later, complete then submit.
Any help on this is greatly appreciated, thank you for your time.