前言介紹
- 這款 WordPress 外掛「VS Contact Form」是 2013-11-21 上架。
- 目前有 8000 個安裝啟用數。
- 上一次更新是 2025-05-03,不久前才剛更新。
- 外掛最低要求 WordPress 6.0 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
- 有 49 人給過評分。
- 論壇上目前有 1 個提問,問題解答率 100% ,不低,算是個很有心解決問題的開發者團隊了!
外掛協作開發者
外掛標籤
form | email | simple | contact | contact form |
內容簡介
關於
這個外掛程式是一個輕量級的自訂聯絡表單生成器。
在頁面中加入縮略碼 [contact] 或使用小工具來顯示您的表單。
表單包含姓名、電子郵件、主旨和訊息欄位。它還有一個簡單的算術問題和隱私同意選框。
您可以透過設定頁面或在縮略碼或小工具中添加屬性來個人化您的表單。
您也可以在控制台中列出表單提交記錄。
使用方式
安裝完成後,在頁面中加入縮略碼 [contact] 或使用小工具來顯示您的表單。
設定頁面
您可以透過設定頁面來個人化您的表單。此頁面位於「設定」>「VS Contact Form」。
使用相關的 (縮略碼) 屬性時,設定和標籤可以被覆蓋。
當您網站上有多個聯絡表單時,這非常有用。
縮略碼屬性
您也可以透過在上述縮略碼中添加屬性來個人化您的表單。屬性將覆蓋設定頁面中的設定。
其他:
將自訂 CSS 類別添加到表單:class="your-class-here"
變更預設電子郵件地址:email_to="your-email-here"
傳送到多個電子郵件地址 (最多 5 個):email_to="first-email-here, second-email-here"
變更「寄件者」電子郵件標頭:from_header="your-email-here"
變更電子郵件主旨:subject="your subject here"
欄位標籤:
姓名:label_name="your label here"
電子郵件:label_email="your label here"
主旨:label_subject="your label here"
訊息:label_message="your label here"
隱私同意:label_privacy="your label here"
提交:label_submit="your label here"
欄位占位符:
姓名:placeholder_name="your placeholder here"
電子郵件:placeholder_email="your placeholder here"
主旨:placeholder_subject="your placeholder here"
訊息:placeholder_message="your placeholder here"
欄位錯誤標籤:
姓名:error_name="your label here"
電子郵件:error_email="your label here"
主旨:error_subject="your label here"
簡單算術問題:error_sum="your label here"
訊息:error_message="your label here"
連結:error_links="your label here"
髒話:error_bad_words="your label here"
隱私同意:error_privacy="your label here"
訊息:
傳送成功時顯示的訊息:thank_you_message="your message here"
傳送自動回覆電子郵件中的訊息:auto_reply_message="your message here"
範例:
單一屬性:[contact email_to="your-email-here"]
多個屬性:[contact email_to="your-email-here" subject="your subject here" label_submit="your label here"]
小工具屬性
此小工具支援相同的屬性。請勿添加主要縮略碼標籤或括號。
範例:
單一屬性:email_to="your-email-here"
多個屬性:email_to=”your-email-here” subject=”your subject here” label_submit=”
原文外掛簡介
About
With this lightweight plugin you can create a contact form.
To display your form you can use a block, a shortcode or a widget.
Form contains fields for Name, Email, Subject and Message. Also included are a sum field (to avoid abuse) and a privacy consent checkbox.
You can customize your form via the settings page or with attributes.
It’s also possible to display form submissions in your dashboard.
How to use
After installation add the VS Contact Form block or the shortcode [contact] to a page to display your form.
Or go to Appearance > Widgets and use the VS Contact Form widget.
You can customize your form via the settings page or with attributes.
Settings page
You can customize your form via the settings page. This page is located at Settings > VS Contact Form.
Settings and labels can be overridden when using the relevant attributes below.
This can be useful when having multiple contact forms on your website.
Attributes
You can also customize your form by adding attributes to the block, the shortcode or the widget. Attributes will override the settings page.
Misc:
Add custom CSS class to form: class="your-class-name"
Change email address for sending: email_to="your-email-address"
Send to multiple email addresses (max 5): email_to="first-email-address, second-email-address"
Change “From” email header: from_header="your-email-address"
Change subject in email: subject="your subject"
Change subject in auto-reply email to sender: subject_auto_reply="your subject"
Field labels:
Name: label_name="your label"
Email: label_email="your label"
Subject: label_subject="your label"
Message: label_message="your label"
Privacy consent: label_privacy="your label"
Submit: label_submit="your label"
Field placeholders:
Name: placeholder_name="your placeholder"
Email: placeholder_email="your placeholder"
Subject: placeholder_subject="your placeholder"
Message: placeholder_message="your placeholder"
Field error labels:
Name: error_name="your label"
Email: error_email="your label"
Subject: error_subject="your label"
Sum: error_sum="your label"
Message: error_message="your label"
Message – more than 1 link is not allowed: error_message_has_links="your label"
Message – links are not allowed: error_message_has_links="your label"
Message – email addresses are not allowed: error_message_has_email="your label"
Banned words: error_banned_words="your label"
Privacy consent: error_privacy="your label"
Messages:
Displayed when sending succeeds: thank_you_message="your message"
Displayed in the auto-reply email to sender: auto_reply_message="your message"
Example: [contact email_to="your-email-address" subject="your subject" label_submit="your label"]
When using the block or the widget, don’t add the main shortcode tag or the brackets.
Example: email_to="your-email-address" subject="your subject" label_submit="your label"
Display form submissions in dashboard
Via the settings page you can activate form submissions being displayed in your dashboard.
After activation go to menu item “Submissions”. Your form submissions will be listed here.
SMTP
SMTP (Simple Mail Transfer Protocol) is an internet standard for sending emails.
By default, WordPress uses the PHP mail() function for sending emails. But when using SMTP there’s less chance your form submissions are being marked as spam.
You must install an additional plugin for this, such as WP mail SMTP.
Cache
If you’re using a caching plugin and want to avoid conflicts with the contact form, I recommend excluding your contact page from caching. This can be done via the settings page of most caching plugins.
Have a question?
Please take a look at the FAQ section.
Translation
Translations are not included, but the plugin supports WordPress language packs.
More translations are very welcome!
The translation folder inside this plugin is redundant, but kept for reference.
Credits
Without help and support from the WordPress community I was not able to develop this plugin, so thank you!
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「VS Contact Form」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
11.4 | 11.5 | 11.6 | 11.7 | 11.8 | 11.9 | 12.0 | 12.1 | 12.2 | 12.3 | 12.4 | 12.5 | 12.6 | 12.7 | 12.8 | 12.9 | 13.0 | 13.1 | 13.2 | 13.3 | 13.4 | 13.5 | 13.6 | 13.7 | 13.8 | 13.9 | 14.0 | 14.1 | 14.2 | 14.3 | 14.4 | 14.5 | 14.6 | 14.7 | 14.8 | 14.9 | 15.0 | 15.1 | 15.2 | 15.3 | 15.4 | 15.5 | 15.6 | 15.7 | 15.8 | 15.9 | 16.0 | 16.1 | 16.2 | 16.3 | 16.4 | 16.5 | 16.6 | 16.7 | 16.8 | 16.9 | 17.0 | 17.1 | trunk |
延伸相關外掛(你可能也想知道)
WP Mail SMTP by WPForms – The Most Popular SMTP and Email Log Plugin 》WordPress Mail SMTP外掛, 如果您的WordPress網站無法正確發送電子郵件,您並不孤單。超過三百萬個網站使用WP Mail SMTP可靠地發送電子郵件。, 我們的目標是...。
MC4WP: Mailchimp for WordPress 》讓訪客訂閱您的電子報應該很容易。透過這款外掛,現在終於可以輕鬆做到了。 這個外掛可幫助您在 Mailchimp 中擴展您的電子郵件列表。您可以使用它來創建外觀...。
Easy WP SMTP – WordPress SMTP and Email Logs: Gmail, Office 365, Outlook, Custom SMTP, and more 》您的 WordPress 電子郵件無法正常傳送嗎?, 安裝 Easy WP SMTP,即可解決您的電子郵件傳送問題。, Easy WP SMTP 允許您配置並透過 4 個交易郵件傳送者或 SMTP...。
Post SMTP – WP SMTP Plugin with Email Logs and Mobile App for Failure Notifications – Gmail SMTP, Office 365, Brevo, Mailgun, Amazon SES and more 》即時演示 | 擴充功能, WordPress郵件SMTP外掛程式, Post SMTP是一款下一代WP郵件SMTP外掛程式,可協助並改善您的WordPress網站郵件可遞送性處理。, 易於使用...。
Mailchimp for WooCommerce 》加入 Mailchimp 的 1,700 萬客戶,這是全球最大的行銷自動化平台,以發展您的電子商務行銷策略。藉由官方 Mailchimp for WooCommerce 整合,您的客戶及其購買...。
Creative Mail – Easier WordPress & WooCommerce Email Marketing 》Creative Mail是專門為WordPress和WooCommerce設計的電子郵件外掛。, 我們智能(且超級有趣的)郵件編輯器簡化了郵件營銷活動的創建過程,並將WordPress博客...。
WP Mail Logging 》WP Mail Logging 是最受歡迎的 WordPress 或 WooCommerce 郵件記錄外掛程式。啟用後立即運作,無需任何設定。, 為什麼要記錄 WordPress 或 WooCommerce 發送...。
SureMail – SMTP and Email Logs Plugin with Amazon SES, Postmark, and Other Providers 》```html, , , ,
SureMails WordPress 外掛總結 , , , ,...。Site Mailer – SMTP Replacement, Email API Deliverability & Email Log 》總結: 使用 Site Mailer 外掛幫助解決 WordPress 網站無法寄送郵件、郵件進入垃圾郵件中或無法送達的問題。透過此工具,您可以輕鬆提升郵件管理,確保郵件準...。
Manage Notification E-mails 》這個外掛可以讓您開啟或關閉不同的 WordPress 通知電子郵件,例如 WordPress 傳送到管理員和使用者的新使用者和密碼更改通知選項。與許多其他外掛完美結合!,...。
Newsletter, SMTP, Email marketing and Subscribe forms by Brevo (formely Sendinblue) 》Sendinblue 的官方 WordPress 外掛程式是一個功能強大的全方位電子郵件行銷外掛程式。以下是一些概觀:, , 訂閱表單 – 建立自訂訂閱表單,輕鬆整合到文章、頁...。
Kadence WooCommerce Email Designer 》這個外掛讓你輕鬆自訂 WooCommerce 交易郵件的預設樣板。使用內建的 WordPress 自訂器即可即時視覺化編輯設計。在不編輯程式碼的情況下自訂每個 WooCommerce ...。
Check & Log Email – Easy Email Testing & Mail logging 》需要一個工具,讓你可以輕鬆地記錄和查看 WordPress 發送的所有電子郵件嗎? Check & Log 可能就是此問題的解決方案。, 此 WordPress 外掛可幫助你為審計目的...。
Contact Form 7 Extension For Mailchimp 》WordPress Extension for Mailchimp (Chimpmatic Lite)可將Contact Form 7與Mailchimp Audience集成。使用Mailchimp的最新API自動將Contact Form 7提交的信息...。
Email Log 》Email Log 是一個 WordPress 外掛,可以輕鬆地記錄和查看所有從 WordPress 發送的電子郵件。, 這在調試 WordPress 網站中與電子郵件相關的問題或存儲發送的電...。