描述
Adds a ‘Contact Form 7’ field type for the Advanced Custom Fields WordPress plugin.
Store one or multiple contact forms in an advanced custom field.
Mark one or more forms as disabled to prevent them from being selected.
Field is returned as Contact Form 7 markup.
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
Compatibility
This ACF field type is compatible with :
* ACF 3
* ACF 4
* ACF 5
螢幕截圖
安裝
- Copy the
acf-field-for-contact-form-7
folder into yourwp-content/plugins
folder. - Activate the Advanced Custom Fields: Contact Form 7 Field plugin via the plugins admin page.
- Create a new field via ACF and select the Contact Form 7 type.
常見問題
-
How to use
-
This example shows how to get the value of field
field_name
from the current post.echo get_field( 'field_name' );
This example shows how to get form (contact form 7) object.
function get_acf_cf7_object() { return true; } add_filter( 'acf_cf7_object', 'get_acf_cf7_object' );
-
I have an idea for a great way to improve this plugin
-
Great! I’d love to hear from you at support@krishaweb.com
評價
貢獻者及開發者
修改日誌
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
- Tested upto 5.0
1.1
- Filter added to get form object.
1.0
- Initial Release.