Title: IM Mail Form
Author: ichimarutokyo
Published: <strong>12. kolovoza 2026.</strong>
Last modified: 17. rujna 2026.

---

Pretraga dodataka

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

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

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

 * [Detalji](https://hr.wordpress.org/plugins/im-mail-form/#description)
 * [Recenzije](https://hr.wordpress.org/plugins/im-mail-form/#reviews)
 *  [Instalacija](https://hr.wordpress.org/plugins/im-mail-form/#installation)
 * [Razvoj](https://hr.wordpress.org/plugins/im-mail-form/#developers)

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

## Opis

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

## Snimke zaslona

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

## Instalacija

 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.

## ČPP

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

## Recenzije

Nema recenzija za ovaj dodatak.

## Suradnici i Programeri

“IM Mail Form” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.

Suradnici

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

[Prevedite “IM Mail Form” na svoj jezik.](https://translate.wordpress.org/projects/wp-plugins/im-mail-form)

### Zainteresirani ste za razvoj?

[Pregledajte kôd](https://plugins.trac.wordpress.org/browser/im-mail-form/), pogledajte
[SVN spremište](https://plugins.svn.wordpress.org/im-mail-form/)ili se pretplatite
na [dnevnik razvoja](https://plugins.trac.wordpress.org/log/im-mail-form/) od [RSS](https://plugins.trac.wordpress.org/log/im-mail-form/?limit=100&mode=stop_on_copy&format=rss).

## Dnevnik promjena

#### 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**
 *  Zadnje ažuriranje **prije 1 dan**
 *  Aktivnih instalacija **Manje od 10**
 *  WordPress inačica ** 6.5 ili viša **
 *  Testirano do **7.1.1**
 *  PHP inačica ** 8.1 ili viša **
 *  Language
 * [English (US)](https://wordpress.org/plugins/im-mail-form/)
 * Oznake
 * [contact form](https://hr.wordpress.org/plugins/tags/contact-form/)[email](https://hr.wordpress.org/plugins/tags/email/)
   [form builder](https://hr.wordpress.org/plugins/tags/form-builder/)[mail form](https://hr.wordpress.org/plugins/tags/mail-form/)
 *  [Napredni pogled](https://hr.wordpress.org/plugins/im-mail-form/advanced/)

## Ocjena

No reviews have been submitted yet.

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

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

## Suradnici

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

## Podrška

Želite nešto reći? Potrebna vam je pomoć?

 [Pregledaj forum za podršku](https://wordpress.org/support/plugin/im-mail-form/)