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.
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
Select field type :
Then select your Mailpoet Form :
- 05 April 2018
- Add compatibility with Mailpoet v3
- 10 July 2017
- Initial