Title: IM Mail Form
Author: ichimarutokyo
Published: <strong>12. august, 2026</strong>
Last modified: 17. september, 2026

---

Søg plugins

![](https://ps.w.org/im-mail-form/assets/banner-772x250.png?rev=3642788)

![](https://ps.w.org/im-mail-form/assets/icon-256x256.png?rev=3642788)

# IM Mail Form

 Af [ichimarutokyo](https://profiles.wordpress.org/ichimarutokyo/)

[Download](https://downloads.wordpress.org/plugin/im-mail-form.1.2.1.zip)

 * [Detaljer](https://da.wordpress.org/plugins/im-mail-form/#description)
 * [Vurderinger](https://da.wordpress.org/plugins/im-mail-form/#reviews)
 *  [Installation](https://da.wordpress.org/plugins/im-mail-form/#installation)
 * [Udvikling](https://da.wordpress.org/plugins/im-mail-form/#developers)

 [Support](https://wordpress.org/support/plugin/im-mail-form/)

## Beskrivelse

IM Mail Form is a customizable contact form plugin designed for website creators
and developers.

Features include:

 * Customizable form fields
 * Field validation
 * File attachments
 * Confirmation screens
 * Admin email notifications
 * Auto-reply emails
 * Email sending history
 * Merge tags
 * Custom completion messages and redirects
 * Honeypot, time trap, and rate limiting
 * Japanese and English support

Email sending history allows administrators to review email delivery status from
the WordPress admin screen.

Stored information includes:

 * Sending date and time
 * Form name
 * Admin email status
 * Auto-reply email status
 * Recipient information
 * Sender IP address

Email contents and submitted form data are not stored.

Forms can be displayed using a shortcode:

[im_mail_form id=”contact”]

### External services

IM Mail Form can optionally use the following third-party CAPTCHA services to protect
forms from bots and automated submissions. These services are only used for forms
where the corresponding CAPTCHA provider has been selected and configured. Forms
that do not use CAPTCHA, or for which the selected provider is not configured, do
not load that provider’s JavaScript.

#### Cloudflare Turnstile

When a form configured to use Cloudflare Turnstile is displayed, the visitor’s browser
loads the official Turnstile JavaScript from Cloudflare. On final form submission,
IM Mail Form sends the Turnstile verification token and, when available, the visitor’s
IP address to Cloudflare’s Siteverify service so that the submission can be verified.

 * Official service: https://developers.cloudflare.com/turnstile/
 * Terms: https://www.cloudflare.com/policies/terms/
 * Privacy: https://www.cloudflare.com/turnstile-privacy-policy/

#### Google reCAPTCHA v2 and v3

When a form configured to use Google reCAPTCHA v2 or v3 is displayed, the visitor’s
browser loads the official reCAPTCHA JavaScript from Google. On final form submission,
IM Mail Form sends the reCAPTCHA verification token and, when available, the visitor’s
IP address to Google’s verification service so that the submission can be verified.
For reCAPTCHA v3, IM Mail Form also compares the risk score returned by Google with
the threshold configured by the site administrator.

 * Official service: https://developers.google.com/recaptcha/
 * Terms: https://policies.google.com/terms
 * Privacy: https://policies.google.com/privacy

## Skærmbilleder

[⌊Mail form list with shortcode copy support.⌉⌊Mail form list with shortcode copy
support.⌉[

Mail form list with shortcode copy support.

[⌊Drag-and-drop form builder with live preview.⌉⌊Drag-and-drop form builder with
live preview.⌉[

Drag-and-drop form builder with live preview.

[⌊Mail settings for admin and auto-reply emails.⌉⌊Mail settings for admin and auto-
reply emails.⌉[

Mail settings for admin and auto-reply emails.

[⌊Completion screen settings with redirect support.⌉⌊Completion screen settings 
with redirect support.⌉[

Completion screen settings with redirect support.

[⌊Front-end contact form.⌉⌊Front-end contact form.⌉[

Front-end contact form.

[⌊Confirmation screen before submission.⌉⌊Confirmation screen before submission.⌉[

Confirmation screen before submission.

[⌊Completion message after successful submission.⌉⌊Completion message after successful
submission.⌉[

Completion message after successful submission.

[⌊Mail log history with delivery status.⌉⌊Mail log history with delivery status.⌉[

Mail log history with delivery status.

[⌊Template settings for default auto-reply emails.⌉⌊Template settings for default
auto-reply emails.⌉[

Template settings for default auto-reply emails.

[⌊Template settings for default completion messages and data removal.⌉⌊Template 
settings for default completion messages and data removal.⌉[

Template settings for default completion messages and data removal.

[⌊Template settings for default admin email settings.⌉⌊Template settings for default
admin email settings.⌉[

Template settings for default admin email settings.

[⌊Default admin email template.⌉⌊Default admin email template.⌉[

Default admin email template.

## Installation

 1. Upload the `im-mail-form` folder to the `/wp-content/plugins/` directory.
 2. Activate IM Mail Form through the Plugins screen in WordPress.
 3. Open IM Mail Form in the WordPress admin menu.
 4. Create a form and configure its fields and email settings.
 5. Add the generated shortcode to a page or post.

## FAQ

### Can I customize the form design?

Yes. The plugin outputs standard CSS classes for the form markup. Customize the 
design using your theme or child theme stylesheet, or the WordPress Additional CSS
feature under Appearance > Customize.

### Can I send auto-reply emails?

Yes. Auto-reply emails can be enabled and configured separately for each form.

### Can I attach files to emails?

Yes. File fields support validation by file type and size.

### Does the plugin store submitted form data?

No. IM Mail Form stores email sending history for troubleshooting purposes, but 
does not store submitted form contents.

## Anmeldelser

Der er ingen anmeldelser for denne widget.

## Bidragsydere & udviklere

“IM Mail Form” er open source-software. Følgende personer har bidraget til dette
plugin.

Bidragsydere

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

[Oversæt “IM Mail Form” til dit eget sprog.](https://translate.wordpress.org/projects/wp-plugins/im-mail-form)

### Interesseret i udvikling?

[Gennemse koden](https://plugins.trac.wordpress.org/browser/im-mail-form/), tjek
[SVN repository](https://plugins.svn.wordpress.org/im-mail-form/), eller abonner
på [udviklerloggen](https://plugins.trac.wordpress.org/log/im-mail-form/) via [RSS](https://plugins.trac.wordpress.org/log/im-mail-form/?limit=100&mode=stop_on_copy&format=rss).

## Ændringslog

#### 1.2.1

 * Improved admin menu labels, ordering, and descriptions for clearer navigation.
 * Improved the Add-ons screen and added support for optional add-on detail links.
 * Reorganized the form editor tabs, including a dedicated Webhook tab when the 
   Webhook add-on is active and clearer ordering of mail-related settings.
 * Improved the consistency and accessibility of admin action controls.
 * Added external service disclosures for Cloudflare Turnstile and Google reCAPTCHA.

#### 1.2.0

 * Added support for Cloudflare Turnstile and Google reCAPTCHA v2 and v3.
 * Added site-wide CAPTCHA credential settings and per-form provider selection.
 * Improved CAPTCHA verification and submission handling for forms with or without
   a confirmation screen.
 * Unified the appearance of IM Mail Form administration screens.

#### 1.1.0

 * Added a shared License page (IM Mail Form  License) for IM Mail Form add-ons.
 * Added stable field identifiers so add-ons can reliably reference form fields.
 * Added a filter for add-ons to control field visibility (e.g. conditional logic
   add-ons), with no effect on sites that don’t use such an add-on.

#### 1.0.2

 * Added WordPress.org screenshots.
 * Added documentation and support page.
 * Fixed confirmation screen compatibility.

#### 1.0.1

 * Added WordPress.org assets.
 * Fixed localized Mail Logs date display.

#### 1.0.0

 * Initial release.

## Meta

 *  Version **1.2.1**
 *  Senest opdateret **22 timer siden**
 *  Aktive installationer **Færre end 10**
 *  WordPress-version ** 6.5 eller højere **
 *  Testet op til **7.1.1**
 *  PHP-version ** 8.1 eller højere **
 *  Sprog
 * [English (US)](https://wordpress.org/plugins/im-mail-form/)
 * Tags
 * [contact form](https://da.wordpress.org/plugins/tags/contact-form/)[email](https://da.wordpress.org/plugins/tags/email/)
   [form builder](https://da.wordpress.org/plugins/tags/form-builder/)[mail form](https://da.wordpress.org/plugins/tags/mail-form/)
 *  [Avanceret visning](https://da.wordpress.org/plugins/im-mail-form/advanced/)

## Bedømmelser

Der er endnu ikke indsendt nogen anmeldelser.

[Din anmeldelse](https://wordpress.org/support/plugin/im-mail-form/reviews/#new-post)

[Se alle anmeldelser](https://wordpress.org/support/plugin/im-mail-form/reviews/)

## Bidragsydere

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

## Support

Har du noget at sige? Har du brug for hjælp?

 [Vis supportforum](https://wordpress.org/support/plugin/im-mail-form/)