Title: Pixellize Form Database
Author: Pixellize
Published: <strong>13 maja, 2026</strong>
Last modified: 26 maja, 2026

---

Search plugins

![](https://ps.w.org/pixellize-form-database/assets/banner-772x250.png?rev=3531266)

![](https://ps.w.org/pixellize-form-database/assets/icon-256x256.png?rev=3531266)

# Pixellize Form Database

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

[Download](https://downloads.wordpress.org/plugin/pixellize-form-database.0.3.zip)

 * [Details](https://sl.wordpress.org/plugins/pixellize-form-database/#description)
 * [Reviews](https://sl.wordpress.org/plugins/pixellize-form-database/#reviews)
 *  [Installation](https://sl.wordpress.org/plugins/pixellize-form-database/#installation)
 * [Development](https://sl.wordpress.org/plugins/pixellize-form-database/#developers)

 [Support](https://wordpress.org/support/plugin/pixellize-form-database/)

## Description

Pixellize Form Database automatically captures every submission from Contact Form
7, WPForms, and Ninja Forms and stores it in a dedicated database table. Browse,
search, and manage all entries directly from the WordPress admin dashboard — no 
third-party services required.

#### Features

 * Auto-detects Contact Form 7, WPForms, and Ninja Forms
 * Stores all form submissions in a custom database table
 * Admin dashboard with a forms overview and per-form submission tables
 * Searchable and sortable entries using the native WordPress list table
 * Filter submissions by month using the native date dropdown
 * Export filtered submissions as a CSV file
 * Bulk delete submissions
 * Detailed entry view showing every submitted field
 * Addons screen to download, upload (.zip), activate, deactivate, and delete extensions
 * People addon (bundled) that groups every sender by email, with all their submissions
   in one place
 * Automatic spam detection that scores each submission against built-in rules
 * All / Valid / Spam filter tabs with one-click “Mark as Spam” and “Not Spam”
 * Configurable spam threshold and custom blocked-word list
 * Per-plugin enable/disable tracking toggles in Settings
 * Screen Options to control how many submissions appear per page

#### Supported Form Plugins

 * Contact Form 7 (wpcf7_before_send_mail hook)
 * WPForms (wpforms_process_complete hook)
 * Ninja Forms (ninja_forms_after_submission hook)

## Screenshots

 * [[
 * [[
 * [[
 * [[
 * [[

## Installation

 1. Upload the `pixellize-form-database` folder to `/wp-content/plugins/`.
 2. Activate the plugin through the **Plugins** menu.
 3. Click **Form Database** in the admin sidebar to view submissions.

## FAQ

### Does this work with WPForms Lite?

Yes. The plugin hooks into `wpforms_process_complete`, which fires in both the free
and paid versions of WPForms.

### Does this work with Ninja Forms free version?

Yes. The plugin hooks into `ninja_forms_after_submission`, which is available in
the free version of Ninja Forms.

### Will existing form submissions be captured retroactively?

No. Only submissions made after the plugin is activated are stored.

### Can I disable tracking for a specific plugin?

Yes. Go to **Form Database  Settings** and toggle tracking on or off for each detected
form plugin individually.

### How does spam detection work?

Each submission is scored against offline rules as it arrives: number of links, 
blocked words, throwaway email domains, the same IP flooding the form, and repeat
senders. When the score meets your threshold (default 60), the entry is flagged 
as spam and moved to the Spam tab. No data is sent to any third-party service.

### A real submission was marked as spam. Can I fix it?

Yes. Open the Spam tab, find the entry, and click “Not Spam” to move it back to 
Valid. You can also lower or raise the threshold and add your own blocked words 
in Settings.

### What happens when I delete the plugin?

The custom database table and all stored settings are removed on uninstall.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Pixellize Form Database” is open source software. The following people have contributed
to this plugin.

Contributors

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

[Translate “Pixellize Form Database” into your language.](https://translate.wordpress.org/projects/wp-plugins/pixellize-form-database)

### Interested in development?

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

## Changelog

#### 0.3

 * New: full-width Addons screen with a card grid of available addons (each with
   a download link) plus a zip uploader. Once an addon’s zip is uploaded, its download
   link is replaced by Activate / Active controls; addons can be activated, deactivated,
   or deleted. Active addons load on every request. Addon files are stored outside
   the plugin folder (in uploads, with direct web access blocked) so they survive
   plugin updates. The available list is filterable via pfdb_available_addons. Upload
   and management require the manage_options capability and are nonce-protected.
 * New: People is delivered as a bundled addon. Install it from the Addons screen(
   Download, then upload the zip, then Activate) to add a People screen that groups
   every sender by email and lists all their submissions across all forms; click
   a person (name or email), then any submission, to open its Entry Detail. Includes
   bulk-select and delete, excludes spam, and shows the most recent non-empty name
   for each email.
 * New: built-in heuristic spam detection scores every submission as it arrives (
   links, blocked words, throwaway email domains, IP flooding, repeat senders), 
   with hard signals that flag on their own and soft signals that need a combination.
 * New: All / Valid / Spam filter tabs, one-click “Mark as Spam” / “Not Spam”, a
   Spam column on the forms overview, and a per-entry spam score and reason.
 * New: Settings for enabling detection, the spam threshold, and a custom blocked-
   word list.
 * New: delivery status per submission. Failed notification emails record the real
   reason (from WordPress core’s wp_mail_failed hook, e.g. “SMTP connect() failed”)
   across Contact Form 7, WPForms, and Ninja Forms, shown on the Entry Detail screen.
 * New: uploaded files are shown as cards on the Entry Detail screen, with image
   thumbnails, PDF / document icons, type badges, and links to the original upload.
 * Improved: redesigned Entry Detail (status pill, submitted-fields list, details
   sidebar with source / date / IP) and Settings screens, with clickable email and
   URL field values.
 * Improved: the Source column on the forms overview is hidden when only one form
   plugin has data.
 * Improved: submission, IP, and spam / delivery status are stored per entry; existing
   tables upgrade automatically.
 * Security: CSV export neutralizes spreadsheet formula injection.

#### 1.0.0

 * Initial release.
 * Support for Contact Form 7, WPForms, and Ninja Forms.
 * Admin submissions dashboard with search, sort, and month filter.
 * CSV export with active search and date filters applied.
 * Per-plugin tracking toggles in Settings.
 * Screen Options for submissions per page.

## Meta

 *  Version **0.3**
 *  Last updated **1 dan ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.8 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/pixellize-form-database/)
 * Tags
 * [contact form 7](https://sl.wordpress.org/plugins/tags/contact-form-7/)[database](https://sl.wordpress.org/plugins/tags/database/)
   [forms](https://sl.wordpress.org/plugins/tags/forms/)[ninja forms](https://sl.wordpress.org/plugins/tags/ninja-forms/)
   [WPForms](https://sl.wordpress.org/plugins/tags/wpforms/)
 *  [Advanced View](https://sl.wordpress.org/plugins/pixellize-form-database/advanced/)

## Ratings

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/pixellize-form-database/reviews/)

## Contributors

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

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/pixellize-form-database/)