
內容簡介
HTML列表總結:
<ul>
<li> OneClick Form Lite透過 shortcode 在您的 WordPress 網站上添加輕量級聯繫表單:</li>
<ul>
<li> Shortcode: [oneclickform]</li>
<li> 欄位:姓名、電子郵件、主題、信息 + GDPR 同意核取方塊</li>
<li> 反垃圾郵件:蜜罐 + 伺服器端速率限制</li>
</ul>
<li> 遞送模式:</li>
<ul>
<li> WordPress wp_mail()</li>
<li> 內建 SMTP</li>
<li> 檔案模式(將訊息寫入您的上載目錄)</li>
</ul>
<li> 選用 Google reCAPTCHA v3(基於得分)</li>
<li> 翻譯:EN(默認)+ FR、ES、PT-BR(通過包括的 .mo 檔案)</li>
</ul>
問答組合:
<ol>
<li>此外掛程式是否會在 WordPress 資料庫中儲存提交的訊息?</li>
<p>這個外掛程式不會在 WordPress 資料庫中儲存提交的訊息。</p>
<li>如果啟用了 Google reCAPTCHA v3,當提交表單時會發生什麼?</li>
<p>當提交表單時,外掛程式會將 reCAPTCHA 令牌發送給 Google 進行驗證。</p>
<li>在哪些情況下會將訊息傳送至 SMTP 伺服器?</li>
<p>當啟用 SMTP 並發送電子郵件時,外掛程式會連接到設定的 SMTP 主機和端口,並將郵件數據傳送至 SMTP 伺服器以傳遞訊息。</p>
</ol>
外掛標籤
開發者團隊
原文外掛簡介
OneClick Form Lite adds a lightweight contact form to your WordPress site via shortcode:
Shortcode: [oneclickform]
Fields: Name, Email, Subject, Message + GDPR consent checkbox
Anti-spam: honeypot + server-side rate limiting
Delivery modes:
WordPress wp_mail()
Built-in SMTP
File mode (writes messages to your uploads directory)
Optional Google reCAPTCHA v3 (score-based)
Translations: EN (default) + FR, ES, PT-BR (via included .mo files)
Important notes:
* This plugin does NOT store submitted messages in the WordPress database.
* Messages are delivered by email (wp_mail/SMTP) or written to files (File mode).
* Your host/mail provider may store emails in logs and mailboxes.
* No minified/compiled assets are shipped with this plugin. All distributed CSS/JS is human-readable.
Documentation is included in the plugin:
docs/oneclick-form-lite-user-guide.html
Source code
The plugin ships unminified, human-readable JS/CSS source files. No build process is used.
External services
1) This plugin can optionally integrate Google reCAPTCHA v3 to help prevent spam form submissions.
When enabled:
– The visitor’s browser loads Google’s reCAPTCHA script:
https://www.google.com/recaptcha/api.js?render=YOUR_SITE_KEY
– The browser communicates with Google to obtain a reCAPTCHA token.
On form submission:
– The plugin sends the reCAPTCHA token to Google for verification:
https://www.google.com/recaptcha/api/siteverify
– The verification request includes the token and the submitter’s IP address (remoteip) when available.
Service provider: Google LLC
Terms of service: https://policies.google.com/terms
Privacy policy: https://policies.google.com/privacy
2) This plugin can also send emails via an SMTP server configured by the site administrator (optional).
When SMTP is enabled and an email is sent:
– The plugin connects to the configured SMTP host and port.
– Email data is transmitted to the SMTP server in order to deliver the message.
Data sent to the SMTP server may include:
– Sender and recipient addresses, subject, message content
– Technical email headers
– Authentication data (username/password) if configured by the site administrator
Service provider: The SMTP provider selected by the site administrator (e.g., hosting provider, Google Workspace, Microsoft 365, etc.)
Terms of service: See the selected SMTP provider’s terms
Privacy policy: See the selected SMTP provider’s privacy policy
