[WordPress] 外掛分享: HTML Forms – Simple WordPress Forms Plugin

WordPress 外掛 HTML Forms – Simple WordPress Forms Plugin 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「HTML Forms – Simple WordPress Forms Plugin」是 2017-10-24 上架。
  • 目前有 10000 個安裝啟用數。
  • 上一次更新是 2025-04-16,距離現在已有 17 天。
  • 外掛最低要求 WordPress 4.6 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 5.3 以上。
  • 有 54 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

linksoftware |

外掛標籤

form | html form | email form | upload form | contact form |

內容簡介

使用 HTML Forms,您可以輕鬆地在 WordPress 網站上添加多功能表單。

HTML Forms 的理念與大多數其他表單建立器外掛不同:您管理表單 HTML,而外掛管理 PHP 和一小部分 JavaScript。

是的,沒有「直覺式」拖放介面。我們認為動態表單建立器可能很棒,但它們也會嚴重限制您的選擇。此外,從技術角度來看,它們很慢且過於複雜。

HTML Forms 的目標是更簡單、更快速、更智能。

您可以在 HTML 中定義表單字段,而外掛則負責提交表單、保存數據以及運行可配置的一組表單操作。

1. 定義表單字段

您可以使用任何有效的 HTML。只需確保表單中的所有 input 元素都有一個 name 屬性來保存輸入的數據。

2. 配置表單操作

默認情況下,表單提交時會自動保存。您可以配置多種其他操作,比如發送電子郵件通知或訂閱 Mailchimp。

3. 在您的網站上顯示表單

使用 [hf_form] 短碼在 WordPress 文章、頁面或小工具區域中顯示表單。

HTML Forms 功能

對表單字段的 HTML 具有完全控制權。如果您需要,我們可以幫助您生成字段 HTML。
每個表單提交將自動保存在您的數據庫中,並可以以簡單的表格格式查看。
配置無限數量的操作以在成功提交表單時運行。例如,發送電子郵件通知。
通過參考字段名稱,例如 [NAME] 或 [EMAIL],訪問表單字段值。
在成功提交之後隱藏表單或重定向到 URL。
可配置且可翻譯的表單消息。
字段驗證。
開發人員友好的。HTML Forms 配有大量的 JavaScript 事件和 WordPress 鉤子,使您能夠修改或擴展外掛的默認行為。

這是為誰而設計的?

HTML Forms 適用於所有希望擁有靈活且高性能的表單解決方案的人。

用戶。管理自己的網站?使用 HTML Forms,您不需要任何技術知識來設置聯繫表單。
開發人員。為客戶建立網站?您提供表單 HTML,HTML Forms 處理驗證和處理表單。
佈景主題開發人員。發布佈景主題?HTML Forms允許完全與您的主題融合,您不必再撰寫另一個聯繫表單外掛。

使用 HTML Forms,您可以創建任何類型的表單。聯繫表單、註冊表單、報價表單,您需要什麼就可以創建什麼。它與 Contact Form 7 有些相似,但是不需要您學習新的模板語言。

有關更多信息,請訪問 htmlformsplugin.com。

支援

HTML Forms 知識庫 涵蓋了各種常見問題。

使用 WordPress.org 外掛論壇 獲得社區支援,我們會儘可能幫助所有用戶。如果您發現了錯誤,請在 GitHub 建立一個問題,我們可以更有效地處理它們。

貢獻

您可以 c

原文外掛簡介

With HTML Forms, you can easily add multi-purpose forms to your WordPress site.
The idea behind HTML Forms is different than most other form builder plugins: You manage the form HTML. The plugin manages the PHP and a tiny bit of JavaScript.
That’s right. No “intuitive” drag & drop interface. We believe that dynamic form builders can be great, but they also severely limit your options. Also, they’re slow and overly complicated from a technical point of view.
HTML Forms aims to be simpler, faster and smarter. It’s the ideal plugin solution for developers looking for a simple way to create a contact form or other HTML form.
You define your form fields in HTML and the plugin takes care of submitting the form, saving the data and running a configurable set of form actions.

1. Define your form fields
You can use anything that is valid HTML. Just ensure all input elements in your form have a name attribute to save the data entered in that field.
2. Configure your form actions
By default, form submissions are automatically saved for you. You can configure several other actions to run when a form is submitted, like sending an email notification or subscribing to Mailchimp.
3. Show the form somewhere on your site
Show your form by using the [hf_form] shortcode in your WordPress posts, pages or widget areas.

HTML Forms Features

Full control over the HTML for the form fields. If you want, we’ll help you in generating the field HTML though.
Each form submission is automatically saved in your database and can be viewed in a simple table format.
Configure an unlimited amount of actions to run when a form is successfully submitted. For example, sending out email notifications.
Access form field values by referencing the field name, eg [NAME] or [EMAIL].
Hide form or redirect to URL after a successful submission.
Configurable & translatable form messages.
Field validation.
Developer friendly. HTML Forms comes with a myriad of JavaScript events and WordPress hooks that allow you to modify or extend the plugin’s default behavior.

The Perfect WordPress Form Plugin For Everyone
HTML Forms is for everyone that wants a flexible & high performing form solution.

Users. Managing your own site? With HTML Forms, you don’t need any technical knowledge to setup a contact form.
Developers. Building a site for your client? You supply the form HTML, HTML Forms takes care of validating and processing the form.
Theme developers. Shipping a theme? HTML Forms allows for complete blend-in with your theme, and you don’t have to write yet another contact form plugin.

With HTML Forms you can create any type of form. A contact form, email form, registration form, price quote form, you name it.
For more information, please visit htmlformsplugin.com.
HTML Forms Premium
HTML Forms Premium is a paid add-on that extends the functionality of the free plugin. It includes:

Submission Notifications
File Uploads
Webhooks
Submission Export
Submission Limits
Require Users to Log In
Data and Column Management
and more…

For additional information, please visit htmlformsplugin.com/premium.
Support
The HTML Forms knowledge base covers a wide range of frequently asked questions.
Use the WordPress.org plugin forums for community support where we try to help all of our users.
Contributing
You can contribute to HTML Forms in various ways. For example:

Write about the plugin on your blog or share it on social media.
Translate the plugin into your language using your WordPress.org account.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「HTML Forms – Simple WordPress Forms Plugin」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.0 | 1.1 | 1.0.1 | 1.0.2 | 1.0.3 | 1.0.4 | 1.0.5 | 1.0.6 | 1.1.1 | 1.1.2 | 1.1.3 | 1.1.4 | 1.1.5 | 1.2.0 | 1.3.0 | 1.3.1 | 1.3.2 | 1.3.3 | 1.3.4 | 1.3.5 | 1.3.6 | 1.3.7 | 1.3.8 | 1.3.9 | 1.4.0 | 1.4.1 | 1.4.2 | 1.5.0 | 1.5.1 | 1.5.2 | 1.5.3 | trunk | 1.3.10 | 1.3.11 | 1.3.12 | 1.3.13 | 1.3.14 | 1.3.15 | 1.3.16 | 1.3.17 | 1.3.18 | 1.3.19 | 1.3.20 | 1.3.21 | 1.3.22 | 1.3.23 | 1.3.24 | 1.3.25 | 1.3.26 | 1.3.27 | 1.3.28 | 1.3.29 | 1.3.30 | 1.3.31 | 1.3.32 | 1.3.33 | 1.3.34 |

延伸相關外掛(你可能也想知道)

暫無相關外掛推薦。

文章
Filter
Apply Filters
Mastodon