
內容簡介
使用簡單的短碼 (shortcode) 可以在任何地方展示你的 Gravity Form 表單資料。
插件使用方式
在 php 代碼中:
echo do_shortcode(‘[bw_gfed entryId=”37″ formId=”1″ template=”2″]’);
在編輯器中:
[bw_gfed entryId=”37″ formId=”1″ template=”2″]
短碼屬性
entryId:已註冊的資料 ID(必填)
formId:表單 ID(必填)
template:如何顯示資料。可選值有 1(單行表格)、2(雙欄表格)、3(簡單相等)(必填)
外掛標籤
開發者團隊
② 後台搜尋「Display gravity form entry anywhere」→ 直接安裝(推薦)
📦 歷史版本下載
原文外掛簡介
Display your gravity form entry anywhere with simple shortcode.
Use of plugin
In php code:
echo do_shortcode(‘[bw_gfed entryId=”37″ formId=”1″ template=”2″]’);
In editor:
[bw_gfed entryId=”37″ formId=”1″ template=”2″]
Shortcode attributes
entryId : registered entry id (required)
formId: form id (required)
template: how display entry details. values are 1 (single line table), 2 (two colomn table) 3 (simple equel) (required)
