codestackers/subscribers

Codestackers Subscriber plugin for OctoberCMS

Maintainers

👁 codestackers

Package info

bitbucket.org/codestackers/subscribers

Type:october-plugin

pkg:composer/codestackers/subscribers

Statistics

Installs: 131

Dependents: 0

Suggesters: 0

dev-master 2022-02-02 17:10 UTC

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 81807beb13b3018887fc0bd3123d719d0d5754e9

  • Greymen <developers.woop@greymen.co>

pluginformcmsoctoberactive campaign

This package is auto-updated.

Last update: 2026-06-29 02:33:29 UTC


README

Introduction

The Subscriber plugins stores data in the database and can passed them thru to plaforms like MailChimp or Active Campaign

Fields

To use them in blocks:

 form_id:
 label: Form ID
 type: dropdown
 emptyOption: -- Select campaign id --
 comment: 'You can modify campaigns <a href="/backend/codestackers/subscribers/campaigns" target="_blank">here</a>'
 commentHtml: true
 required: true
 list_id:
 label: Active Campaign List ID
 type: dropdown
 options: getListOptions
 emptyOption: -- Select list id --

Branch The branch to commit the content to, when the branch doesn't exists it will be created.

Message The message for every commit. In the message you can use the variables %f for the saved file and %u for the OctoberCMS user that modified the page.