[WordPress] 外掛分享: RATEC Contact Form

首頁外掛目錄 › RATEC Contact Form
WordPress 外掛 RATEC Contact Form 的封面圖片
全新外掛
安裝啟用
尚無評分
30 天前
最後更新
0%
問題解決
v1.4.0 上架:2026-02-17

內容簡介

總結:RATEC Contact Form 是一款現代、響應式的 WordPress 聯絡表單外掛程式,設計簡單優雅。適用於需要專業方式收集訪客資訊和詢問的網站。

問題與答案:
- 如何在網頁上加入聯絡表單?
- 使用基本簡碼可以將聯絡表單添加至任何頁面或文章:
[ratec_contact_form]
- 可以使用具有自訂屬性的簡碼嗎?
- 是的,可以使用具有自訂屬性的簡碼,例如:
[ratec_contact_form title="聯絡我們" subtitle="我們在這裡幫助您" submit_text="立即發送"]
- 聯絡表單包含哪些項目?
- 聯絡表單包含以下項目:
* 姓名(必填)
* 電子郵件地址(必填)
* 主題(必填)
* 訊息(必填)
- 如何更改管理員郵件?
- 若要將表單提交發送至不同的電子郵件,可以在主題的 functions.php 中使用 WordPress 過濾器:
add_filter('option_admin_email', function() { return '[email protected]'; });
- 如果遇到問題該怎麼辦?
- 若表單未發送郵件,請檢查託管提供者權限和管理員郵件設定。
- 若表單未顯示,請驗證外掛已啟用並確認簡碼語法正確。
- 若要解決樣式問題,請檢查是否有 CSS 衝突並清除瀏覽器快取。

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.4.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「RATEC Contact Form」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

RATEC Contact Form is a modern, responsive WordPress contact form plugin designed for simplicity and elegance. Perfect for websites that need a professional way to collect visitor information and inquiries.
✨ Modern Design – Clean, minimal interface with smooth animations
📱 Responsive – Works perfectly on desktop, tablet, and mobile devices
🔒 Secure – Nonce verification and spam protection with honeypot
✅ Validation – Client-side and server-side form validation
📧 Email Notifications – Sends confirmation email to users
⚡ AJAX Submission – No page reload required
🎨 Beautiful UI – Modern gradient design with hover effects
♿ Accessible – Proper labels and ARIA attributes
Usage
Basic Shortcode
Add the contact form to any page or post using:
[ratec_contact_form]

Shortcode with Custom Attributes
[ratec_contact_form title="Contact Us" subtitle="We're here to help" submit_text="Send Now"]

Attributes

title – Form title (default: “Get In Touch”)
subtitle – Subtitle text (default: “We would love to hear from you”)
submit_text – Submit button text (default: “Send Message”)

Form Fields
The contact form includes:

Full Name (Required)
Email Address (Required)
Subject (Required)
Message (Required)

Email Configuration
By default, form submissions are sent to your WordPress admin email. This is configured in:
Settings → General → Administrator Email Address
Customization
Change Admin Email
To send form submissions to a different email, use a WordPress filter in your theme’s functions.php:
add_filter('option_admin_email', function() { return '[email protected]'; });

Troubleshooting

* Form not sending emails? Check hosting provider permissions and admin email settings.
* Form not appearing? Verify the plugin is activated and the shortcode syntax is correct.
* Styling issues? Check for CSS conflicts and clear your browser cache.
Support
For issues or feature requests, please check the WordPress plugin directory reviews or developer documentation.

延伸相關外掛

文章
Filter
Apply Filters
Mastodon