
前言介紹
- 這款 WordPress 外掛「Dynamic Field for Elementor Forms – Populate Anything」是 2025-10-12 上架。
- 目前有 60 個安裝啟用數。
- 上一次更新是 2025-12-17,距離現在已有 70 天。
- 外掛最低要求 WordPress 5.0 以上版本才可以安裝。
- 有 1 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
forms | elementor | user input | custom field | dynamic field |
內容簡介
總結:Dynamic Field for Elementor Forms 可以擴展 Elementor Forms 預設小工具,讓您新增顯示動態資料的欄位,不僅能夠填入靜態輸入,還可以從文章、分類、使用者或自訂查詢中填入數據。
問題與答案:
1. Dynamic Field for Elementor Forms 可以做些什麼?
- 可以填充選擇、單選或複選框選項,來自 WordPress 的數據。
- 可以自動填充隱藏字段,使用者或文章資訊。
- 適合用於適應網站內容的高級表單。
2. 如何使用 URL 查詢參數?
- 可自動從 URL 查詢字串(例如 ?product_id=15)中獲取數值。
- 設定查詢關鍵字(product_id、ref 等),並使用該值填充或篩選另一個字段。
- 適用於預填或關聯表單。
3. 如何從文章中拉取數據?
- 可以從任何文章類型(例如文章、頁面、產品、自定義文章類型)中拉取數據。
- 選擇要加載的文章類型,並選擇顯示標題、別名、ID 或自定義字段(元數值)。
- 適用於下拉選單,例如“選擇商品”或“選擇部落格文章”。
4. 如何從用戶中拉取數據?
- 可以加載一個已註冊的 WordPress 用戶列表。
- 顯示他們的用戶名、顯示名稱、電子郵件或任何自定義元鍵。
- 適用於用戶可以分配或選擇另一個用戶的表單。
5. 如何從選項中拉取數據?
- 從 WordPress 選項表(wp_options)中獲取值。
- 用於加載站點範圍設置、主題選項或插件值。
- 例如:顯示存儲在選項中的自定義設置或下拉值列表。
6. 如何自動插入當前時間?
- 可自動將當前日期和/或時間插入字段中。
- 支持 PHP 日期格式(例如 Y-m-d H:i:s)。
- 適用於記錄表單提交時的隱藏字段。
7. 什麼是 shortcode?
- 可運行 WordPress shortcode,並將其輸出用作動態值。
- 任何返回列表或字符串的有效 shortcode 都可以使用。
- 例如:[my_custom_list] → 將自動填充您的字段。
8. 如何從數據庫中提取數據?
- 直接從自定義數據庫表中提取數據。
- 指定表名、列名和可選的 WHERE 條件。
- 非常適用於與自定系統或 CRM 整合。
9. 如何載入 CSV 文件中的項目?
- 從 .csv 文件中載入選項 - 可通過媒體庫上傳或通過 URL 路徑上傳。
- 每行都成為一個選項(如果格式正確則為值/標籤對)。
- 非常適合大型或經常更新的數據集。
原文外掛簡介
Dynamic Field for Elementor Forms extends the default Elementor Forms widget by allowing you to add fields that display dynamic data.
Instead of only static inputs, you can populate fields with values from posts, taxonomies, users, or even custom queries.
DEMO: https://demo.add-ons.org/demo-dynamic-field/?key=wordpress.org&checkbox=Check1|Check2|checkURL&radio=Radio%202
Document: https://add-ons.org/document-dynamic-field-for-elementor-forms/
Pro Version: https://add-ons.org/plugin/dynamic-field-for-elementor-forms/
Dynamic Options for Select, Radio, Checkbox
Features
Support all fields type.
Dynamic Options of Select, Checkbox, Radio type.
Populate form fields from posts, taxonomies, users, or custom values.
Database, .CSV external data sources.
Option to filter and conditionally display dynamic values.
Developer-friendly with hooks/filters for custom sources.
Perfect for
Populating select, radio, or checkbox options with data from WordPress.
Auto-filling hidden fields with user or post information.
Advanced forms that adapt to site content.
URL Query Parameter
Automatically get values from the URL query string (e.g. ?product_id=15).
Set the query key (product_id, ref, etc.) and use that value to prefill or filter another field.
Ideal for pre-filled or linked forms.
Posts
Pull data from any post type (e.g. posts, pages, products, custom post types).
Select which post type to load, and choose to display Title, Slug, ID, or Custom Field (meta value).
Useful for dropdowns like “Select Product” or “Select Blog Post”.
Users
Load a list of registered WordPress users.
Display their Username, Display Name, Email, or any custom meta key.
Ideal for forms where users can assign or select another user.
Terms
Retrieve taxonomy terms (categories, tags, or any custom taxonomy).
Filter by taxonomy and show term name, slug, or ID.
Perfect for dynamic category selection.
Options
Get values from the WordPress Options Table (wp_options).
Use it to load site-wide settings, theme options, or plugin values.
Example: display a list of custom settings or dropdown values stored in options.
Current Time
Automatically insert the current date and/or time into the field.
Supports PHP date formats (e.g. Y-m-d H:i:s).
Useful for hidden fields that log when a form is submitted.
Shortcode
Run a WordPress shortcode and use its output as the dynamic value.
Any valid shortcode that returns a list or string can be used.
Example: [my_custom_list] → will populate your field automatically.
(Available in Pro)
Database
Fetch data directly from a custom database table.
Specify Table Name, Column Name, and optional WHERE condition.
Great for integrating with custom systems or CRMs.
(Available in Pro)
CSV
Import options from a .csv file — either uploaded via Media Library or by URL path.
Each line becomes one option (value/label pair if formatted properly).
Perfect for large or frequently updated datasets.
(Available in Pro)
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Dynamic Field for Elementor Forms – Populate Anything」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
2.0.0 | 2.0.2 | 2.0.3 | trunk |
延伸相關外掛(你可能也想知道)
WP Local Storage 》此外掛可以大大提升您的網誌使用者體驗,透過自動定期儲存您的訪客(在留言區輸入框中的內容文字區域)的“即時打字評論” ,以防止您的訪客沒有提...。
tinyFeedback 》tinyFeedback 可以幫助您以不打擾訪客的方式,彈性地收集意見反饋,同時擁有許多強大且可配置的功能。, 當您啟用此外掛時,將會插入一個選項標籤,並顯示簡短...。
Voight Kampff Comment Test 》「Voight Kampff 測試(Voight Kampff Test)」是來自「仿生人會夢見電子羊嗎?」(Do Androids Dream of Electric Sheep)這本小說中的虛構測試,這個測試於...。
