前言介紹
- 這款 WordPress 外掛「Form Send Blocks」是 2024-02-12 上架。
- 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
- 上一次更新是 2025-04-27,距離現在已有 7 天。
- 外掛最低要求 WordPress 6.4 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 8.2.10 以上。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
itmaroon |
外掛標籤
form | block | e-mail | contact | gutenberg |
內容簡介
WordPress 外掛總結:
- 提供三個區塊:一個包含自訂區塊輸入的表單、一個確認輸入內容的表單,以及提交表單後顯示結果的表單。
- 提供一個區塊,將從輸入區塊輸入的內容作為通知郵件發送給設定的管理員,並自動回覆郵件給輸入者。
- 具有將輸入內容存儲在 WordPress 數據庫中的功能。
以下是每個區塊的功能概述:
1. 輸入圖形:
- 這個區塊將 BLOCK COLLECTIONS 的設計文本控制、設計多選框、設計下拉選單和設計按鈕作為內部區塊進行存儲,生成一個提交表單。
- 除此之外的區塊無法存儲,但沒有特定的數量限制。
2. 確認圖形:
- 這個區塊檢查輸入圖形中輸入的內容並生成發送表單。將您的輸入內容顯示在確認表中。然後點擊提交按鈕以提交表單。
3. 感謝圖形:
- 這是一個生成顯示提交結果的表單的區塊。
- 您可以設定傳遞結果的文本並顯示其內容。您可以為放置的按鈕設定固定的重定向頁面。
4. 聯絡郵件發送器:
- 這個區塊將輸入圖形、確認圖形、感謝圖形以及 BLOCK COLLECTIONS 的設計過程作為內部區塊進行存儲,生成一個通過電子郵件的詢問頁面。
- 我們將向放置該區塊的網頁發送通知郵件,以及自動回覆郵件給詢問的網頁訪問者。
- 這些內容可以存儲在 WordPress 數據庫中,但當前版本無法顯示這些內容。這是未來版本升級的功能。
相關鏈接:
- Github: [連結]
- 源代碼: [連結]
其他注意事項:
- 可以分別為桌面模式(寬度大於或等於 768px 的設備顯示)和移動模式(寬度小於 767px 的設備顯示)設置可能需要響應支持的樣式設置。
- 請注意平板顯示的響應性不受支持。
- 這個外掛依賴於 BLOCK COLLECTIONS 外掛。使用前需要安裝和啟用該外掛。
- 關於文字顯示等的設置是使用 WordPress 的國際化功能進行的,所以可以在多種語言中顯示文字。目前支持英語和日語。
- 聯絡郵件發送器區塊使用 jquery.easing 進行屏幕過渡動畫。因此,在使用該區塊時,請遵守以下使用條款。
- 我們使用 wp_mail 進行郵件發送。因此,在從本地環境發送郵件時,需要安裝一個提供 SMTP 環境的插件,例如 WP Mail SMTP by WPForms.
原文外掛簡介
An overview of the features is below.
– Provides three blocks: a form that houses a custom block for input, a form that confirms the input content, and a form that displays the results when the form is submitted.
– We provide a block that sends the content entered from the input block as a notification email to the set administrator and as an automatic response email to the user who entered it.
– It has a function to store the entered contents in the WordPress database.
Below is an overview of the functions of each block.
1.Input figure
This block is a block that stores Design Text Control, Design CheckBox, Design Select, and Design Button of BLOCK COLLECTIONS as an inner block and generates a submission form.
Blocks other than these cannot be stored, but there are no particular restrictions on the number.
Confirm figure
This block checks the contents entered in the Input Figure and generates a form for sending. Display your entries in a table for confirmation. Then click the submit button to submit the form.
3.Thanks Figure
This is a block that generates a form to display the submission results.
You can set the text of the transmission result and display its contents. You can set a fixed redirect page for the placed button.
Contact Mail Sender
This block stores the Design Process of Input Figure, Confirm Figure, Thanks Figure, and BLOCK COLLECTIONS as an inner block and generates an inquiry page by email.
We will send an email notifying you of the inquiry from the web page where this block is placed, as well as an automatic response email to the web page viewer who made the inquiry.
This content can be stored in the WordPress database, but the current version does not have the ability to display this content. This is a feature for future version upgrades.
Related Links
Github
source code
block-class-package:GitHub
block-class-package:Packagist
itmar-block-packages:npm
itmar-block-packages:GitHub
Arbitrary section
Style settings that may require responsive support can be set separately for desktop mode (displayed on devices with a width of 768px or more) and mobile mode (displayed on devices with a width of 767px or less). To tell which setting is set, when you switch the display mode in the block editor or site editor, “(Desktop)” and “(Mobile)” will be displayed in the side menu display.
Please note that responsiveness for tablet display is not supported.
This plugin depends on the BLOCK COLLECTIONS plugin. This plugin requires installation and activation in order to use it.
Regarding the display of text, etc., settings are made using WordPress’s internationalization function, so it is possible to display text in multiple national languages. Currently, English and Japanese notation is possible.
The Contact Mail Sender block uses jquery.easing for screen transition animation. Therefore, when using this block, please comply with the following terms of use.
jquery.easing/LICENSE-BSD-3-Clause.txt
We use wp_mail for email sending. Therefore, when sending emails from a local environment, it is necessary to install a plugin that provides an SMTP environment such as WP Mail SMTP by WPForms. Is required.
PHP class management is now done using Composer.
GitHub
Packagist
I decided to make functions and components common to other plugins into npm packages, and install and use them from npm.
npm
GitHub
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Form Send Blocks」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0.0 | 1.1.0 | 1.1.1 | 1.1.2 | 1.2.0 | trunk |
延伸相關外掛(你可能也想知道)
Flamingo 》Flamingo 是一款訊息儲存外掛程式,最初是為了 Contact Form 7 設計,因為 Contact Form 7 並不會儲存提交的訊息。, 啟用該外掛後,您可以在 WordPress 管理...。
Contact Form 7 add confirm 》“Contact Form 7 add confirm” 可以為 “Contact Form 7” 增加確認步驟。, “Contact Form 7 add confirm” 可以為 “...。
Contact Form 7 Multi-Step Forms 》我需要一個可以跨越多個頁面的聯繫表單,並且最終會發送一封帶有所有收集信息的電子郵件。這個外掛通過擴展熱門的 Contact Form 7 外掛來實現這一點。, 這個...。
Sticky Side Buttons 》這個簡單的按鈕創建工具讓您可以創建一個或多個浮動按鈕,當使用者滾動時,這些按鈕會固定在網站的側邊。, 它可以用來黏貼以下資訊:, , 電話號碼, 電子郵件...。
WPZOOM Forms – Contact Form Plugin for Gutenberg 》網站 WordPress 的外掛 WPZOOM Forms,使用 Gutenberg 編輯器快速製作網站聯絡表單的最佳插件。它具有簡單易用的介面和豐富的自訂選項,適合初學者和高級使用...。
Simple Basic Contact Form 》Simple Basic Contact Form 是一個乾淨、安全、可直接套用的 WordPress 聯絡表單外掛程式。 SBCF 精簡卻彈性十足,提供清晰的程式碼、穩定表現和易用性。沒有...。
Contact Form Email 》Contact Form to Email的特色功能包括:, , ► 電子郵件發送和通知, ► 儲存訊息到資料庫中, ► 匯出到Excel/CSV檔案, ► 列印消息清單, ► 可視化拖放表單生成器,...。
Contact Form Clean and Simple 》一個簡潔明瞭的 AJAX 聯絡表單,搭配 Google reCAPTCHA、Twitter Bootstrap 標記和 Akismet 垃圾郵件篩選功能。, , , 簡潔:所有使用者輸入均被剝離,以避免...。
VS Contact Form 》關於, 這個外掛程式是一個輕量級的自訂聯絡表單生成器。, 在頁面中加入縮略碼 [contact] 或使用小工具來顯示您的表單。, 表單包含姓名、電子郵件、主旨和訊息...。
Contact Form by Supsystic 》ag-and-Drop editor allows you to easily create contact forms without the need for coding knowledge. , , The main features of this Contact Form plug...。
Awesome Contact Form7 for Elementor 》這個 WordPress 外掛為 Elementor 專用設計,可與 Contact Form7 一起使用,提供了靚麗的聯絡表單模板。, 影片教學連結:, , 只需 5 分鐘,使用 Awesome Cont...。
Pojo Forms 》請注意:本外掛僅適用於Pojo Framework的使用者。, Pojo Forms是針對使用Pojo Framework的WordPress網站最終表單創建解決方案。它允許您通過拖放界面輕鬆快速...。
Database for Contact Form 7 》Contact Form 7 數據庫外掛是一個生產力附加元件,可將所有表單提交保存到您的數據庫中。, DEMO, , 前端演示, 填寫提交詳情進行測試, 後端演示, 登入 WordPre...。
Call Now Icon Animate 》這個外掛可以做什麼?, 這個外掛會在手機螢幕右下角放置一個 Call Now Icon Animate 圖示,只會顯示給您的手機訪客。因為手機訪客已經拿著手機,他們只需要輕...。
Speed Contact Bar 》讓您的網站訪客輕鬆聯繫您,提供永久可見的聯繫方式。, 外掛有英文、西班牙文 (Español)、俄語 (ру́сский)、德文 (Deutsch)、波蘭文 (Polski)等多種語言版本...。