Download the PHP package sparkalow/craft-activecampaign-forms without Composer

On this page you can find all versions of the php package sparkalow/craft-activecampaign-forms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package craft-activecampaign-forms

ActiveCampaign Forms

A new field type to easily add ActiveCampaign 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

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

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

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

Open your terminal and run the following commands:

Setup

Once the plugin is installed:

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

See the official docs 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.

See Environmental Configuration in the Craft documentation to learn more.

Usage

This plugin provides a new field type for selecting forms created on the ActiveCampaign platform. Create a new ActiveCampaign form field and add it to your entry types.

Once a form is set on an entry, render a form field on the frontend with:

This will render the form using ActiveCampaign's "Simple Embed" markup. This is essentially the same as copy/pasting the embed snippet.


All versions of craft-activecampaign-forms with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0.2
craftcms/cms Version ^4.0|^5.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package sparkalow/craft-activecampaign-forms contains the following files

Loading the files please wait ....