Plugin info

Total downloads: 25,774
Active installs: 2,000
Total reviews: 8
Average rating: 3.4
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 11/28/2017 (3046 days ago)
Added to WordPress: 5/21/2013 (12 years old)
Minimum WordPress version: 3.3
Tested up to WordPress version: 3.5.2
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3046 days ago • 8 reviews

22/100

Is Advanced Custom Fields – Contact Form 7 Field abandoned?

Possibly abandoned (last update 3046 days ago).

Compatibility

Requires WordPress: 3.3
Tested up to: 3.5.2
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

ACF Field For CF7
Rating 4.7/5 (11 reviews)Active installs 10,000
Advanced Custom Fields Contact Form 7
Rating 3.0/5 (4 reviews)Active installs 800
Advanced Custom Data
Rating 5.0/5 (1 reviews)Active installs 10
Advanced Custom Fields: Font Awesome Field
Rating 4.8/5 (36 reviews)Active installs 100,000
ACF Content Analysis for Yoast SEO
Rating 4.2/5 (34 reviews)Active installs 100,000
Table Field Add-on for ACF and SCF
Rating 4.9/5 (59 reviews)Active installs 60,000

Description

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

Compatible with both ACF V3 & V4

Installation

This add-on can be treated as both a WP plugin and a theme include.

Install as Plugin
Copy the ‘acf-cf7’ folder into your plugins folder
Activate the plugin via the Plugins admin page

Include within theme
Copy the ‘acf-cf7’ folder into your theme folder (can use sub folders). You can place the folder anywhere inside the ‘wp-content’ directory
Edit your functions.php file and add the code below (Make sure the path is correct to include the acf-cf7.php file)

add_action('acf/register_fields', 'my_register_fields');

function my_register_fields()
{
    include_once('acf-cf7/acf-cf7.php');
}

Frequently Asked Questions

Installation Instructions

This add-on can be treated as both a WP plugin and a theme include.

Install as Plugin
Copy the ‘acf-cf7’ folder into your plugins folder
Activate the plugin via the Plugins admin page

Include within theme
Copy the ‘acf-cf7’ folder into your theme folder (can use sub folders). You can place the folder anywhere inside the ‘wp-content’ directory
Edit your functions.php file and add the code below (Make sure the path is correct to include the acf-cf7.php file)

add_action('acf/register_fields', 'my_register_fields');

function my_register_fields()
{
    include_once('acf-cf7/acf-cf7.php');
}

Review feed

No reviews available

Screenshots

  1. Contact Form 7 field options

    Contact Form 7 field options

  2. Selecting multiple Contact Forms

    Selecting multiple Contact Forms

  3. Selecting a single Contact Form

    Selecting a single Contact Form

Changelog

1.1.0 – Added the ability to hide/show disabled forms on the select area.