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

Save and Continue Link Recovery for Gravity Forms

설명

Gravity Forms 1.9 introduced a feature called Save and Continue which allows form submitters to save their progress, and continue it later.

When a form submitter saves their work, they are given a unique URL (a “password” of sorts) that will allow them to pick up where they left off.

If they lose this URL, they may ask you (the site administrator) for assistance.

By default, there is no way to recover this unique URL without going directly to the database and finding it, which can be a tedious process.

Instead, you can install this plugin, which will list all the incomplete submissions in a simple table format. Each row in the table includes the following information about each incomplete submission:

  • Form ID
  • Date/time created
  • Email address (only available if user emailed recovery link to themselves)
  • IP address
  • UUID (this is the “password” users use to pick up where they left off)
  • A “View Entry” link (this is what you give the form submitter who lost their URL)

This plugin does not provide an admin interface to manipulate incomplete submissions, but you can click the “View Entry” link to edit submissions on the front-end, just like a user returning to finish an incomplete form could.

For more advanced functionality related to incomplete submissions in Gravity Forms, I suggest looking into the Partial Entries add-on, available to Gravity Forms Developer License holders.

The idea behind this plugin is to provide a very basic way of recovering “Save and Continue” links without having to search the database directly, and nothing more.

Please note that Gravity Forms is a commercial plugin, which I am not affiliated with in any way.

설치

  1. Upload the plugin files to the /wp-content/plugins/save-and-continue-link-recovery-for-gravity-forms directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Find the “Save and Continue Link Recovery” admin page under the “Tools” menu.

FAQ

Installation Instructions
  1. Upload the plugin files to the /wp-content/plugins/save-and-continue-link-recovery-for-gravity-forms directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Find the “Save and Continue Link Recovery” admin page under the “Tools” menu.
Why can I activate this plugin when Gravity Forms is not even installed?

Technically, this plugin does not require Gravity Forms to function. All it does it read a database table that Gravity Forms uses to store incomplete submissions.

Since that database table may persist even after Gravity Forms is deleted, I decided to not require Gravity Forms’s presence to use it.

Can I use this plugin to recover Save and Continue links for other forms plugins?

No. This only works for Gravity Forms. Other forms plugins may handle Save and Continue links in different ways.

If I ever come across a similar need for another form plugin, I’ll make a new plugin just for that. This one will only ever work with Gravity Forms.

후기

2022년 8월 16일
Despite the plugin not having been updated in 4 years, I just tried it and it worked perfectly. I was able to retrieve the GF Token for someone who'd saved a form but lost the link. Just thought I'd share that it still works on WP 6.0.1 and GF 2.6.5.
2021년 3월 15일
I was hesitant to use this because it is an old plugin that doesn't seem to be maintained (hasn't been updated in 3 years), but I really needed the functionality like right now and didn't have the time to develop it myself. I glossed over the single PHP file that makes this plugin and they made it rather "future-proof" so it still works today without breaking the site. Until Gravity Forms changes their database table name from "gf_draft_submissions" or any of its column keys from "form_id", "date_created", "email", "IP", "uuid", or "source_url", this plugin will continue to work to give site admins the ability to recover those lost links for people when they visit the admin page at /wp-admin/tools.php?page=save-and-continue-link-recovery
2017년 8월 14일
We use this plugin to recover partially saved applications on our extremely long 18 page application. It's quite the application, so if you get half way and lose it, most will give up if they can't recover. This is a needed addition.
모든 7 평가 읽기

기여자 & 개발자

“Save and Continue Link Recovery for Gravity Forms”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

변경이력

2.0

  • Works with Gravity Forms 2.3.x which changed the database table name for incomplete submissions. Will no longer work with older versions of Gravity Forms.

1.0

  • Initial release