Title: Mailfix Contact Forms
Author: Mailfix
Published: <strong>June 13, 2026</strong>
Last modified: June 13, 2026

---

Search plugins

![](https://ps.w.org/mailfix-contact-forms/assets/banner-772x250.png?rev=3570905)

![](https://ps.w.org/mailfix-contact-forms/assets/icon-256x256.png?rev=3570905)

# Mailfix Contact Forms

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

[Download](https://downloads.wordpress.org/plugin/mailfix-contact-forms.1.1.45.zip)

 * [Details](https://wordpress.org/plugins/mailfix-contact-forms/#description)
 * [Reviews](https://wordpress.org/plugins/mailfix-contact-forms/#reviews)
 *  [Installation](https://wordpress.org/plugins/mailfix-contact-forms/#installation)
 * [Development](https://wordpress.org/plugins/mailfix-contact-forms/#developers)

 [Support](https://wordpress.org/support/plugin/mailfix-contact-forms/)

## Description

Mailfix Contact Forms adds a WordPress-native contact form builder with saved submissions,
notification emails, spam protection, and a clear admin workflow.

Watch a short overview of Mailfix Contact Forms:

Main features:

 * Form field builder with live appearance preview.
 * AJAX form submissions.
 * Gutenberg block for inserting forms.
 * Stored messages with unread/read, archive, and trash views.
 * Admin email notifications and optional thank-you emails.
 * GDPR/privacy consent checkbox with editable text and privacy policy link.
 * HTML email templates with editable content.
 * Mail logs with readable HTML previews.
 * Custom SMTP settings for better deliverability.
 * Honeypot protection, minimum submit time, rate limiting, optional Google reCAPTCHA
   v3, and blocked spam counters.
 * CSV export for one form or all forms.
 * Form appearance controls, including colors, field size, button alignment, and
   border radius.

Additional features are available in a separate Mailfix Pro add-on from mailfix.
cz. This WordPress.org plugin is fully functional on its own.

### External services

#### Google reCAPTCHA

This plugin can optionally use Google reCAPTCHA v3 for spam protection when the 
site administrator enables reCAPTCHA and enters Google reCAPTCHA keys in the plugin
settings.

When reCAPTCHA is enabled for a form, the plugin loads the Google reCAPTCHA script
from `www.google.com` on pages where that form is displayed. When a visitor submits
the form, the plugin sends the reCAPTCHA response token, the configured secret key,
and the visitor IP address to Google’s `siteverify` endpoint to validate the submission.
The plugin also offers an administrator-only secret key check that sends the configured
secret key and a test response token to Google.

Google reCAPTCHA is provided by Google LLC. Terms: https://policies.google.com/terms
Privacy Policy: https://policies.google.com/privacy

## Screenshots

[⌊Dashboard with form statistics, recent messages, antispam activity, and setup 
status.⌉⌊Dashboard with form statistics, recent messages, antispam activity, and
setup status.⌉[

Dashboard with form statistics, recent messages, antispam activity, and setup status.

[⌊Add new form screen with the form builder and live appearance preview.⌉⌊Add new
form screen with the form builder and live appearance preview.⌉[

Add new form screen with the form builder and live appearance preview.

[⌊All messages inbox with unread, read, archive, and trash views.⌉⌊All messages 
inbox with unread, read, archive, and trash views.⌉[

All messages inbox with unread, read, archive, and trash views.

[⌊Message detail with readable submission data and related mail logs.⌉⌊Message detail
with readable submission data and related mail logs.⌉[

Message detail with readable submission data and related mail logs.

[⌊Notifications editor with admin email, thank-you email, tokens, and email template
previews.⌉⌊Notifications editor with admin email, thank-you email, tokens, and email
template previews.⌉[

Notifications editor with admin email, thank-you email, tokens, and email template
previews.

## Blocks

This plugin provides 1 block.

 *   Mailfix Contact Form

## Installation

 1. Upload the plugin folder to `/wp-content/plugins/` or install it through the WordPress
    admin.
 2. Activate the plugin from the Plugins screen.
 3. Open `Forms` in the admin and create a new form.
 4. Copy the shortcode from the form editor.
 5. Insert the shortcode into a page, post, or compatible page builder.

## FAQ

### Does the plugin send data outside my website?

By default, no. Submitted messages are stored locally in the WordPress database 
and emails are sent through `wp_mail()` or your configured SMTP server. If Google
reCAPTCHA v3 is enabled, the reCAPTCHA token is verified through Google reCAPTCHA.

### How do I insert a form into a page?

Copy the shortcode from the form editor, for example `[mailfix_form id="123"]`, 
and paste it into a page, post, or compatible builder.

### Where do I configure email notifications?

Open `Forms > Notifications`, choose a form, and configure recipients, sender details,
the admin notification, and the optional thank-you email.

### What personal data does the plugin store?

The plugin stores submitted form fields, submission date, an IP hash, and the user
agent for administration and basic security checks. The IP hash is not a readable
IP address. If Google reCAPTCHA v3 is enabled, the verification token is checked
through Google reCAPTCHA.

### How can I test email delivery?

Open `Forms > Notifications`, choose a form, and send a test email. The result is
stored in the mail log. A `sent` status means WordPress accepted the email for sending;
actual delivery still depends on the mail server and domain DNS.

### Does the form work without JavaScript?

Frontend submissions are designed as AJAX forms and require JavaScript in the visitor’s
browser.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Mailfix Contact Forms” is open source software. The following people have contributed
to this plugin.

Contributors

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

[Translate “Mailfix Contact Forms” into your language.](https://translate.wordpress.org/projects/wp-plugins/mailfix-contact-forms)

### Interested in development?

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

## Changelog

#### 1.1.45

 * Removed unused helper methods and stale admin CSS selectors.

#### 1.1.44

 * Fixed field radius consistency across frontend, form preview, and choice fields.

#### 1.1.43

 * Added an appearance option to show or hide the form title.

#### 1.1.42

 * Improved sticky preview behavior when editing appearance settings on new forms.

#### 1.1.41

 * Added shortcode copying to the forms list table.
 * Improved the form editor layout so appearance settings stay closer to the live
   preview.

#### 1.1.40

 * Reviewed WordPress.org guideline wording and clarified that the free plugin is
   fully functional on its own.

#### 1.1.39

 * Shortened older changelog entries for a cleaner WordPress.org readme.

#### 1.1.38

 * Protected automatic message read-state changes with a nonce.
 * Hardened reCAPTCHA response handling and duplicate form redirects.

#### 1.1.37

 * Tightened request handling for admin notices, notification settings, SMTP tests,
   and frontend submissions.
 * Sanitized local request arrays before passing them into internal helpers.

#### 1.1.36

 * Sanitized structured form editor settings before extension filters run.
 * Escaped custom field HTML returned by extension filters with a strict allowlist.
 * Passed sanitized email preview context to extension filters.

#### 1.1.35

 * Reworked message and mail log list queries to avoid dynamically interpolated 
   SQL fragments.
 * Reworked setup wizard shortcode detection to avoid interpolated IN placeholders.
 * Tightened sanitization for submitted field values, SMTP/reCAPTCHA settings, and
   onboarding redirects.

#### 1.1.34

 * Improved translation cleanup and clarified rate-limit help text.

#### 1.1.33

 * Rechecked custom SQL reads and raised the minimum WordPress version to 6.2.

#### 1.1.32

 * Refined extension hooks for external add-ons.

#### 1.1.31

 * Rechecked message, log, dashboard, and CSV database reads.

#### 1.1.30

 * Cleaned package contents and prepared SQL reads.

#### 1.1.29

 * Added a shortcode copy box below the Publish panel.

#### 1.1.28

 * Standardized the public plugin brand spelling.

#### 1.1.27

 * Fixed notification preview compatibility and Czech translations.

#### 1.1.26

 * Cleaned stale translation strings.

#### 1.1.25

 * Renamed the plugin, aligned the text domain, and documented Google reCAPTCHA.

#### 1.1.24

 * Improved Gutenberg block controls.

#### 1.1.23

 * Split editor, frontend, notification, onboarding, message, settings, and admin
   action code into focused traits.

#### 1.1.22

 * Split SMTP handling and CSV export into dedicated classes.

#### 1.1.21

 * Hardened frontend option validation and proxy IP handling.

#### 1.1.20

 * Refined Plugin Check annotations for mail log queries.

## Meta

 *  Version **1.1.45**
 *  Last updated **4 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.2 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [ajax form](https://wordpress.org/plugins/tags/ajax-form/)[antispam](https://wordpress.org/plugins/tags/antispam/)
   [contact form](https://wordpress.org/plugins/tags/contact-form/)[email notifications](https://wordpress.org/plugins/tags/email-notifications/)
   [form builder](https://wordpress.org/plugins/tags/form-builder/)
 *  [Advanced View](https://wordpress.org/plugins/mailfix-contact-forms/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/mailfix-contact-forms/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/mailfix-contact-forms/reviews/)

## Contributors

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

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/mailfix-contact-forms/)