Title: Spotler Mail+ Forms
Author: Spotler
Published: <strong>2012 年 10 月 5 日</strong>
Last modified: 2026 年 6 月 4 日

---

搜尋外掛

![](https://ps.w.org/mailplus-forms/assets/icon.svg?rev=2655132)

# Spotler Mail+ Forms

 由 [Spotler](https://profiles.wordpress.org/mailplus/) 開發

[下載](https://downloads.wordpress.org/plugin/mailplus-forms.1.4.3.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/mailplus-forms/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/mailplus-forms/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/mailplus-forms/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/mailplus-forms/#developers)

 [技術支援](https://wordpress.org/support/plugin/mailplus-forms/)

## 外掛說明

With the Spotler Mail+ Forms Plugin web masters can easily integrate web forms or
online surveys created in [Spotler](https://spotler.com) on pages and posts. Spotler
Mail+ is an online marketing platform which contains a user-friendly form editor
with a lot of features. For example, matrix questions, conditional questions, skip
logic/branching, multi-paging, extensive features for validating answers from respondents,
great e-mail confirmation possibilities and much more.

## 適用於區塊編輯器

這個外掛提供 1 個可供 Gutenberg/區塊編輯器使用的區塊。

 *   Spotler Mail+ Forms

## 安裝方式

 1. Install the plugin.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Enter the Consumer Key and Consumer Secret through the ‘Spotler Mail+ Forms’ option
    in the ‘Settings’ menu in WordPress.
 4. Add a form in a post or a page through the “Add Spotler Mail+ form” button in the
    HTML editor (TinyMCE)

## 使用者評論

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

### 󠀁[Works nice, but CSS needed since it looks terrible](https://wordpress.org/support/topic/works-nice-but-css-needed-since-it-looks-terrible/)󠁿

 [hreinink](https://profiles.wordpress.org/hreinink/) 2019 年 7 月 4 日

It’s very easy to add a form to your wordpress page if you’re using Mailplus/Spotler
as your email and automation software. However, CSS stylingo is always needed. In
Mailplus/Spotler, you create a key. That key is neccessary to activate the plugin
with your account. The form is shown as it’s a list (so dots before every field 
or button) The form shows the calculating check, that is supposed to run on the 
background, but through the plugin is always visible (also as a list item) very 
annoying. They don’t provide a list of fieldnames so adding CSS is not as easy as
it should be. They don’t update the plugin. So it doesn’t feel safe. I think with
a little extra effort they can make it work a lot better.

 [ 閱讀全部 1 則使用者評論 ](https://wordpress.org/support/plugin/mailplus-forms/reviews/)

## 參與者及開發者

以下人員參與了開源軟體〈Spotler Mail+ Forms〉的開發相關工作。

參與者

 *   [ Spotler ](https://profiles.wordpress.org/mailplus/)
 *   [ Web Whales ](https://profiles.wordpress.org/webwhales/)

〈Spotler Mail+ Forms〉外掛目前已有 2 個本地化語言版本。 感謝[全部譯者](https://translate.wordpress.org/projects/wp-plugins/mailplus-forms/contributors)
為這個外掛做出的貢獻。

[將〈Spotler Mail+ Forms〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/mailplus-forms)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/mailplus-forms/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/mailplus-forms/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/mailplus-forms/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/mailplus-forms/)。

## 變更記錄

#### 1.4.3

 * Improved: Moved the jquery.validate.min.js file locally within the plugin files
   to decrease loading time and increase stability.
 * Improved: Made sure the form cannot be submitted when it is not ready yet, this
   is to prevent the form running into an error.
 * Fixed: Made sure the scripts that are loaded are using proper dependencies.
 * Updated: Tested the plugin up to version 7.0.

#### 1.4.2

 * Added: Contributor Web Whales.
 * Fixed: Mistake within small description that caused WordPress to trigger a warning.

#### 1.4.1

 * Fixed: Unidentified offset warnings when retrieving plugin settings.
 * Fixed: Error when handling form input when special characters are used in field
   names.
 * Fixed: Mistake about using a text domain within an exception.
 * Added: Dynamic ajax url usage instead of the hardcoded admin-ajax.php url.
 * Added: Longer default timeout duration for sending the form data to Spotler Mail
   +. Also added a filter for changing the timeout duration.
 * Updated: Guzzle composer package to solve deprecation notices in PHP 8.4.

#### 1.4.0

 * Fixed: Issue where security question where not matched properly. Causing some
   form submits to hit the bot detection.
 * Fixed: Contributor user name

#### 1.3.0

 * Added: Possibility for adding multiple Spotler Mail+ accounts.
 * Added: Setting to disable styling from the plugin.

#### 1.2.6

 * Fixed: Security issue in mail-plus forms.
 * Updated composer packages.

#### 1.2.5

 * Changed: Naming convention from “Spotler Forms” to “Spotler Mail+ Forms”.
 * Added: Gutenberg support by adding a Gutenberg block.
 * Fixed: Refreshing unique id dynamically now also works for Table forms.

#### 1.2.4

 * Sorting the forms within the TinyMCE element.
 * Adding function that retrieves form dynamically.
 * Making the abInfo unique for every page view(even when cached).
 * Updated composer packages.

#### 1.2.3

 * Updated settings page url in plugin description(plugins page).
 * Updated the icon that is used within the toolbar for the TinyMCE editor.

#### 1.2.2

 * Enhanced allowing only certain HTML tags when using echo on an HTML string.
 * Updated translation strings.

#### 1.2.1

 * Enhanced escaping in form fields.
 * Changed the text domain mentioning from a constant to hardcoded strings.

#### 1.2.0

 * Complete refactor of plugin
 * Fix security issues regarding escaping values.
 * Changed naming convention from MailPlus Forms to Spotler Forms.
 * Added Dutch translations.
 * Added exceptions.

#### 1.1.0

 * Fix iconv_set_encoding deprecated warning
 * Upgrade TinyMCE plugin to TinyMCE v4. TinyMCE v3 is no longer supported.
 * Move all PHP logic the plugin core which fixes the plugin running on WordPress
   installations with changed directories (e.d. Roots’ Bedrock)

#### 1.0.6

 * Fix warnings while submitting a form

#### 1.0.5

 * Fix for supporting HTTPS completely

#### 1.0.4

 * Support external URL’s as last form page. This has been an option in MailPlus
   for quite a while and was not supported until now.
 * Support for prefilling forms inside WordPress. When linking to a page with a 
   form add “?encId={encId}” to the URL in MailPlus.

#### 1.0.3

 * Unset $_POST[‘formEncId’] after handling the post to prevent the handling of 
   posted values more than once when multiple forms are used in one page

#### 1.0.2

 * Changed __DIR__ to dirname(__FILE__) so the plugin works on PHP < 5.3.1

#### 1.0.1

 * Plugin directory is “mailplus-forms”, not “mailplusforms”

#### 1.0

 * Initial version released

## 中繼資料

 *  版本 **1.4.3**
 *  最後更新 **3 週前**
 *  啟用安裝數 **300+**
 *  WordPress 版本需求 ** 3.3 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.9.4**
 *  PHP 版本需求 ** 7.2.5 或更新版本 **
 *  語言
 * [Dutch](https://nl.wordpress.org/plugins/mailplus-forms/)、[English (US)](https://wordpress.org/plugins/mailplus-forms/)、
   及 [Spanish (Chile)](https://cl.wordpress.org/plugins/mailplus-forms/).
 *  [將這個外掛本地化為你的母語版本](https://translate.wordpress.org/projects/wp-plugins/mailplus-forms)
 * 標籤:
 * [forms](https://tw.wordpress.org/plugins/tags/forms/)
 *  [進階檢視](https://tw.wordpress.org/plugins/mailplus-forms/advanced/)

## 評分

 3 星，滿分為 5 星

 *  [  0 個 5 星使用者評論     ](https://wordpress.org/support/plugin/mailplus-forms/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/mailplus-forms/reviews/?filter=4)
 *  [  1 個 3 星使用者評論     ](https://wordpress.org/support/plugin/mailplus-forms/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/mailplus-forms/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/mailplus-forms/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/mailplus-forms/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/mailplus-forms/reviews/)

## 參與者

 *   [ Spotler ](https://profiles.wordpress.org/mailplus/)
 *   [ Web Whales ](https://profiles.wordpress.org/webwhales/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/mailplus-forms/)

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](https://www.spotler.com/software)