Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.01 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.01 KB

Advanced Custom Fields Mailpoet

Description

This enhance ACF with a field Mailpoet. It allows you to select a particular form created with Mailpoet as an option and then you can use it in your templates with a shortcode for example.

Important to know

In case you want to include this small plugin to your project running composer you can add this line to your composer.json :

  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/BeAPI/acf-mailpoet"
    }
  ]

then run the command :

composer require bea/acf-mailpoet

Requirements

Screenshots

Select field type :

Field in admin

Then select your Mailpoet Form :

Field in admin

Changelog

2.0

  • 05 April 2018
  • Add compatibility with Mailpoet v3

1.0.1

  • 10 July 2017
  • Initial