Title: EntryPilot – Universal Form Entries
Author: varungodham
Published: <strong>July 19, 2026</strong>
Last modified: July 19, 2026

---

Search plugins

![](https://ps.w.org/entrypilot-universal-form-entries/assets/banner-772x250.png?
rev=3613439)

![](https://ps.w.org/entrypilot-universal-form-entries/assets/icon-256x256.png?rev
=3613615)

# EntryPilot – Universal Form Entries

 By [varungodham](https://profiles.wordpress.org/varungodham/)

[Download](https://downloads.wordpress.org/plugin/entrypilot-universal-form-entries.1.0.0.zip)

 * [Details](https://wordpress.org/plugins/entrypilot-universal-form-entries/#description)
 * [Reviews](https://wordpress.org/plugins/entrypilot-universal-form-entries/#reviews)
 *  [Installation](https://wordpress.org/plugins/entrypilot-universal-form-entries/#installation)
 * [Development](https://wordpress.org/plugins/entrypilot-universal-form-entries/#developers)

 [Support](https://wordpress.org/support/plugin/entrypilot-universal-form-entries/)

## Description

EntryPilot – Universal Form Entries gives you one clean, fast admin screen to view
and manage submissions from several popular form plugins. It reads data directly
from the database using a pluggable provider architecture, so it never modifies 
the underlying form plugin and stays compatible with future updates.

Supported form plugins (auto-detected; hidden when not installed):

 * MetForm
 * Fluent Forms
 * Gravity Forms
 * Formidable Forms
 * Contact Form 7 (via Flamingo)
 * Elementor Forms (Elementor Pro submissions)

The user interface, repository, export, statistics, search, pagination, filters,
and settings are provider-agnostic. Adding support for another form plugin only 
requires one new provider class registered through the `epufe_register_providers`
filter. A developer guide is included in the `docs/` folder of the plugin.

### Features

 * Forms overview with statistics cards (total forms, total entries, today, this
   week, this month, average daily, most active form, latest submission).
 * AJAX-powered tables with server-side pagination, search, date filters, sorting,
   and per-page controls (designed for large datasets).
 * Dynamic columns generated from each form’s fields.
 * Single entry detail view with attachment thumbnails, previews, and download buttons.
 * CSV export that respects the current search and filters.
 * Delete single or bulk entries with nonce verification and capability checks.
 * Settings for entries per page, default provider, sorting, delete and export toggles,
   date and time formats, cache duration, attachment preview, and debug logging.
 * Transient caching with automatic invalidation when entries change.
 * Developer hooks and a documented provider SDK for adding support for additional
   form plugins.

### Privacy

EntryPilot – Universal Form Entries does not collect, store, or transmit any personal
data to external services. It only reads form submission data that already exists
in your WordPress database, created by third-party form plugins, and displays it
in the admin area for logged-in users with the `manage_options` capability.

The plugin does not add tracking, analytics, cookies, or remote requests. When debug
mode is enabled in the settings, diagnostic messages may be written to a protected
log file inside the WordPress uploads directory; these logs are removed when the
plugin is uninstalled. No submission data is ever sent off-site. CSV exports are
generated on demand and streamed directly to the requesting administrator.

## Installation

 1. Upload the `entrypilot-universal-form-entries` folder to `/wp-content/plugins/`,
    or install the ZIP through Plugins > Add New > Upload Plugin.
 2. Activate the plugin through the Plugins screen in WordPress.
 3. Open EntryPilot – Universal Form Entries in the admin menu.

## FAQ

### Does this modify my form plugin data?

No. The plugin reads from the database and only deletes or exports entries when 
you explicitly request it. It does not alter how your form plugin stores data.

### What if a form plugin changes its database structure?

Each provider detects its schema from the database and degrades gracefully, showing
a friendly admin notice instead of a fatal error.

### How do I add support for another form plugin?

Create a class that implements `EntryPilot\Contracts\Provider_Interface` (or extend`
Abstract_Provider`) and register it with the `epufe_register_providers` filter. 
See the guide in the plugin’s `docs/` folder.

### Does this work on multisite?

Yes. Settings and data are per-site, consistent with how form plugins store entries.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“EntryPilot – Universal Form Entries” is open source software. The following people
have contributed to this plugin.

Contributors

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

[Translate “EntryPilot – Universal Form Entries” into your language.](https://translate.wordpress.org/projects/wp-plugins/entrypilot-universal-form-entries)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/entrypilot-universal-form-entries/),
check out the [SVN repository](https://plugins.svn.wordpress.org/entrypilot-universal-form-entries/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/entrypilot-universal-form-entries/)
by [RSS](https://plugins.trac.wordpress.org/log/entrypilot-universal-form-entries/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

 * Initial public release.

## Meta

 *  Version **1.0.0**
 *  Last updated **2 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.0.2**
 *  PHP version ** 8.0 or higher **
 * Tags
 * [export](https://wordpress.org/plugins/tags/export/)[fluent forms](https://wordpress.org/plugins/tags/fluent-forms/)
   [form entries](https://wordpress.org/plugins/tags/form-entries/)[gravity forms](https://wordpress.org/plugins/tags/gravity-forms/)
   [metform](https://wordpress.org/plugins/tags/metform/)
 *  [Advanced View](https://wordpress.org/plugins/entrypilot-universal-form-entries/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/entrypilot-universal-form-entries/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/entrypilot-universal-form-entries/reviews/)

## Contributors

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

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/entrypilot-universal-form-entries/)