このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

CFS – Contact Form 7 Field

説明

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.

スクリーンショット

  • Creating the field
  • Using it

インストール

  1. Upload the plugin files to the /wp-content/plugins/cfs-cf7 directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Enjoy

FAQ

Installation Instructions
  1. Upload the plugin files to the /wp-content/plugins/cfs-cf7 directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Enjoy
Can I choose HTML class or id of the form?

Yes. You can enter those values at Fields Group edit screen 🙂

評価

このプラグインにはレビューがありません。

貢献者と開発者

CFS – Contact Form 7 Field はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“CFS – Contact Form 7 Field” は1ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“CFS – Contact Form 7 Field” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.1 (2016-12-06)

  • Main class now extends cfs_field

1.0 (2016-10-06)

  • First Relase