前言介紹
- 這款 WordPress 外掛「LW Simple Forms」是 2025-04-16 上架。
- 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
- 上一次更新是 2025-04-17,距離現在已有 17 天。
- 外掛最低要求 WordPress 6.0 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
furao77 |
外掛標籤
form | email | contact | custom form | contact form |
內容簡介
總結:
LW Simple Forms 是一個多功能的 WordPress 表單外掛程式,允許您創建可自訂的表單,支援完整的日式工作流程,包括輸入畫面、確認畫面和完成畫面。此外,當不需要確認時,該外掛程式也支援更簡單的一步提交流程。
問題與答案:
1. LW Simple Forms 可以幫助創建什麼樣的表單?
- LW Simple Forms 是一個多功能的 WordPress 表單外掛程式,可以創建可自訂的表單。
2. 這個外掛程式如何支援完整的表單提交流程?
- 這外掛程式支援完整的表單提交流程,包括輸入畫面、確認畫面和完成畫面。
3. 這個外掛程式的開發概念是什麼?
- 這外掛程式採用 HTML 作為優先考量,保留極簡主義的哲學,注重核心功能而非過多的特色。此外,它為網頁設計師和開發人員量身打造,並提供完整的自訂設計。
4. 使用 LW Simple Forms,如何創建並設置表單?
- 設計和建立輸入畫面、確認畫面和完成畫面的 HTML。
- 將每個畫面註冊為 WordPress 頁面。
- 從 WordPress 管理面板中的「表單」建立新的表單。
- 進行相應的設置,包括畫面的 HTML、URL、管理員郵件設定、用戶郵件設定和驗證設定。
5. 這外掛程式支援哪些輸入字段?
- 這外掛程式支持多種輸入字段,包括文本字段、文字區域、核取方塊、單選按鈕、下拉選單等。
原文外掛簡介
LW Simple Forms is a versatile WordPress form plugin that allows you to create customizable forms. It supports the Japanese-style workflow of a complete form submission process:
Input screen – Users enter their information
Confirmation screen – Users review their input before submitting
Completion screen – Thank you message after successful submission
The plugin also supports a simpler one-step submission process when confirmation is not needed.
Development Concept
HTML-First Approach: This plugin is designed to faithfully reproduce your designed HTML forms, confirmation screens, and error screens without forcing you to adapt to plugin limitations. The forms conform to your design, not the other way around.
Built for Web Professionals: LW Simple Forms does not provide CSS or HTML templates for the frontend. It’s specifically created for web designers and developers who already have designed their form screens and need a way to implement the functionality. (HTML/CSS samples are available for reference.)
Minimalist Philosophy: This plugin intentionally maintains a minimalist approach, focusing on core functionality rather than excessive features. We prioritize site speed and minimal data usage to keep your websites running efficiently.
Key Features
Complete Form Workflow: Create forms with input screen, error screen, confirmation screen, and completion screen
Flexible Design: Customize each screen with your own HTML
Form Validation: Server-side and client-side validation for each input field (required fields, email format, phone number validation)
Email Notifications: Send confirmation emails to both administrators and users
Security Features: CSRF protection, data sanitization, input validation, and secure data handling
Multiple Field Types: Support for text fields, text areas, checkboxes, radio buttons, select menus, and multi-select menus
Shortcode Support: Easy integration into WordPress pages via shortcodes
Custom HTML: Design your forms with complete HTML freedom
Multi-Form Support: Create and manage multiple forms on a single site
Database Storage: Form data is temporarily stored in the database rather than in sessions or cookies, allowing for unlimited submission data
JavaScript/No-JavaScript Support: Forms work properly even in environments where JavaScript is disabled (e.g., screen readers)
Field Validation: Extensive validation system with customizable error messages
Security Measures: Protection against common vulnerabilities including CSRF attacks and header injection
Usage Guide
Design and create the HTML for input screen, confirmation screen, and completion screen
Register each screen as a WordPress page
Create a new form from “Forms” in the WordPress admin panel
Configure each section. You can configure the following:
HTML for each screen (input, confirmation, completion)
URL for each screen
Administrator email settings
User email settings
Validation settings (required fields, email format, phone number validation)
Use the “Parse HTML” button to automatically extract form fields from your input screen HTML
Add the appropriate shortcodes to your pages
Test the form operation before going live
Note: This plugin is designed to give you maximum freedom in writing form HTML, so you need to write the HTML for your form pages yourself. The plugin does not provide CSS or images for form display. HTML samples are available for reference.
Supported Input Fields
Form Screen Placeholders
Input Screen:
* Use [lwsf_value_fieldname] to display previously entered values
* Use [lwsf_error_fieldname] to display validation error messages
* Use [lwsf_send] for the submit button
Confirmation Screen:
* Use [lwsf_confirm_fieldname] to display submitted values
* Use [lwsf_back] for the back button
* Use [lwsf_send] for the submit button
Completion Screen:
* Use [lwsf_field_fieldname] to display submitted values
Email Settings
Available placeholders for email templates:
* [lwsf_field_fieldname] – Display submitted form data
* [lwsf_site_admin_email] – Display site admin email
* [lwsf_site_name] – Display site name
* [lwsf_site_home_url] – Display site URL
Additional Information
For items that allow multiple selections (,
Example:
For checkboxes: Service A Service B
For select multiple:
Works in environments where JavaScript is disabled, such as screen readers
The outputted source code uses entity references for security measures and stable operation
Includes Japanese language files (UTF-8 only)
Avoids using reserved WordPress query variable names for form fields to prevent conflicts
Data Storage and Security
Form submissions are temporarily stored in the WordPress database (prefix_lwsf_form_data table)
Data is automatically cleaned up after 1 hour
All user inputs are sanitized before processing
CSRF protection is implemented on all form submissions
Email headers are validated to prevent header injection
Why This Plugin Was Created
This plugin was created because MW WP Form, which had been used for client work for many years, ended development. There was a need for a form plugin with confirmation screens that operated cleanly. The plugin was created primarily for web development work, and we thought many web development companies might have similar needs.
Future Implementation Plans
The ability to change validation error messages
PHP-based validation hooks that operate before and after form submission
Additional validation types (URL, numeric values, custom regex patterns)
Hooks to trigger at important timings such as just before and just after email sending.
File upload handling
reCAPTCHA
Privacy Policy
This plugin stores form submission data in the WordPress database (prefix_lwsf_form_data table) for the purpose of displaying confirmation and completion screens. Data is automatically deleted after 1 hour.
When enabled, user email addresses may be used to send confirmation emails to form submitters. The plugin does not share any collected data with external services.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「LW Simple Forms」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
WPForms – Easy Form Builder for WordPress – Contact Forms, Payment Forms, Surveys, & More 》f="https://wpforms.com/features/pre-built-form-templates/?utm_source=wprepo&utm_medium=link&utm_campaign=liteplugin" rel="friend nofollow u...。
MetForm – Contact Form, Survey, Quiz, & Custom Form Builder for Elementor 》MetForm,即聯繫表單生成器,是 Elementor 的附加組件,利用其拖放生成器快速建立任何快速且安全的聯繫表單。它可以管理多個聯繫表單,並且您可以使用 Elemen...。
Forminator Forms – Contact Form, Payment Form & Custom Form Builder 》不同於傳統的表單製作外掛,Forminator 是一款易於使用的 WordPress 表單建立外掛,適用於任何網站和情境。它是建立各式各樣表單的最簡單方法-如聯絡表單、...。
Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder 》Fluent Forms - 最佳和最快速的聯繫表格建立 WordPress 插件, Fluent Forms 是一個終極使用者友好、可自訂拖放式 WordPress 聯繫表格插件,提供您所有高級功...。
Formidable Forms – Contact Form Plugin, Survey, Quiz, Payment, Calculator Form & Custom Form Builder 》最先進的 WordPress 表單外掛。使用我們的拖放表單建構器,您可以超越聯絡表單,製作調查問卷、測驗等更多應用。, 市場上最強大的 WordPress 表單建構器外掛,...。
SureForms – Drag and Drop Form Builder for WordPress 》, , , , , , , &l...。
Everest Forms – Contact Form, Quiz, Survey, Newsletter & Payment Form Builder for WordPress 》Everest Forms:WordPress 網站上的#1表單建立解決方案, 👉試用一下 (點擊此鏈接可創建演示,測試 Everest Forms。), Everest Forms是最好的WordPress表單...。
Ultimate Addons for Contact Form 7 》ate a grid or column layout with Contact Form 7 using the Columns / Grid Layout Addon in Ultimate Addons For Contact Form 7. This allows you to dis...。
weForms – Easy Drag & Drop Contact Form Builder For WordPress 》拓元是 WordPress 上最好的聯絡表單建立外掛程式, , 建立表單是 WordPress 表單外掛程式最重要的功能之一,因此我們的產品是市面上最易使用的表單建立工具。,...。
Happyforms – Form Builder for WordPress: Drag & Drop Contact Forms, Surveys, Payments & Multipurpose Forms 》Happyforms 是你管理和回覆與網站訪客對話的最簡單方式。在這裡,The Theme Foundry 已經擁有超過 10 年的經驗,我們已經從將近 100 萬家企業那裡聽到了他們...。
Cool FormKit Lite – Elementor Form Builder 》Elementor 表單的擴充套件為預設 Elementor Form widget 創建了許多新的操作和控制。, , 此外掛需要 Elementor Pro 版本 (Form Widget)。, , 可用的擴充套件,...。
Gutenverse Form – Contact Form Builder, Booking, Reservation, Subscribe for Block Editor 》總結:使用我們功能強大且直觀的表單建立外掛,簡化在 WordPress 網站上建立和管理表單的過程。它提供了10多個易於使用的區塊,讓您輕鬆地創建自定義的表單。...。
WPZOOM Forms – Contact Form Plugin for Gutenberg 》網站 WordPress 的外掛 WPZOOM Forms,使用 Gutenberg 編輯器快速製作網站聯絡表單的最佳插件。它具有簡單易用的介面和豐富的自訂選項,適合初學者和高級使用...。
WS Form LITE – Drag & Drop Contact Form Builder for WordPress 》WordPress聯繫表單建立外掛程式, WS Form LITE是一款功能強大的WordPress聯繫表單建立外掛程式。, 建立專業、行動友善、易存取的聯繫表單。WS Form LITE搭載...。
Smart Forms – when you need more than just a contact form 》智能表單, , 想看一個演示嗎?點擊這裡, 想要製作一個有計算的表單嗎?這就是適合您的最佳外掛程式。了解更多, , 你想要創建美麗的表單,但是問題是,你不是...。