PluginScout

Mailster Contact Form 7 — WordPress Newsletter Plugin

by EverPress · WordPress.org page · Website

v1.6.0 Tested up to WP 6.8.8

Mailster Contact Form 7 has 1,000+ active installs on WordPress.org and 28,297 downloads all time. We have tracked it since September 4, 2026; download trends appear after 30 days of data. The last update was on November 3, 2025, tested up to WordPress 6.8.8.

Mailster Contact Form 7 at a glance

Active installs
1,000+
Total downloads
28,297
Downloads, last 30 days
available after 30 days of tracking
30-day growth
tracking since September 4, 2026

Is Mailster Contact Form 7 well maintained?

Support threads resolved
No open threads
nothing waiting on the WordPress.org forum
WordPress compatibility
Behind
tested up to WordPress 6.8.8, not yet with the current 7.1

Mailster Contact Form 7 reviews and ratings

4 reviews on WordPress.org, with the most recent ones as their authors posted them.

5.0 out of 5

4 reviews

5★
4
4★
0
3★
0
2★
0
1★
0
  • confirmed status not working

    If a user subscribes to the contact form 7 form with this plugin, they will be added to the list, but their status will not be automatically confirmed. "Double-opt-In" is turned off, meaning they do not have to confirm their unsubscribe, but the user will still not be active. Is there another setting that I missed, or is the plugin unable to make the user an active subscriber immediately?

    hajo804
  • Display more errors from mailster

    Hi, I improved the validate and add_subscriber function in classes/contactform.class.php to allow contact from7 to display more errors from mailster instead of just error messages for duplicate subscribers. public function validate( $result, $tags ) { if ( ! $result->is_valid() ) { return $result; } if ( ! function_exists( 'mailster' ) ) { return $result; } $submission = WPCF7_Submission::get_instance(); if ( ! $submission || ! $posted_data = $submission->get_posted_data() ) { return $result; } $form = WPCF7_ContactForm::get_current(); $properties = $form->get_properties(); // no Mailster settings if ( ! isset( $properties['mailster'] ) ) { return $result; } $properties = $properties['mailster']; // not enabled if ( ! $properties['enabled'] ) { return $result; } // checkbox defined but not checked if ( isset( $properties['checkbox'] ) && $properties['checkbox'] && empty( $posted_data[ $properties['checkboxfield'] ][0] ) ) { return $result; } $this->userdata = array(); $tag_keys = array_flip( array_filter( wp_list_pluck( $tags, 'name' ) ) ); foreach ( $properties['fields'] as $field => $tag ) { $this->userdata[ $field ] = is_array( $posted_data[ $tag ] ) ? $posted_data[ $tag ][0] : $posted_data[ $tag ]; } $this->userdata['status'] = $properties['doubleoptin'] ? 0 : 1; if ( isset( $properties['gdpr_timestamp'] ) && $properties['gdpr_timestamp'] ) { $this->userdata['gdpr'] = time(); } $this->userdata = apply_filters( 'mailster_verify_subscriber', $this->userdata ); if ( is_wp_error( $this->userdata ) ) { $result->invalidate( $tags[ $tag_keys[ $properties['fields'][ $this->userdata->get_error_code() ] ] ], $this->userdata->get_error_message() ); return $result; } $overwrite = $properties['overwrite']; if ( ! $overwrite && mailster( 'subscribers' )->get_by_mail( $this->userdata['email'] ) ) { $error_message = isset( $properties['error_message'] ) ? $properties['error_message'] : __( 'You are already registered!', 'mailster-cf7' ); $result->invalidate( $tags[ $tag_keys[ $

    xiaoxian666
  • Excellent Plugin

    Search around for good a good contact form for mailster an found this plugin.Works perfect.

    royalehemp
  • Excellent

    Does exactly what it's supposed to do. Smooth integration with CF7, great support.

    tfs

Mailster Contact Form 7 alternatives

Plugins that solve the same problem, ranked by how closely they overlap with Mailster Contact Form 7.

Details

Create your Signup Forms with Contact Form 7 and allow users to signup to your newsletter.

The full description, screenshots and every review live on the WordPress.org page.

Rankings Mailster Contact Form 7 competes in

Tags

  • contact form 7
  • mailster
  • newsletter
  • signup form

More from EverPress

Version
1.6.0
Last updated
Nov 3, 2025
First published
Jan 13, 2017
Requires WordPress
6.0
Tested up to
6.8.8
Requires PHP
Requires plugins
Mailster
Pricing
Free on WordPress.org

Mailster Contact Form 7 FAQ

How many active installs does Mailster Contact Form 7 have?

WordPress.org reports 1,000+ active installs for Mailster Contact Form 7 as of September 7, 2026.

Is Mailster Contact Form 7 still maintained?

Yes. The last release was on November 3, 2025 and it is tested up to WordPress 6.8.8.

Is Mailster Contact Form 7 free?

Mailster Contact Form 7 is free to install from WordPress.org. Many plugins also sell a paid version or add-ons.