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

---

Buscar complements

![](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

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

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

 * [Detalls](https://ca-valencia.wordpress.org/plugins/mail-manager-wpforms/#description)
 * [Ressenyes](https://ca-valencia.wordpress.org/plugins/mail-manager-wpforms/#reviews)
 *  [Instal·lació](https://ca-valencia.wordpress.org/plugins/mail-manager-wpforms/#installation)
 * [Desenvolupament](https://ca-valencia.wordpress.org/plugins/mail-manager-wpforms/#developers)

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

## Descripció

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.

## Captures

[⌊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.

## Blocs

Este complement proporciona 1 bloc.

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

## Instal·lació

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

## Ressenyes

![](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 de juliol de 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!

 [ Llegir tota la 1 ressenya ](https://wordpress.org/support/plugin/mail-manager-wpforms/reviews/)

## Col·laboradors i desenvolupadors

«Mail Manager for WPForms ( wpforms entries ) – Database for wpforms» és programari
de codi obert. La següent gent ha col·laborat en este complement.

Col·laboradors

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

[Traduïx «Mail Manager for WPForms ( wpforms entries ) – Database for wpforms» a la teua llengua.](https://translate.wordpress.org/projects/wp-plugins/mail-manager-wpforms)

### T’interessa el desenvolupament?

[Revisa el codi](https://plugins.trac.wordpress.org/browser/mail-manager-wpforms/),
dona una ullada al [repositori SVN](https://plugins.svn.wordpress.org/mail-manager-wpforms/)
o subscriu-te al [registre de desenvolupament](https://plugins.trac.wordpress.org/log/mail-manager-wpforms/)
per [RSS](https://plugins.trac.wordpress.org/log/mail-manager-wpforms/?limit=100&mode=stop_on_copy&format=rss).

## Registre de canvis

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

 *  Versió **1.4.0**
 *  Última actualització **fa 3 setmanes**
 *  Instal·lacions actives: **10+**
 *  Versió de WordPress: ** 6.5 o posterior **
 *  Provat fins a **7.1**
 *  Versió de PHP: ** 8.2 o posterior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/mail-manager-wpforms/)
 * Etiquetes
 * [WPForms](https://ca-valencia.wordpress.org/plugins/tags/wpforms/)[wpforms database](https://ca-valencia.wordpress.org/plugins/tags/wpforms-database/)
   [wpforms-entries](https://ca-valencia.wordpress.org/plugins/tags/wpforms-entries/)
 *  [Vista avançada](https://ca-valencia.wordpress.org/plugins/mail-manager-wpforms/advanced/)

## Valoracions

 5 out of 5 stars.

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

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

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

## Col·laboradors

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

## Suport

Tens alguna cosa a dir? Necessites ajuda?

 [Vore els fòrums de suport](https://wordpress.org/support/plugin/mail-manager-wpforms/)