이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Gravity Forms Data Persistence Add-On Reloaded

설명

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!

New Features

  1. Data can be saved automatically every 10 seconds via AJAXs.
  2. Disable persistence on a per field bases. Good for sensitive information you don’t want saved.
  3. Can now persist data for guest users based on a cookie ID.

KNOWN ISSUES

  1. Only 1 persistent form can be on a page.

스크린샷

  • This is a screenshot from the FORM SETTINGS page. This is where you activated persistence to work with each form.
  • This is a screenshot from the FORM FIELD ADVANCE settings tab. This will allow you to disable persistence on a per field bases.

설치

설치

  1. Upload extracted folder to the /wp-content/plugins/ directory
  2. 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
  3. Choose the required persistent settings on the individual form settings page.

FAQ

Do I need to pay for this plugin as we do for Gravity Forms?

No, this is an absolutely free add-on.

Do you have any client support?

We don’t provide a dedicated support, but we will try our best to reply you back.
If there is a specific feature you would like to sponsor, you can email me directly at: me at robertiseley dot com

후기

2017년 4월 28일
The author of this plugin is a great man. Thank you thank you thank you. You’ve saved me and my team vital data and hours of time
2017년 3월 20일 답글 2개
This previously has been a very important add-on to Gravity Form for my and my clients. However, the plugin does not seem to be supported any longer and the persistence of file uploads and compatibility with the persistence “Save” button are now broken. File upload data being lost is a deal breaker for me. I understand the developer isn’t making $ and support is thankless. Unfortunately, it’s necessary to keep up with WordPress and Gravity Forms. **adjusted for past value -1 star for unlikelihood of future updates.
2017년 1월 29일
This is a vital and great plugin. I couldn’t live without it. So good, I wanted to try and make a donation, but couldn’t for some reason. Thank you plugin author! Please maintain this one. Just FYI – I was trying to remove the avatar from user profile in admin by going to options and show avatar =0. This deleted all persistent data on the site. Not sure why, but it scared the %^$^%$ out of me until I could figure out what it was.
2016년 10월 5일
Allows you to enter new data based on previous submissions! Yahoo!
2016년 9월 3일
We have a very long Gravity Form on our website, and customers often complain that they accidentally click out of it and lose everything. Since GF doesn’t have any kind of “are you sure you want to exit?” built in, I installed this plugin. It works fantastically! And whats better is that the settings are even more comprehensive than I thought they’d be for such a small plugin. Thank you author!
모든 18 평가 읽기

기여자 & 개발자

“Gravity Forms Data Persistence Add-On Reloaded”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

변경이력

3.3.1

  1. No persist bug fixed.

3.3.0

  1. Changed saving hook from ‘gform_post_submission’ to ‘gform_after_submission’
  2. Added feature to persist data for guest users.
  3. Fixed conflict with when other gravity forms are on page.
  4. Added ‘gfdp_ajax_interval’ filter to change ajax submission frequency.
  5. Added ‘Purge’ ability to allow admins to delete persistent data on demand.
  6. Persistence data can now “time out” after a set duration. This uses the WordPress Transient API.

3.2.3

  1. Fixed bug checking for empty variable when it always has one. Now persistence checking looking for ‘off’ also.

3.2.2

  1. Fixed bug on not saving persistence data during submit with “clear” not enabled.

3.2.1

  1. Fixed backward compatibiltiy bug with multiple entries feature.

3.2.0

  1. Added ajax save on 10 second timer. Will add custom timer in future. Sponsored by Letterquick.com
  2. Add a “No Persist” setting for form feilds. Found under the “Advanced” tab for each fields settings. Sponsored by Letterquick.com
  3. Changed variable names for uniformity. Still calling old variables for upgrade compatiblity.

3.1.1

  1. Persistent data call has been added to the first page only.

3.1

  1. Updated hook for javascript to work where form settings were moved to.
  2. Added an option to clear persistence for a user after they have submitted the form.
  3. Prepended functions names per wordpress.org’s request to avoid conflicts with other plugins.
  4. Removed sql delete query in favor of using GF’s class method.

3.0

Copy of orginal plugin by asthait