2017 © Pedro Peláez
 

silverstripe-vendormodule silverstripe-mailchimp-signup

Adds page type for a MailChimp signup form. Form fields are read automatically from the MailChimp list.

image

innoweb/silverstripe-mailchimp-signup

Adds page type for a MailChimp signup form. Form fields are read automatically from the MailChimp list.

  • Friday, July 27, 2018
  • by xini
  • Repository
  • 2 Watchers
  • 0 Stars
  • 212 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 27 Versions
  • 47 % Grown

The README.md

SilverStripe MailChimp Signup Page

Version License, (*1)

Overview

Adds page type for a MailChimp signup form. Form fields are read automatically from the MailChimp list., (*2)

The submissions need to be confirmed by the user, they receives a confirmation email from MailChimp., (*3)

Requirements

Note: this version is compatible with SilverStripe 5. For SilverStripe 4, please see the 4 release line. For SilverStripe 3, please see the 3.x release line., (*4)

Installation

Install the module using composer:, (*5)

composer require innoweb/silverstripe-mailchimp-signup dev-master

Then run dev/build., (*6)

Configuration

To disable SSL verfication (e.g. for your local dev environment) you can add the following to your _config.php file:, (*7)

Config::inst()->update('DrewM\MailChimp\MailChimp', 'verify_ssl', false);

MailChimpSignupPage

The page type has a 'MailChimp' tab where the MailChimp API Key and the AudienceID can be configured., (*8)

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., (*9)

You can block the loading of jQuery and jQuery validate by using the following config option:, (*10)

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:, (*11)

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., (*12)

The forms fields loaded from MailChimp are cached for 5 minutes by default. You can change the cache time in the config:, (*13)

Innoweb\MailChimpSignup\MailchimpDataLoader:
  field_cache_seconds: 300

Whenever the signup page is published, the cache is deleted., (*14)

MailChimpCampaignListPage

The page type has a 'MailChimp' tab where the MailChimp API Key, as well as the campaign filters and limitscan be configured., (*15)

The following configuration options are available:, (*16)

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., (*17)

License

BSD 3-Clause License, see License, (*18)

The Versions

27/07 2018

dev-master

9999999-dev

Adds page type for a MailChimp signup form. Form fields are read automatically from the MailChimp list.

  Sources   Download

BSD-3-Clause

The Requires

 

signup newsletter mailchimp silverstripe

27/07 2018

4.1.1

4.1.1.0

Adds page type for a MailChimp signup form. Form fields are read automatically from the MailChimp list.

  Sources   Download

BSD-3-Clause

The Requires

 

signup newsletter mailchimp silverstripe

09/07 2018

4.1.0

4.1.0.0

Adds page type for a MailChimp signup form. Form fields are read automatically from the MailChimp list.

  Sources   Download

BSD-3-Clause

The Requires

 

signup newsletter mailchimp silverstripe

09/07 2018

3.0.x-dev

3.0.9999999.9999999-dev

Adds page type for a MailChimp signup form. Form fields are read automatically from the MailChimp list.

  Sources   Download

BSD-3-Clause

The Requires

 

signup newsletter mailchimp silverstripe

09/07 2018

3.1.0

3.1.0.0

Adds page type for a MailChimp signup form. Form fields are read automatically from the MailChimp list.

  Sources   Download

BSD-3-Clause

The Requires

 

signup newsletter mailchimp silverstripe

29/06 2018

3.0.4

3.0.4.0

Adds page type for a MailChimp signup form. Form fields are read automatically from the MailChimp list.

  Sources   Download

BSD-3-Clause

The Requires

 

signup newsletter mailchimp silverstripe

29/06 2018

4.0.1

4.0.1.0

Adds page type for a MailChimp signup form. Form fields are read automatically from the MailChimp list.

  Sources   Download

BSD-3-Clause

The Requires

 

signup newsletter mailchimp silverstripe

22/02 2018

4.0.0

4.0.0.0

Adds page type for a MailChimp signup form. Form fields are read automatically from the MailChimp list.

  Sources   Download

BSD-3-Clause

The Requires

 

signup newsletter mailchimp silverstripe

22/02 2018

3.0.3

3.0.3.0

Adds page type for a MailChimp signup form. Form fields are read automatically from the MailChimp list.

  Sources   Download

