內容簡介
這個外掛將會在 Custom Field Suite 創建一種新的欄位類型,使用者可以選擇使用 Contact Form 7 生成的表單。
您可以使用 CFS()->get( 'form_field_id' ) 取得表單的 HTML,或是使用 CFS()->get( 'form_field_id', get_the_ID(), array( 'format' => 'raw' ) ) 取得表單 ID。
注意:這個外掛需要同時安裝 Custom Field Suite 與 Contact Form 7 才能正常運作。
您可以在GitHub 頁面貢獻原始碼。
外掛標籤
開發者團隊
原文外掛簡介
Tihs plugin creates a new type of field into Custom Field Suite: the user can select any form generated with Contact Form 7.
You can get the form HTML using CFS()->get( 'form_field_id' ) or the form ID using CFS()->get( 'form_field_id', get_the_ID(), array( 'format' => 'raw' ) ).
Note: Obviously, this plugin requires both Custom Field Suite and Contact Form 7 to work.
You can contribute to the source code in the GitHub page.
