Linux 软件免费装
Banner图

Auto Archive for Gravity Forms

开发者 Shaun3180
更新时间 2026年7月19日 03:01
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

gravity forms archive form entries entry management data retention

下载

1.3.0 1.1.0 1.3.1

详情介绍:

Auto Archive for Gravity Forms keeps your entry lists clean by moving older submissions into a dedicated archive instead of deleting them. It is designed for organizations — universities, registration programs, seasonal applications — that run on an annual cycle and want the current cohort front-and-center while last year's submissions are tucked away but recoverable. Archived entries are flagged and hidden from the default Gravity Forms entries view, but remain safely in the database under a dedicated "Archived" tab, where they can be browsed and restored at any time. Archiving never deletes anything. Free features Pro add-on The optional Auto Archive for Gravity Forms - Pro add-on is a separate plugin (available from the developer) that hooks into this one to add: The free plugin is fully functional on its own; nothing on its screens is locked or disabled.

安装:

  1. Install and activate Gravity Forms.
  2. Upload the auto-archive-for-gravity-forms folder to /wp-content/plugins/, or install through the Plugins screen.
  3. Activate the plugin.
  4. Archive entries from any form's Entries list using the per-row "Archive" link, or open a form's Settings › Auto Archive tab to set up the automatic age rule. The global activity log lives at Forms › Settings › Auto Archive.

屏幕截图:

  • Per-form Auto Archive settings — set a rolling age rule or a recurring annual cutoff, right from the form's Settings tab.
  • Archive audit trail — every entry records who archived it and when, with one-click undo for a whole automatic run.
  • Automation health — the next scheduled check and a warning if WP-Cron stalls, so you're never left guessing whether it's working.

常见问题:

Does archiving delete my entries?

No. Archiving flags entries and hides them from the default view. They stay in the database and can be restored at any time from the Archived tab.

Can I archive more than one form automatically?

Yes — every form can have its own automatic rule, free. The Pro add-on adds date-field and conditional rules, retention-based deletion with backups, exports, and more.

Where did the entries go?

Open the form's Entries list and click the Archived filter tab to see and restore them.

The daily check doesn't seem to run. Why not?

Automatic archiving runs on WordPress's built-in scheduler (WP-Cron), which only fires when someone visits your site. Sites that run on an annual cycle often get very little traffic between programs, so the scheduler can sit idle for days and the daily check never happens. If that occurs, the plugin shows a warning on its settings screens and a Tools › Site Health check flags it. The reliable fix is to have your server run WP-Cron on a real schedule instead of relying on visits:

  1. Add this line to wp-config.php to turn off the visit-triggered scheduler: define( 'DISABLE_WP_CRON', true );
  2. Create a server cron job that requests wp-cron.php on a schedule, for example once an hour: wget -q -O - https://your-site.example/wp-cron.php?doing_wp_cron >/dev/null 2>&1
Many managed WordPress hosts offer a "real cron" or "cron job" setting that does this for you — check your host's documentation or support. You can always apply a rule immediately in the meantime with the Run now button on a form's Auto Archive tab.

When will automatic archiving run next?

The per-form Auto Archive tab shows the next scheduled daily check (for example, "Next daily check: tomorrow at 6:12 am"). All forms share a single daily check.

更新日志:

1.3.1 1.3.0 1.2.0 1.1.0 1.0.0