BSD-3-Clause

The Requires

 

signup newsletter mailchimp silverstripe

08/01 2018

3.0.2

3.0.2.0

Adds page type for a MailChimp signup form. Form fields are read automatically from the MailChimp list.

  Sources   Download

BSD-3-Clause

The Requires

 

signup newsletter mailchimp silverstripe

29/11 2017

3.0.1

3.0.1.0

Adds page type for a MailChimp signup form. Form fields are read automatically from the MailChimp list.

  Sources   Download

BSD-3-Clause

The Requires

 

signup newsletter mailchimp silverstripe

18/09 2017

3.0.0

3.0.0.0

Adds page type for a MailChimp signup form. Form fields are read automatically from the MailChimp list.

  Sources   Download

BSD-3-Clause

The Requires

 

signup newsletter mailchimp silverstripe

09/08 2017

2.4.1

2.4.1.0

Adds page type for a MailChimp signup form. Form fields are read automatically from the MailChimp list.

  Sources   Download

BSD-3-Clause

The Requires

 

signup newsletter mailchimp silverstripe

09/08 2017

2.4.0

2.4.0.0

Adds page type for a MailChimp signup form. Form fields are read automatically from the MailChimp list.

  Sources   Download

BSD-3-Clause

The Requires

 

signup newsletter mailchimp silverstripe

26/06 2017

2.3.1

2.3.1.0

Adds page type for a MailChimp signup form. Form fields are read automatically from the MailChimp list.

  Sources   Download

The Requires

 

signup newsletter mailchimp silverstripe

14/06 2017

2.3.0

2.3.0.0

Adds page type for a MailChimp signup form. Form fields are read automatically from the MailChimp list.

  Sources   Download

The Requires

 

signup newsletter mailchimp silverstripe

14/06 2017

2.2.0

2.2.0.0

Adds page type for a MailChimp signup form. Form fields are read automatically from the MailChimp list.

  Sources   Download

The Requires

 

signup newsletter mailchimp silverstripe

20/03 2017

2.1.4

2.1.4.0

Adds page type for a MailChimp signup form. Form fields are read automatically from the MailChimp list.

  Sources   Download

The Requires

 

signup newsletter mailchimp silverstripe

24/02 2017

2.1.3

2.1.3.0

Adds page type for a MailChimp signup form. Form fields are read automatically from the MailChimp list.

  Sources   Download

The Requires

 

signup newsletter mailchimp silverstripe

22/02 2017

2.1.2

2.1.2.0

Adds page type for a MailChimp signup form. Form fields are read automatically from the MailChimp list.

  Sources   Download

The Requires

 

signup newsletter mailchimp silverstripe

05/10 2016

2.1.1

2.1.1.0

Adds page type for a MailChimp signup form. Form fields are read automatically from the MailChimp list.

  Sources   Download

The Requires

 

signup newsletter mailchimp silverstripe

29/09 2016

2.1.0

2.1.0.0

Adds page type for a MailChimp signup form. Form fields are read automatically from the MailChimp list.

  Sources   Download

The Requires

 

signup newsletter mailchimp silverstripe

28/09 2016

2.0.2

2.0.2.0

Adds page type for a MailChimp signup form. Form fields are read automatically from the MailChimp list.

  Sources   Download

The Requires

 

signup newsletter mailchimp silverstripe

28/09 2016

2.0.1

2.0.1.0

Adds page type for a MailChimp signup form. Form fields are read automatically from the MailChimp list.

  Sources   Download

The Requires

 

signup newsletter mailchimp silverstripe

28/09 2016

2.0.0

2.0.0.0

Adds page type for a MailChimp signup form. Form fields are read automatically from the MailChimp list.

  Sources   Download

The Requires

 

signup newsletter mailchimp silverstripe

25/03 2016

1.1.2

1.1.2.0

Adds page type for a MailChimp signup form. Form fields are read automatically from the MailChimp list.

  Sources   Download

The Requires

 

signup newsletter mailchimp silverstripe

25/03 2016

1.1.1

1.1.1.0

Adds page type for a MailChimp signup form. Form fields are read automatically from the MailChimp list.

  Sources   Download

The Requires

 

signup newsletter mailchimp silverstripe