logicspot/contact-form-7-dotmailer

A plugin used to process the submission from CF7 forms to Dotmailer

Installs: 459

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 8

Forks: 4

Type:wordpress-plugin

2.0.4 2018-07-31 16:33 UTC

This package is not auto-updated.

Last update: 2024-04-28 03:46:39 UTC


README

Installation

Composer

composer install logicspot/contact-form-7-dotmailer

Configuration

Settings

Once the plugin is installed and activated, select the "Dotmailer Contact Form 7 Plugin Settings" under the Settings menu.

Enter your Dotmailer API username and password. A list of address book IDs and names will be generated. You will need the address book ID of the address book you want to push the data into.

Contact Form 7

Create your contact form 7 form as normal, and ensure that any data you want to push up to Dotmailer has a name prefix of dm_ and the name itself must match the contact field you have created in Dotmailer. For example if you have a contact field of address_1, the form name needs to be dm_address_1.

There MUST be a field of dm_emailaddress with the users email.

Add a hidden field into the form with the name of dm_addressbook with a value of the ID of the addressbook.

Add a checkbox or radio element called dm_subscribe with a pipe value that will return true or yes when selected.

Once this is all set and the form is submitted it should now push the data over to your Dotmailer address book.