ActiveCampaign is one of the most popular email marketing platforms available. This add-on allows you to integrate your donation forms with ease so that your donors are provided an option to opt-in when giving. When activated you can customize the lists and tags donors are assigned when they give on a global and per form basis, modify the opt-in display text, and more.
🔑 This is a private repository due to it being a premium add-on. Should another developer outside of our organization need access please use Slack to ping the Lead Developer.
This plugin requires the GiveWP core plugin activated to function properly. When activated, it adds a powerful integration with ActiveCampaign.
To get started developing on this add-on please first complete the Getting Started steps found on the GiveWP repo. Once that's complete perform the following:
cd
into your local plugins directory:/path/to/wp-content/plugins/
- Fork this repository from GitHub and then clone that into your plugins directory in a new
give
directory - Run
composer install
to set up dependencies - Run
npm install
to set up Gulp.
Happy coding! 👩💻 👨💻