Welcome Guest! Login? Checkout

Download Multi Subscriber for WP Email Capture Premium

Description

This plugin adds on a shortcode, that you can use to subscribe to any list from one form.

This plugin is unsupported.

For this plugin to work you need WP Email Capture Premium. For more information, and to purchase, visit the plans and pricing page.

Installation

  1. Upload the plugin (unzipped) into /wp-content/plugins/.
  2. Activate the plugin under the “Plugins” menu.

The form can be inserted into the site at any location. To put the form anywhere, insert the following code into your template

[php]<?php if (function_exists(‘wp_email_capture_multi_form’)) { wp_email_capture_multi_form(); } ?>[/php]

If you want to insert the form within a page, insert into any post or page the string [wp_email_capture_multi_form]. It will be replaced with a simple form.

Attributes you can use are the following

  • template – Format the form in one of three preset templates, either (1, 2 or 3).
  • submittext– The text or Image URL of the button.
  • displayerror – Display errors above the form. Default switched on (yes).

On Github

This plugin is on Github. View the project on Github.