visualdialogue / kirby-mailchimp
Mailchimp footer field
Package info
github.com/visualdialogue/kirby-mailchimp
Type:kirby-plugin
pkg:composer/visualdialogue/kirby-mailchimp
v1.0.6
2019-10-10 15:57 UTC
Requires
README
This plugin uses the cleanest Mailchimp embed code (as of Oct 2019) to build a clean signup field.
Composer
composer require visualdialogue/kirby-mailchimp
Usage
- Set the two requried plugin options in your
site/config/config.php, based on your embed form in your Mailchimp account.
'visualdialogue.mailchimp.formaction' => 'xxxxxxx',
'visualdialogue.mailchimp.botinputname' => 'xxxxxxx',
- Add the snippet to your site.
<?php snippet('mailchimp-form') ?>