Title: Simon&#039;s Simple Contact Form
Author: Simon Ward
Published: <strong>2026 年 3 月 1 日</strong>
Last modified: 2026 年 3 月 1 日

---

搜索插件

![](https://ps.w.org/simons-simple-contact-form/assets/banner-772x250.jpeg?rev=3472119)

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

# Simon's Simple Contact Form

 作者：[Simon Ward](https://profiles.wordpress.org/si000777/)

[下载](https://downloads.wordpress.org/plugin/simons-simple-contact-form.1.0.3.zip)

 * [详情](https://cn.wordpress.org/plugins/simons-simple-contact-form/#description)
 * [评价](https://cn.wordpress.org/plugins/simons-simple-contact-form/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/simons-simple-contact-form/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/simons-simple-contact-form/#developers)

 [支持](https://wordpress.org/support/plugin/simons-simple-contact-form/)

## 描述

**Simon’s Simple Contact Form** is a fast, lightweight contact form plugin built
for people who want a clean, modern form that “just works” — without the bloat.

It includes **18 built-in themes**, optional **SMTP** for better deliverability,
and spam protection via **Google reCAPTCHA** or a simple **internal captcha**. You
can switch themes instantly from the admin panel and get a beautiful front-end form
in minutes.

**Perfect for:**
 – Business websites & service pages – Portfolio sites – Landing
pages – Blogs & small shops that just need a reliable contact form

### Key Features

✅ **18 Included Themes**
 – One-click theme switching in the admin (AJAX) – Clean,
modern styles with readable inputs – Mobile responsive

✅ **SMTP (Optional)**
 – Enable SMTP for improved email deliverability – Host, 
port, encryption (TLS/SSL), username & password – Leave password blank to keep your
saved password

✅ **Spam Protection**
 – Choose **Google reCAPTCHA** (v2/v3 compatible) or the **
internal captcha** – Internal captcha is simple and user-friendly – reCAPTCHA keys
are stored in settings and verified server-side

✅ **Email Control**
 – Set a custom **Sender (From)** address (optional) – Set 
a **Reply-To override** (optional) or use the visitor’s email

✅ **Addon System**
 – Upload addon ZIPs from the plugin admin area (optional feature)–
Addons can include **Theme Packs** and a **Theme Editor** (if installed) – “Purchase
Addons” button links to your addon shop page (your site)

### Addons (Theme Packs + Theme Editor)

Want even more styles and full control?

 * **Theme Packs:** expand your theme library with additional collections.
 * **Theme Editor:** create your own themes (background images, overlay strength,
   button gradients, border radius, shadows).

Addon shop:
 https://simonward.net/product-category/plugin-addons/

### Usage

Add the contact form to any post or page using the shortcode:

    ```
    [sscfp_contact_form]
    ```

Backwards compatibility: if you were using the old shortcode, it still works:

    ```
    [simple_contact_form]
    ```

After adding the shortcode:
 – Pick your preferred theme under the **Themes** tab.–
Configure SMTP (optional) under **Settings**. – Choose captcha type (Internal captcha
or Google reCAPTCHA).

### External services

This plugin can optionally connect to **Google reCAPTCHA** to help prevent spam 
submissions.

When Google reCAPTCHA is enabled in the plugin settings:

 * The visitor’s browser loads Google’s reCAPTCHA JavaScript from google.com when
   the form is displayed.
 * On form submission, the plugin sends the reCAPTCHA token (and, if available, 
   the visitor’s IP address) to Google’s verification endpoint to validate the challenge.

Google reCAPTCHA is provided by Google LLC.

 * Terms: https://policies.google.com/terms
 * Privacy: https://policies.google.com/privacy

#### Does this plugin require SMTP?

No. SMTP is optional. You can use your default WordPress mail configuration, or 
enable SMTP for better deliverability.

#### Which captcha options are available?

You can choose:
 – **Internal Captcha** (simple “solve the sum” style) – **Google
reCAPTCHA** (v2/v3 compatible)

#### How do I change the email sender / reply-to?

In **Settings**, you can configure:
 – **Sender (From)** address (optional) – **
Reply-To override** (optional) If Reply-To is blank, it will default to the visitor’s
email.

#### How many themes are included?

**18 included themes** are built into the plugin. You can also extend with theme
pack addons.

#### Can I add more themes?

Yes — via the **Addons** tab (if you use theme pack addons). You can also use the**
Theme Editor addon** (if installed) to make your own.

#### Will it work on mobile?

Yes. The form themes are designed to be responsive.

#### Where are addon ZIPs installed?

Addons are extracted into:
 /wp-content/uploads/sscfp-addons/

#### Is this plugin GDPR friendly?

The plugin does not add tracking. If you enable Google reCAPTCHA, Google may process
user data per their policies. If you want to avoid third-party services, use the
internal captcha.

## 屏幕截图

 * [[
 * Theme selection grid with 18 included themes
 * [[
 * Settings page (SMTP + captcha options)
 * [[
 * Front-end contact form preview (theme applied)
 * [[
 * Addons tab (upload addon ZIP + purchase addons button)

## 安装

 1. Upload the plugin folder to `/wp-content/plugins/` or install via **Plugins  Add
    New**.
 2. Activate the plugin through the **Plugins** menu in WordPress.
 3. Go to **Simon’s Simple Contact Form** in your WordPress admin menu.
 4. Choose a theme, configure email/captcha settings, and add the form to a page.

## 评价

此插件暂无评价。

## 贡献者及开发者

「Simon's Simple Contact Form」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Simon Ward ](https://profiles.wordpress.org/si000777/)

[帮助将「Simon's Simple Contact Form」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/simons-simple-contact-form)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/simons-simple-contact-form/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/simons-simple-contact-form/)，或
通过[RSS](https://plugins.trac.wordpress.org/log/simons-simple-contact-form/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/simons-simple-contact-form/)。

## 更新日志

#### 1.0.3

 * Icons and screenshots updated
 * Description should now be included in WP Admin

#### 1.0.0

 * Initial release
 * 18 included themes with instant switching
 * SMTP support (optional)
 * Google reCAPTCHA or internal captcha
 * Email sender/from and reply-to options
 * Addon uploader support

## 额外信息

 *  版本 **1.0.3**
 *  最后更新：**2 月前**
 *  活跃安装数量 **10+**
 *  WordPress 版本 ** 5.6 或更高版本 **
 *  已测试的最高版本为 **6.9.4**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/simons-simple-contact-form/)
 * 标签
 * [anti-spam](https://cn.wordpress.org/plugins/tags/anti-spam/)[contact form](https://cn.wordpress.org/plugins/tags/contact-form/)
   [forms](https://cn.wordpress.org/plugins/tags/forms/)[recaptcha](https://cn.wordpress.org/plugins/tags/recaptcha/)
   [smtp](https://cn.wordpress.org/plugins/tags/smtp/)
 *  [高级视图](https://cn.wordpress.org/plugins/simons-simple-contact-form/advanced/)

## 评级

尚未提交反馈。

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

[查看全部评论](https://wordpress.org/support/plugin/simons-simple-contact-form/reviews/)

## 贡献者

 *   [ Simon Ward ](https://profiles.wordpress.org/si000777/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/simons-simple-contact-form/)

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](https://simonward.net/support-my-plugin-development/)