Title: Minimal Contact Form
Author: mirkoschubert
Published: <strong>ޖޫން 23, 2018</strong>
Last modified: ޑިސެމްބަރ 14, 2022

---

Search plugins

![](https://ps.w.org/minimal-contact-form/assets/banner-772x250.png?rev=2500113)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/minimal-contact-form/assets/icon-256x256.png?rev=2500113)

# Minimal Contact Form

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

[Download](https://downloads.wordpress.org/plugin/minimal-contact-form.0.10.0.zip)

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

 [Support](https://wordpress.org/support/plugin/minimal-contact-form/)

## Description

Almost everyone needs a contact form for their website. But you quickly realize 
that it is not that easy to find a suitable plugin.

Either you end up with huge form builders that are simply too bulky for a single
contact form, or you find a small plugin that doesn’t meet your requirements.

#### Features

**Minimal Contact Form** is designed to address precisely this problem:

 * It is a simple contact form without a lot of extras.
 * All form fields are validated and sanitized.
 * You can choose to whom the emails are sent.
 * The form data is sent via AJAX.
 * Sending with WP Mail (SMTP) or PHP Mail is selectable.
 * No annoying captchas are used for spam detection, but the honeypot method.
 * Predefined GDPR-compliant messages with or without checkbox will be displayed.
 * Those messages are linked directly to the privacy policy.
 * In case of consent, the recipient will be informed directly in the e-mail.
 * The plugin is completely translatable (English, German, Spanisch, Italian, French
   and Russian already available).

#### Requirements

 * Due to the new privacy options, this plugin requires WordPress 4.9.6 or up.
 * You must setup a privacy policy page in WordPress.

#### Translations

If you want to translate this plugin into another language, you are welcome! English,
German (informal & formal), Spanish, Italian, French and Russian are already there.
I used the plugin [Loco Translate](https://wordpress.org/plugins/loco-translate/),
but I suppose that other ways should be compatible as well.

#### See room for improvement?

Great! There are several ways you can get involved to help make this plugin better:

 1. **Report Bugs:** If you find a bug, error or other problem, please report it! You
    can do this by [creating a new topic](https://wordpress.org/support/plugin/minimal-contact-form)
    in the plugin forum or [creating an issue](https://github.com/mirkoschubert/minimal-contact-form/issues)
    on Github.
 2. **Suggest New Features:** Have an awesome idea? Please share it! Simply [create a new topic](https://wordpress.org/support/plugin/minimal-contact-form)
    in the plugin forum to express your thoughts on why the feature should be included
    and get a discussion going around your idea.
 3. **Issue Pull Requests:** If you’re a developer, the easiest way to get involved
    is to help out on [issues already reported](https://github.com/mirkoschubert/minimal-contact-form/issues)
    in GitHub.

You can also [**buy me a coffee**](https://www.buymeacoffee.com/musikuss) to support
me!

[**Checkout our GitHub Repository**](https://github.com/mirkoschubert/minimal-contact-form)

## Screenshots

 * [[
 * Contact form on frontend with GDPR Opt-In option on
 * [[
 * Minimal Contact Form Settings

## Installation

 1. Upload the entire `minimal-contact-form` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Place the shortcode `[minimal_contact_form]` in your contact page.

You will find ‘Contact Form’ menu in your WordPress options panel. Please also read
the contextual help.

For basic usage, please read the ‘Overview’ section directly in the plugin settings.

## FAQ

If you have any questions, please use the [support forum](https://wordpress.org/support/plugin/minimal-contact-form).
If there are frequently asked question I will sum them up here.

### Can I have feature X?

Since **Minimal Contact Form** is designed for ease of use, I choose new features
very carefully. Also, updates should always take into account existing web pages
and should not include breaking changes. Nevertheless, you are welcome to submit
requests for new features.

### Where are the styling options?

**Minimal Contact Form** is configured in such a way that you can use it without
much configuration. The look of the form is kept very neutral. However, if you want
to customize it, you can use the Custom CSS field in the settings. Since version`
0.10.0` you can also use predefined CSS variables. You can find an overview of them
in the help of the plugin.

### How do I use Minimal Contact Form in Gutenberg or a builder theme?

Currently you can only embed **Minimal Contact Form** with a shortcode. However,
I am working on making the plugin available as a module in Gutenberg, Divi and Breakdance
in version `1.0`. Help is welcome for these builders as well as for others.

## Reviews

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

### 󠀁[Super fast and reliable](https://wordpress.org/support/topic/super-fast-and-reliable/)󠁿

 [scakearn](https://profiles.wordpress.org/scakearn/) ފެބްރުއަރީ 12, 2019

super good plugin, better than the big ones, it is not blown up with features most
people don’t need. quick and easy.

 [ Read all 2 reviews ](https://wordpress.org/support/plugin/minimal-contact-form/reviews/)

## Contributors & Developers

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

Contributors

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

“Minimal Contact Form” has been translated into 1 locale. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/minimal-contact-form/contributors)
for their contributions.

[Translate “Minimal Contact Form” into your language.](https://translate.wordpress.org/projects/wp-plugins/minimal-contact-form)

### Interested in development?

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

## Changelog

#### 0.10.0

 * Tested up to WordPress 6.2
 * Bugfix: GDPR consent checkbox gets blocked by Brave browser’s cookie notice filter
 * Custom styling for GDPR opt-in checkbox
 * CSS Variables for easier styling the contact form
 * Contextual help for CSS variables
 * New languages: Spanish, Italian, French & Russian

#### 0.9.1

 * Bugfix: Labels didn’t have a required id in the form fields

#### 0.9.0

 * Tested up to WordPress 6.1
 * Moved overview to contextual help
 * New styling options
 * Better default styles
 * Custom CSS

#### 0.8.3

 * Tested up to WordPress 6.0
 * Buymeacoffee link in Readme

#### 0.8.2

 * GitHub Actions for Deployment
 * Tested up to WordPress 5.7

#### 0.8.1

 * No Changes, but tested up to WordPress 5.3

#### 0.8.0

 * Design changes for validation
 * Optional field for phone numbers
 * Bugfix: Version number update

#### 0.7.2

 * New language: German (formal)

#### 0.6.4

 * Readme and License for Github
 * WordPress SVN Assets fix (hopefully)
 * Small changes in the deploy.sh (which won’t be published anymore)

#### 0.6.3

 * This is the first release on WordPress repository. Sorry, no other changes yet.

#### 0.6.2

 * This is the first official release!

## Meta

 *  Version **0.10.0**
 *  Last updated **3 years ago**
 *  Active installations **50+**
 *  WordPress version ** 4.9.6 or higher **
 *  Tested up to **6.2.9**
 *  PHP version ** 7.4 or higher **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/minimal-contact-form/) and [German](https://de.wordpress.org/plugins/minimal-contact-form/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/minimal-contact-form)
 * Tags
 * [contact](https://dv.wordpress.org/plugins/tags/contact/)[contact form](https://dv.wordpress.org/plugins/tags/contact-form/)
   [email](https://dv.wordpress.org/plugins/tags/email/)[feedback](https://dv.wordpress.org/plugins/tags/feedback/)
   [form](https://dv.wordpress.org/plugins/tags/form/)
 *  [Advanced View](https://dv.wordpress.org/plugins/minimal-contact-form/advanced/)

## Ratings

 5 out of 5 stars.

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

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

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

## Contributors

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

## Support

Got something to say? Need help?

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

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.paypal.me/mirkoschubert)