We'll create fresh WordPress site with WordPress Email Marketing Plugin – WP Email Capture installed. You have 20 minutes to test the plugin after that site we'll be deleted.
This creates a 2 field form (Name & Email) for capturing emails. Email is double opt in, and allows you to forward opt in to services such as ebooks or software. When you are ready to begin your email marketing campaign, simply export the list into your chosen email marketing software or service. WP Email Capture now comes with a number of integrations and extensions, including WP Email Capture Premium allows you to build multiple lists, track stats and have custom fields and templates
WP Email Capture Free Features:-
For more details please visit the official site of WP Email Capture
Now Released is WP Email Capture Premium! You get all the above features plus the following:-
You also get premium support and further documentation. For more information, and to purchase, visit the plans and pricing page.
Keep in Contact:-
Translation Credits:-
Translations have been done by the following parties. Thank you!
Please report any bugs, support and suggestions to the WP Email Capture Support Page
To style your form, you need to add to your CSS file the following ID declarations. wp_email_capture
is for sidebar & template widgets, wp_email_capture_2
is for on page forms.
#wp_email_capture
{
}
#wp_email_capture label.wp-email-capture-name
{
}
#wp_email_capture label.wp-email-capture-email
{
}
#wp_email_capture input.wp-email-capture-name
{
}
#wp_email_capture input.wp-email-capture-email
{
}
#wp_email_capture_2
{
}
#wp_email_capture_2 label.wp-email-capture-name
{
}
#wp_email_capture_2 label.wp-email-capture-email
{
}
#wp_email_capture_2 input.wp-email-capture-name
{
}
#wp_email_capture_2 input.wp-email-capture-email
{
}