Consider this scenario:
a) Your site uses multipage
Gravity Forms.
b) Your user logs in to the site and starts filling up a 5-step form.
c) During the 3rd step, the user leaves without completely finishing the form.
d) Some days later, the user comes back and logs in to see that his inputs are all gone!
This happens because Gravity Forms by default does not save partially submitted forms.
Our plugin resolves this issue. Simple!
新特色
- Data can be saved automatically every 10 seconds via AJAXs.
- Disable persistence on a per field bases. Good for sensitive information you don't want saved.
- Can now persist data for guest users based on a cookie ID.
KNOWN ISSUES
- Only 1 persistent form can be on a page.
3.3.1
- No persist bug fixed.
3.3.0
- Changed saving hook from 'gform_post_submission' to 'gform_after_submission'
- Added feature to persist data for guest users.
- Fixed conflict with when other gravity forms are on page.
- Added 'gfdp_ajax_interval' filter to change ajax submission frequency.
- Added 'Purge' ability to allow admins to delete persistent data on demand.
- Persistence data can now "time out" after a set duration. This uses the WordPress Transient API.
3.2.3
- Fixed bug checking for empty variable when it always has one. Now persistence checking looking for 'off' also.
3.2.2
- Fixed bug on not saving persistence data during submit with “clear” not enabled.
3.2.1
- Fixed backward compatibiltiy bug with multiple entries feature.
3.2.0
- Added ajax save on 10 second timer. Will add custom timer in future. Sponsored by Letterquick.com
- Add a "No Persist" setting for form feilds. Found under the "Advanced" tab for each fields settings. Sponsored by Letterquick.com
- Changed variable names for uniformity. Still calling old variables for upgrade compatiblity.
3.1.1
- Persistent data call has been added to the first page only.
3.1
- Updated hook for javascript to work where form settings were moved to.
- Added an option to clear persistence for a user after they have submitted the form.
- Prepended functions names per wordpress.org's request to avoid conflicts with other plugins.
- Removed sql delete query in favor of using GF's class method.
3.0
Copy of orginal plugin by asthait