projects / org / se7enxweb / eabmcsubscribe
Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
eabmcsubscribe | 7x | stable |
Version | Compatible with |
---|---|
N/A | N/A |
eZ Publish 'legacy' extension providing a form allowing users to subscribe to Mailchimp.
This eZ Publish 'legacy' extension provides a form allowing users to subscribe to Mailchimp.
It is based on v2 of the MailChimp API
and includes version 2.0.6 of the official client/wrapper.
The built-in options are:
GNU General Public License 2.0
Copyright (C) 2015 Enterprise AB Ltd
Requires eZ Publish 4 or 5.
If you are using composer and have access to the EAB package repository, run:
composer require eab/mailchimpsubscribe --update-no-dev --prefer-dist
Otherwise, download and copy the eabmcsubscribe folder to the extension folder.
Under [ExtensionSettings] add:
ActiveExtensions[]=eabmcsubscribe
Clear the cache and regenerate the autoload arrays:
php bin/php/ezcache.php --clear-all
php bin/php/ezpgenerateautoloads.php
The URL of the subscribe form is at:
http://www.example.com/mailchimp/subscribe
To enable the consent checkbox for subscribers to tick before proceeding
override design/standard/templates/mailchimp/subscribe.tpl in your own
design template and add a consent parameter to the {include uri="design:mailchimp/signup.tpl"} line.
For example:
{include uri="design:mailchimp/signup.tpl" consent="I agree to everything"}
To change the label of the signup button override design/standard/templates/mailchimp/subscribe.tpl
in your own design template and add a signup parameter to the
{include uri="design:mailchimp/signup.tpl"} line. For example:
{include uri="design:mailchimp/signup.tpl" signup="Sign me up!"}
To disable the ReCaptcha widget edit settings/override/mailchimp.ini.append.php:
[RecaptchaSettings]
Use=disabled
To disable double opt-in edit settings/override/mailchimp.ini.append.php:
[MailchimpSettings]
DoubleOptIn=disabled