PHPackages                             sparkalow/craft-activecampaign-forms - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. sparkalow/craft-activecampaign-forms

ActiveCraft-plugin[Utility &amp; Helpers](/categories/utility)

sparkalow/craft-activecampaign-forms
====================================

ActiveCampaign forms field for Craft CMS.

1.1.0(1y ago)027mitPHPPHP &gt;=8.0.2

Since Sep 16Pushed 1y ago1 watchersCompare

[ Source](https://github.com/sparkalow/craft-activecampaign-forms)[ Packagist](https://packagist.org/packages/sparkalow/craft-activecampaign-forms)[ RSS](/packages/sparkalow-craft-activecampaign-forms/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

ActiveCampaign Forms
====================

[](#activecampaign-forms)

A new field type to easily add [ActiveCampaign](https://www.activecampaign.com/) forms to Craft CMS entries. Render the form in your templates with a simple twig method. Simplify managing form embed snippets for content authors.

> **Note:** This plugin is not affiliated with ActiveCampaign, Inc. It is provided by a 3rd party.

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 4.4.0, 5.0.0 or later, and PHP 8.0.2 or later.

An ActiveCampaign account is also necessary.

Installation
------------

[](#installation)

You can install this plugin via the Plugin Store or using Composer.

#### From the Plugin Store

[](#from-the-plugin-store)

Go to the Plugin Store in your project’s Control Panel or the web version and search for “ActiveCampaign Forms”. Then click “Install”.

#### With Composer

[](#with-composer)

Open your terminal and run the following commands:

```
# go to the project directory
cd /path/to/my-project.test

# tell Composer to load the plugin
composer require sparkalow/craft-activecampaign-forms

# tell Craft to install the plugin
./craft plugin/install activecampaign-forms
```

Setup
-----

[](#setup)

Once the plugin is installed:

1. Go to **Settings** → **ActiveCampaign Forms**.
2. Enter your ActiveCampaign **Account URL**.
3. Enter your **API Key**.
4. Click **Save**.

> See the [official docs](https://help.activecampaign.com/hc/en-us/articles/207317590-Getting-started-with-the-API) for info on how to get your API info.

Alternatively, you can also create an `activecampaign-forms.php` config file in your `/config` directory with the following options.

```
