Title: Foxry Vault
Author: foxry
Published: <strong>22 de abril de 2026</strong>
Last modified: 22 de abril de 2026

---

Buscar plugins

![](https://ps.w.org/foxry-vault/assets/icon-256x256.png?rev=3512972)

# Foxry Vault

 Por [foxry](https://profiles.wordpress.org/foxry/)

[Descargar](https://downloads.wordpress.org/plugin/foxry-vault.1.2.0.zip)

 * [Detalles](https://ve.wordpress.org/plugins/foxry-vault/#description)
 * [Valoraciones](https://ve.wordpress.org/plugins/foxry-vault/#reviews)
 *  [Instalación](https://ve.wordpress.org/plugins/foxry-vault/#installation)
 * [Desarrollo](https://ve.wordpress.org/plugins/foxry-vault/#developers)

 [Soporte](https://wordpress.org/support/plugin/foxry-vault/)

## Descripción

**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**

 * 📥 Automatic saving of every CF7 submission to a dedicated DB table
 * ✏️ **Edit entries** after submission
 * 🗑️ **Auto-delete** old entries on a schedule for GDPR compliance
 * 🔒 Privacy controls — disable IP address logging with one click
 * 📊 Dashboard widget with today / this week / unread counts and latest entries
 * 🔍 Search across all submission contents
 * 🏷️ Filter by form, mark as read/unread, bulk actions
 * 📤 CSV export with full Excel/Japanese (BOM) support
 * 🌐 Fully translatable (Japanese translation bundled)
 * ⚡ Custom database table with proper indexes

**Why Foxry Vault?**

 * **Edit entries** — fix typos, redact PII, correct mistakes after submission.
 * **GDPR-ready** — automatic retention policies, optional IP logging, clean uninstall.
 * **Performant** — custom database table with proper indexes for fast queries.
 * **Standard UI** — built on WP_List_Table for a familiar admin experience.

**Requirements**

 * WordPress 6.0+
 * PHP 7.4+
 * Contact Form 7 6.0+

## Capturas

[⌊Entry list — sortable columns, form filter, bulk actions, CSV export, and unread
badges (English)⌉⌊Entry list — sortable columns, form filter, bulk actions, CSV 
export, and unread badges (English)⌉[

Entry list — sortable columns, form filter, bulk actions, CSV export, and unread
badges (English)

[⌊Entry detail — all submitted fields with metadata and edit/delete actions (English)⌉⌊
Entry detail — all submitted fields with metadata and edit/delete actions (English
)⌉[

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)⌉⌊Settings — auto-delete schedule for GDPR compliance and IP address privacy
toggle (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)⌉⌊Dashboard widget — today / this week / unread counts with latest
entries at a glance (English)⌉[

Dashboard widget — today / this week / unread counts with latest entries at a glance(
English)

[⌊Entry list — Japanese translation with full i18n support (日本語)⌉⌊Entry list —
Japanese translation with full i18n support (日本語)⌉[

Entry list — Japanese translation with full i18n support (日本語)

[⌊Entry detail — Japanese translation (日本語)⌉⌊Entry detail — Japanese translation(
日本語)⌉[

Entry detail — Japanese translation (日本語)

[⌊Settings — Japanese translation (日本語)⌉⌊Settings — Japanese translation (日本語
)⌉[

Settings — Japanese translation (日本語)

[⌊Dashboard widget — Japanese translation (日本語)⌉⌊Dashboard widget — Japanese 
translation (日本語)⌉[

Dashboard widget — Japanese translation (日本語)

## Instalación

 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

## Preguntas frecuentes

### 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.

## Reseñas

No hay reseñas para este plugin.

## Colaboradores y desarrolladores

«Foxry Vault» es un software de código abierto. Las siguientes personas han colaborado
con este plugin.

Colaboradores

 *   [ foxry ](https://profiles.wordpress.org/foxry/)

[Traduce «Foxry Vault» a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/foxry-vault)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/foxry-vault/) , echa
un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/foxry-vault/) 
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/foxry-vault/)
por [RSS](https://plugins.trac.wordpress.org/log/foxry-vault/?limit=100&mode=stop_on_copy&format=rss).

## Registro de cambios

#### 1.2.0

 * Added entry editing feature
 * Added auto-delete settings (GDPR compliance)
 * Added IP address saving toggle for privacy
 * Added dashboard widget with submission statistics
 * Added entry edit link in list view row actions

#### 1.1.0

 * Added CSV export feature
 * Added Japanese translation
 * Improved entry detail layout
 * Added guide message for empty state
 * UI improvements

#### 1.0.0

 * Initial release
 * Automatic CF7 submission saving
 * Admin list view with pagination
 * Entry detail view
 * Read/unread status
 * Bulk actions
 * Form filter
 * Search across all fields

## Meta

 *  Version **1.2.0**
 *  Last updated **hace 2 meses**
 *  Active installations **Menos de 10**
 *  WordPress version ** 6.0 o superior **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 o superior **
 *  Language
 * [English (US)](https://wordpress.org/plugins/foxry-vault/)
 * Tags
 * [cf7](https://ve.wordpress.org/plugins/tags/cf7/)[contact form 7](https://ve.wordpress.org/plugins/tags/contact-form-7/)
   [database](https://ve.wordpress.org/plugins/tags/database/)[form entries](https://ve.wordpress.org/plugins/tags/form-entries/)
   [form submissions](https://ve.wordpress.org/plugins/tags/form-submissions/)
 *  [Vista avanzada](https://ve.wordpress.org/plugins/foxry-vault/advanced/)

## Valoraciones

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/foxry-vault/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/foxry-vault/reviews/)

## Colaboradores

 *   [ foxry ](https://profiles.wordpress.org/foxry/)

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/foxry-vault/)