Allow users to save a draft version of forms instead of submitting them.
This module was written to allow users to begin filling out a form and then save it as a draft. The form is not validated or submitted, but a copy of all the form values are stored. When the user returns to the form, the saved fields are restored.
This is useful if you have a lengthy form (e.g. a webform) that has some information that the user might have to look up. You don't want a half-baked form posted to your site, and submitting the form will cause it to fail validation on missing or invalid fields. With Form Draft, the user can save the form, track down the required information, and then come back and submit the form properly.