Coder Social home page Coder Social logo

nathanheffley / contact-form-drip Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 0.0 3 KB

Integrate your Craft CMS contact-form with your Drip email automation system.

License: MIT License

PHP 56.86% HTML 43.14%
craftcms craft-plugin craftcms-plugin craft3 contact-form drip drip-api

contact-form-drip's Introduction

contact-form-drip

contact-form-drip provides the ability to integrate the contact-form plugin with Drip.

Requirements

This plugin requires Craft CMS 3.0.0-beta.20 or later, and of course craftcms/contact-form 2.0 or later.

This plugin makes calls to Drip's v2 API.

Installation

First install the Contact Form plugin, and then require contact-form-drip:

composer require nathanheffley/contact-form-drip

Make sure to go to your site's Plugin control panel page and install the plugin, and then go to the setting page and enter your Drip account information and custom event name.

Using A Config File

If you don't want to use the settings page, you can create a contact-form-drip.php file in your project's config/ folder. Inside that file you can set any of the settings that you see on the settings page.

<?php

return [
    'accountId' => '1234567',
    'apiToken'  => 'apitokenvalue123456789',
    'eventName' => 'My Custom Event'
]

contact-form-drip's People

Contributors

nathanheffley avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

contact-form-drip's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.