Adds page type for a MailChimp signup form. Form fields are read automatically from the MailChimp list.
Adds page type for a MailChimp signup form. Form fields are read automatically from the MailChimp list.
The submissions need to be confirmed by the user, they receives a confirmation email from MailChimp.
Note: this version is compatible with SilverStripe 4. For SilverStripe 3, please see the 3.x release line.
Install the module using composer:
composer require innoweb/silverstripe-mailchimp-signup dev-master
or download or git clone the module into a ‘mailchimp-signup’ directory in your webroot.
Then run dev/build.
To disable SSL verfication (e.g. for your local dev environment) you can add the following to your _config.php
file:
Config::inst()->update('DrewM\MailChimp\MailChimp', 'verify_ssl', false);
The page type has a 'MailChimp' tab where the MailChimp API Key and the AudienceID can be configured.
Once the page is saved it will automatically read the fields from the MailChimp list and display a generated signup form based on these fields.
You can block the loading of jQuery and jQuery validate by using the following config option:
Innoweb\MailChimpSignup\Pages\SignupPageController:
block_default_jquery_and_validate: true
You can block the loading of the form validation script by using the following config option:
Innoweb\MailChimpSignup\Pages\SignupPageController:
block_form_validation: true
If you keep this enabled, you need to have jQuery/validate enabled as well or load these libraries by other means before this form validation script.
The forms fields loaded from MailChimp are cached for 5 minutes by default. You can change the cache time in the config:
Innoweb\MailChimpSignup\MailchimpDataLoader:
field_cache_seconds: 300
Whenever the signup page is published, the cache is deleted.
The page type has a 'MailChimp' tab where the MailChimp API Key, as well as the campaign filters and limitscan be configured.
The following configuration options are available:
Innoweb\MailChimpSignup\Pages\CampaignListPage:
auto_update: true
update_interval: 3600
If auto_update
is enabled, the campaigns are read from MailChimp when the page is displayed, using the update_interval
(seconds) as a limit.
The campaigns are always updated when the page is saved.
BSD 3-Clause License, see License
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem