visualdialogue / kirby-mailchimp
Mailchimp footer field
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:kirby-plugin
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') ?>