説明
Advanced Custom Fields WordPress プラグイン用の「Contact Form 7」フィールドタイプを追加します。
高度なカスタムフィールドに1つまたは複数の連絡先フォームを保存します。
選択できないようにするには、1つ以上のフォームを無効としてマークします。
フィールドは Contact Form 7マークアップとして返されます。
Checkout the advanced features of ACF Field For Contact Form 7 Pro:
• Compatible with Gutenberg block.
• Widgets.
• Theme customizer.
Download the ACF Field For Contact Form 7 Pro
互換性
このACFフィールドタイプは以下と互換性があります:
* ACF 3
* ACF 4
* ACF 5
インストール
acf-field-for-contact-form-7
フォルダをwp-content / plugins
フォルダにコピーします。- プラグイン管理ページから Advanced Custom Fields:Contact Form 7フィールドプラグインを有効にしてください。
- ACF を介して新しいフィールドを作成し、Contact Form 7タイプを選択します。
FAQ
-
使い方
-
この例では、現在の投稿からフィールド
field_name
の値を取得する方法を示します。echo get_field( 'field_name' );
この例は、フォームオブジェクト(お問い合わせフォーム7)を取得する方法を示しています。
function get_acf_cf7_object() { return true; } add_filter( 'acf_cf7_object', 'get_acf_cf7_object' );
-
私はこのプラグインを改善するための素晴らしい方法についてのアイデアを持っています
-
すばらしいです! support@krishaweb.com であなたから連絡をもらいたいです。
評価
2022年2月11日
1 reply
Makes it easy to add a flexible content layout where your customer can easily add an ACF content block with a CF form in it. Is simple, it works and it is free.
2022年2月1日
1 reply
Got me up and running quickly with integrating a CF7 form, instead of requiring the user to paste in the shortcode. Great time saver, thanks!
2021年10月8日
1 reply
it's working perfectly and easy to use. Good job team
2021年9月13日
1 reply
If It would be 100% free plugin I would make donation to stop displaying the advertising, but serving advertising users on all ACF and many non-ACF related pages / screens it's bad idea.
2021年3月15日
I had a problem while using the plugin but I was able to get a solution by contacting the team. They responded in the same day.
2020年7月1日
1 reply
Thanks for create this plugin, really love it.
Easy to use and user friendly option to change the contact form from admin side.
貢献者と開発者
変更履歴
1.6
- Improve plugin notice.
1.5
- Improve plugin notice.
1.4
- Added: ACF pro option page support.
1.3
- Fixed: ACF Group field issue.
1.2
- 5.0までのテスト済み
1.1
- フォームオブジェクトを取得するために追加されたフィルタ。
1.0
- 初回リリース。