| 开发者 | andrewjbruce |
|---|---|
| 更新时间 | 2026年6月3日 00:32 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
[cfm_thankyou], or redirect visitors to any page on your site.[clean_form_mail]
Use a specific form by its ID:
[clean_form_mail id="quote"]
Override the recipient or subject for one specific page:
[clean_form_mail id="contact" recipient="sales@yoursite.com" subject="Sales Enquiry"]
Personalised thank-you page (place on a dedicated page):
[cfm_thankyou id="contact"]
[clean_form_mail] anywhere on your site.Yes. Each form has its own unique shortcode ID — for example [clean_form_mail id="contact"] and [clean_form_mail id="quote"]. Each form has completely independent fields, recipient address, auto reply, and after-submit settings.
Use the field ID in curly braces — for example {name}, {email}, {message}. System placeholders {site_name}, {site_url}, and {date} are also available. If a visitor leaves an optional field blank, any line referencing that placeholder is automatically removed so the email always reads cleanly.
Clean Form Mail uses two layers. An invisible honeypot field is embedded in every form — real visitors never see or fill it in, but bots do and are instantly blocked. IP rate limiting allows you to set a maximum number of submissions per IP address per time window, preventing repeated abuse. No CAPTCHA puzzles are needed.
The shortcode renders nothing and leaves an invisible HTML comment in the source code noting the form ID was not found, so you can easily locate and remove or update the shortcode.
In the Form Fields tab, set the field type to Select. A dedicated Options input appears in that field's row — enter your options comma-separated, for example General Enquiry,Sales,Support,Other.
Yes. The form inherits your theme's font by default so it blends in naturally. All CSS class names are prefixed with cfm- to avoid conflicts. You can also set a custom Google Font from the admin panel.
No. Clean Form Mail stores all settings in standard WordPress options. There are no custom database tables.
[clean_form_mail] and [cfm_thankyou]