[WordPress] 外掛分享: FrontElf Fields Bridge for Contact Form 7

首頁外掛目錄 › FrontElf Fields Bridge for Contact Form 7
WordPress 外掛 FrontElf Fields Bridge for Contact Form 7 的封面圖片
全新外掛
安裝啟用
★★★★★
5/5 分(1 則評價)
14 天前
最後更新
問題解決
WordPress 6.7+ PHP 7.4+ v1.0.0 上架:2026-06-01

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「FrontElf Fields Bridge for Contact Form 7」→ 直接安裝(推薦)

原文外掛簡介

FrontElf Fields Bridge for Contact Form 7 provides an ACF and SCF integration for Contact
Form 7. It adds ACF field groups directly to each Contact Form 7 form editor.
The plugin adds the Contact Form 7 form post type to the ACF location rules.
Field groups assigned to that post type are shown in a dedicated tab in the
Contact Form 7 editor and saved together with the form. This allows developers
to store editable metadata and settings for each form.
The plugin supports Advanced Custom Fields and Secure Custom Fields. Contact
Form 7 and one of those field plugins must be installed and active.
Documentation
Assign fields to Contact Form 7
After activating the plugin, a new Contact Form (CF7) option appears in the
ACF or SCF field group location rules under Post Type.

Open the ACF or SCF field group editor.
Add the fields that should belong to each Contact Form 7 form.
In the location rules, select Post Type is equal to Contact Form (CF7).
Save the field group.
Open a Contact Form 7 form and use the Fields for form tab.

If no matching field groups exist, the Fields for form tab provides a button
to create one.
Retrieve field values in a theme or plugin
Each saved Contact Form 7 form has a numeric WordPress post ID. The plugin shows
this ID above the fields in the Fields for form tab.
Use the form ID as the second argument of get_field():
$value = get_field('field_name', 123);

Escape the returned value according to its output context:
echo esc_html(get_field('field_name', 123));

延伸相關外掛

文章
Filter
Apply Filters
Mastodon