-
Notifications
You must be signed in to change notification settings - Fork 22
/
readme.txt
41 lines (28 loc) · 1.12 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
=== Advanced Custom Fields: Contact Form 7 Field ===
Contributors: Taylor Mitchell-St.Joseph
Tags: acf, contact form 7, advanced custom fields
Requires at least: 3.5
Tested up to: 3.9.1
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Adds a 'Contact Form 7' field type for the Advanced Custom Fields WordPress plugin.
== 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
= Compatibility =
This ACF field type is compatible with:
* ACF 5
* ACF 4
== Installation ==
1. Copy the `acf-cf7` folder into your `wp-content/plugins` folder
2. Activate the Contact Form 7 plugin via the plugins admin page
3. Create a new field via ACF and select the Contact Form 7 type
4. Please refer to the description for more info regarding the field type settings
== Changelog ==
= 1.0.1 =
* Added select2 compatibility
= 1.0.0 =
* Initial Release for ACF 5 compatibility