A Habari plugin to add a newsletter signup form using the Mailchimp API. Please note currently this plugin only supports first name, last name, email (of course) and an optional phone # input. The phone is mapped to a specific merge tag. Much more is planned, but if you have any questions or need help customizing, please open an issue and I will see what I can do.
Activate the plugin and configure with your API key and Unique List ID.
Currently, the plugin is only set up to display the form in a theme via
<?php echo $theme->mailchimp_form(); ?>
Future versions will include a block as well a quicktag to embed in a page.
The plugin relies on the Mailchimp PHP API wrapper, which is included with the plugin.
Habari Mailchimp is licensed under the Apache Software License 2.0. The Mailchimp PHP API Wrapper is licensed under the MIT License
0.1 initial release