Title: Mail Manager for WPForms ( wpforms entries ) &#8211; Database for wpforms
Author: Md Rashidul Azam (Nishan)
Published: <strong>11 Febbraio 2025</strong>
Last modified: 12 Luglio 2026

---

Ricerca i plugin

![](https://ps.w.org/mail-manager-wpforms/assets/banner-772x250.png?rev=3604573)

![](https://ps.w.org/mail-manager-wpforms/assets/icon-256x256.png?rev=3604573)

# Mail Manager for WPForms ( wpforms entries ) – Database for wpforms

 Di [Md Rashidul Azam (Nishan)](https://profiles.wordpress.org/arosh019/)

[Scarica](https://downloads.wordpress.org/plugin/mail-manager-wpforms.1.4.0.zip)

 * [Dettagli](https://it.wordpress.org/plugins/mail-manager-wpforms/#description)
 * [Recensioni](https://it.wordpress.org/plugins/mail-manager-wpforms/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/mail-manager-wpforms/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/mail-manager-wpforms/#developers)

 [Supporto](https://wordpress.org/support/plugin/mail-manager-wpforms/)

## Descrizione

The “Mail Manager for WPForms” plugin saves WPForms entries to your WordPress database.
It simply saves all incoming mail after activating this plugin.

You can manage mail easily. There are features for column show/hide, mail search,
manager styling and saving important mail that will help you to organize lists easily.

You must to install [WPForms](https://wordpress.org/plugins/wpforms-lite/). By simply
installing the plugin, it will automatically begin to capture form submissions from
WPForms.

#### Features of Mail Manager for WPForms

 * Lightweight, fast, and easy to use
 * Works out of the box with no configuration required
 * Store and manage all WPForms entries in a single database table
 * Export form entries to CSV by date range or custom selection
 * Star important entries for quick access
 * Filter entries by starred, unread, trashed, and other statuses
 * Show or hide table columns to customize the entries list
 * Display entry counts directly in the admin table
 * Dynamic Gutenberg block to display selected WPForms entries on the frontend
 * Multiple frontend layouts, including table and card views
 * Pagination, sorting, field visibility controls, and saved-entry filtering
 * Secure field allowlisting to help protect sensitive form data
 * Built-in Style Manager for customizing the frontend appearance
 * Developer-friendly architecture with hooks and easy customization

### Gutenberg Frontend Entries Block

Version 1.4.0 adds a dynamic **WPForms Entries** block. Administrators can select
a WPForms form, allowlist individual fields, choose table or card layout, set entry
count and ordering, enable pagination, and control visibility. By default, the block
shows all non-trashed entries to logged-in users; enable the saved/starred toggle
if you only want selected entries.

## Screenshot

[⌊Mail Entries.⌉⌊Mail Entries.⌉[

Mail Entries.

[⌊Mail Details.⌉⌊Mail Details.⌉[

Mail Details.

[⌊Form List.⌉⌊Form List.⌉[

Form List.

[⌊Export and filtering.⌉⌊Export and filtering.⌉[

Export and filtering.

[⌊Customize & Style.⌉⌊Customize & Style.⌉[

Customize & Style.

[⌊Gutenberg block editor.⌉⌊Gutenberg block editor.⌉[

Gutenberg block editor.

[⌊Frontend.⌉⌊Frontend.⌉[

Frontend.

## Blocchi

Questo plugin fornisce 1 blocco.

 *   WPForms Entries Display selected WPForms submission fields in a table or card
   layout.

## Installazione

 1. Download and extract plugin files to a wp-content/plugins directory.
 2. Activate the plugin through the WordPress admin interface.
 3. Done!

## Recensioni

![](https://secure.gravatar.com/avatar/467703a0faff034e16df63a728da095cd574c633b5ea1c297de159cefb69afd1?
s=60&d=retro&r=g)

### 󠀁[Best WPForms Database Plugin – Lightweight, Secure & Export-Ready](https://wordpress.org/support/topic/best-wpforms-database-plugin-lightweight-secure-export-ready/)󠁿

 [Rakibul Islam](https://profiles.wordpress.org/btibd/) 29 Luglio 2025

A must-have for WPForms users! This plugin is lightweight, secure, and has a clean,
intuitive design. It stores entries in a database and makes it easy to export data
day by day, perfect for tracking and reporting. No more email digging—just fast,
reliable access to your form submissions. Highly recommended!

 [ Leggi la recensione di 1 ](https://wordpress.org/support/plugin/mail-manager-wpforms/reviews/)

## Contributi e sviluppo

“Mail Manager for WPForms ( wpforms entries ) – Database for wpforms” è un software
open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono
indicate di seguito.

Collaboratori

 *   [ Md Rashidul Azam (Nishan) ](https://profiles.wordpress.org/arosh019/)

[Traduci “Mail Manager for WPForms ( wpforms entries ) – Database for wpforms” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/mail-manager-wpforms)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/mail-manager-wpforms/)
segui il [repository SVN](https://plugins.svn.wordpress.org/mail-manager-wpforms/),
segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/mail-manager-wpforms/)
tramite [RSS](https://plugins.trac.wordpress.org/log/mail-manager-wpforms/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.4.0

 * Reorganized Gutenberg block development into `src/blocks/frontend-entries` using
   the official `@wordpress/create-block` project structure.
 * Added separate `@wordpress/scripts` build and watch processes for both the admin
   React application and Gutenberg blocks.
 * Added compiled block assets, including metadata, dependency files, editor styles,
   frontend styles, RTL styles, and dynamic `render.php` output.
 * Updated block registration to load the compiled build from `build/blocks/frontend-
   entries`.
 * Preserved the legacy `blocks/frontend-entries` source for backward compatibility
   without loading it.
 * Expanded the developer documentation with the complete Gutenberg source-to-build
   workflow.

#### 1.3.0

 * Added a dynamic Gutenberg block to display selected WPForms entry fields on the
   frontend.
 * Added support for table and card layouts, pagination, sorting, field visibility
   controls, and saved-entry filtering.
 * Improved security by introducing explicit field allowlisting and safe defaults
   to help prevent accidental exposure of sensitive form data.

#### 1.2.1

 * Fixed a fatal error caused by capability checks running before WordPress loaded
   pluggable user functions.
 * Delayed plugin initialization until the `plugins_loaded` hook while preserving
   activation and deactivation behavior.

#### 1.1.2

 * Fixed issue with inaccurate search results.
 * Modified notice display position and timeout duration.
 * Updated table list item color for improved readability.
 * Updated scheduling logic for user review timestamps.

#### 1.0.1

 * Fixed namespace issues.
 * Added premium plugin support.

#### 1.0.0

 * Initial release.

## Meta

 *  Versione **1.4.0**
 *  Ultimo aggiornamento **2 mesi fa**
 *  Installazioni attive **10+**
 *  Versione WordPress ** 6.5 o superiore **
 *  Testato fino alla versione **7.1**
 *  Versione PHP ** 8.2 o superiore **
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/mail-manager-wpforms/)
 * Tag
 * [WPForms](https://it.wordpress.org/plugins/tags/wpforms/)[wpforms database](https://it.wordpress.org/plugins/tags/wpforms-database/)
   [wpforms-entries](https://it.wordpress.org/plugins/tags/wpforms-entries/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/mail-manager-wpforms/advanced/)

## Valutazioni

 5 su 5 stelle.

 *  [  1 5- recensioni a stelle     ](https://wordpress.org/support/plugin/mail-manager-wpforms/reviews/?filter=5)
 *  [  0 recensioni a 4-stelle     ](https://wordpress.org/support/plugin/mail-manager-wpforms/reviews/?filter=4)
 *  [  0 recensioni a 3-stelle     ](https://wordpress.org/support/plugin/mail-manager-wpforms/reviews/?filter=3)
 *  [  0 recensioni a 2-stelle     ](https://wordpress.org/support/plugin/mail-manager-wpforms/reviews/?filter=2)
 *  [  0 recensioni a 1-stelle     ](https://wordpress.org/support/plugin/mail-manager-wpforms/reviews/?filter=1)

[La tua recensione](https://wordpress.org/support/plugin/mail-manager-wpforms/reviews/#new-post)

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/mail-manager-wpforms/reviews/)

## Collaboratori

 *   [ Md Rashidul Azam (Nishan) ](https://profiles.wordpress.org/arosh019/)

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/mail-manager-wpforms/)