AJAX Signup forms for Drip

Provides shortcode and PHP function to embed a simply signup form for Drip. Data is send to Drip via Ajax (so no page refresh) and confirmations are u

Author:YeKen (profile at wordpress.org)
WordPress version required:4.2.0
WordPress version tested:4.2.4
Plugin version:1.1
Added to WordPress repository:18-08-2015
Last updated:20-08-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:
Total downloads:380
Active installs:30+
plugin download
Click to start download

"AJAX Signup forms for Drip" is a plugin that allows you to place one or more subscribe forms for Drip (www.getdrip.com) on your site. Using Shortcodes (or direct PHP calls) a form that captures an email address can be placed. Using AJAX, the email is submitted to Drip (www.getdrip.com) without refreshing the page. All dialog boxes are presented using Sweet Alert (http://t4t5.github.io/sweetalert/).

You can drop as many shortcodes as you wish and a new subscribe form is dropped. You can associate each form with a Drip Campaign by specifying the ID (shortcode attribute "campaign_id").

Once a form has been completed successfully, a CSS class (defined by shortcode attribute "already_submitted_class") is added to all Drip AJAX Signup forms and a cookie is set. This allows you to hide them if you wish.

Please read the FAQ on how to place the shortcode / PHP call.