Linux 软件免费装
Banner图

Foxry Vault

开发者 foxry
更新时间 2026年4月22日 23:16
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

contact form 7 database cf7 form entries form submissions

下载

1.2.0

详情介绍:

Never lose a Contact Form 7 submission again. Foxry Vault is a lightweight database backup for Contact Form 7. Every submission is automatically saved to a dedicated database table — so you have a permanent record even if email delivery fails, your SMTP breaks, or a message lands in spam. Features include entry editing, GDPR-friendly auto-deletion, CSV export, and a dashboard widget. Key Features Why Foxry Vault? Requirements

安装:

  1. Upload the foxry-vault folder to /wp-content/plugins/
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Make sure Contact Form 7 is installed and activated
  4. That's it! Form submissions will be automatically saved

屏幕截图:

  • Entry detail — all submitted fields with metadata and edit/delete actions (English)
  • Settings — auto-delete schedule for GDPR compliance and IP address privacy toggle (English)
  • Dashboard widget — today / this week / unread counts with latest entries at a glance (English)
  • Entry list — Japanese translation with full i18n support (日本語)
  • Entry detail — Japanese translation (日本語)
  • Settings — Japanese translation (日本語)
  • Dashboard widget — Japanese translation (日本語)

常见问题:

Does this plugin require Contact Form 7?

Yes. Contact Form 7 6.0 or newer must be installed and active. Foxry Vault hooks into the wpcf7_before_send_mail action to capture each submission.

Where is form data stored?

In a dedicated custom database table (wp_foxry_vault_entries) with indexes on form_id, submitted_at, and is_read for fast queries. Submission fields are stored as JSON with full Unicode support, so Japanese, emoji, and special characters are preserved exactly.

Can I edit a submission after it's been received?

Yes — this is one of the main reasons Foxry Vault exists. Open any entry and click "Edit" to fix typos, redact personal information, or correct fields. Both single-line and multi-line fields are supported, and checkbox/array values can be edited as comma-separated lists.

How does the auto-delete feature work?

Go to Foxry Vault → Settings and enable auto-delete. Choose a retention period (30, 60, 90, 180, or 365 days). A daily WP-Cron job will then permanently delete entries older than the configured age. This is useful for GDPR / personal data retention compliance.

Can I disable IP address logging?

Yes. In Settings → Privacy, uncheck "Save IP address". New submissions will not record the visitor's IP. Existing entries are not retroactively modified.

Will I lose data if I deactivate the plugin?

No. Deactivation only stops capturing new submissions and unschedules the cleanup cron. Your existing data, settings, and database table are preserved. Data is only removed when you fully uninstall (delete) the plugin from the Plugins screen.

Are spam submissions saved?

No. If Contact Form 7 (or an integration like reCAPTCHA / Akismet) marks a submission as spam, Foxry Vault skips saving it.

Does it work with multisite?

Yes, on a per-site basis. Each site has its own wp_foxry_vault_entries table.

How do I export submissions?

On the entries list, click Export CSV in the toolbar. The CSV is UTF-8 with BOM, so it opens cleanly in Excel — including Japanese text. The current form filter and search query are respected.

Is it compatible with Flamingo or CFDB7?

Yes, they can run side-by-side. Foxry Vault uses its own table and doesn't touch theirs. We recommend picking one as your primary tool to avoid duplicate UI.

更新日志:

1.2.0 1.1.0 1.0.0