Title: MBX Reach
Author: darioti
Published: <strong>September 14, 2026</strong>
Last modified: September 14, 2026

---

Search plugins

![](https://ps.w.org/mbxreach/assets/banner-772x250.png?rev=3696021)

![](https://ps.w.org/mbxreach/assets/icon-256x256.png?rev=3696021)

# MBX Reach

 By [darioti](https://profiles.wordpress.org/darioti/)

[Download](https://downloads.wordpress.org/plugin/mbxreach.1.0.10.zip)

 * [Details](https://wordpress.org/plugins/mbxreach/#description)
 * [Reviews](https://wordpress.org/plugins/mbxreach/#reviews)
 *  [Installation](https://wordpress.org/plugins/mbxreach/#installation)
 * [Development](https://wordpress.org/plugins/mbxreach/#developers)

 [Support](https://wordpress.org/support/plugin/mbxreach/)

## Description

MBX Reach is an email marketing service for people who write to an audience: newsletters,
releases, announcements. This plugin puts one of your MBX Reach signup forms on 
your WordPress site.

 * A **block**, “MBX Reach signup form”: pick the form, the button text and whether
   to ask for a first name, and see the real form in the editor.
 * A **shortcode** for everywhere else: `[mbxreach form="frm_0123456789abcdef01234567"
   button="Subscribe" name="yes"]`, with your own form’s id. In the block editor
   it goes in a Shortcode block; a Code block only shows the text.
 * A default form id under Settings  MBX Reach, so blocks and shortcodes can leave
   the id out, and a list of the other form ids authors may use.

The form posts to mbxreach.com, so the list it feeds and the tags it applies are
whatever the form has in your MBX Reach panel. A signup that comes from another 
site, as the plugin’s do, always confirms by email, whatever the list’s double opt-
in setting: the visitor sees a page asking them to check their inbox and joins when
they click, so the form’s own redirect and thank-you message are not shown for it.
Each form also accepts a limited number of new signups an hour from other sites;
past it, visitors are asked to try again later. Nothing is stored on your site except
the form ids you set, and the plugin loads no script from us on your pages.

You need an MBX Reach account to use it: https://mbxreach.com/

### External services

This plugin renders a form whose target is **mbxreach.com**, the email marketing
service operated by MediaBoxEnt Technologies. When a visitor submits the form, their
browser sends the email address they typed, the first name if you asked for one,
and (as with any web request) their IP address and browser details to mbxreach.com,
where the signup is recorded in the audience of the MBX Reach account that owns 
the form. Nothing is sent until the visitor presses the button; merely viewing a
page with the form sends nothing to us.

 * Terms of Service: https://mbxreach.com/legal/terms
 * Privacy Policy: https://mbxreach.com/legal/privacy

© 2026 MediaBoxEnt Digital Studio LLC. MBX Reach™ is a product of MediaBoxEnt Technologies.

## Screenshots

[⌊The signup form on a page, asking for a first name and an email address.⌉⌊The 
signup form on a page, asking for a first name and an email address.⌉[

The signup form on a page, asking for a first name and an email address.

## Blocks

This plugin provides 1 block.

 *   MBX Reach signup form A signup form that adds people to your MBX Reach audience.

## Installation

 1. Install and activate the plugin.
 2. In your MBX Reach panel, open Signup forms and copy the id of the form you want(
    it starts with `frm_`).
 3. Either paste it under Settings  MBX Reach as the default, or put it in the block
    or the shortcode on the page.
 4. In the block editor, add the “MBX Reach signup form” block, or a Shortcode block
    with the line from the form’s page in your panel. A Code block shows the line as
    text instead of the form.

## FAQ

### Where do I find the form id?

In your MBX Reach panel, under Signup forms, open the form: its page shows the id
and the hosted address.

### Can visitors confirm by email first?

They always do. A signup from another site is confirmed by the person clicking the
email MBX Reach sends, whether or not the list asks for double opt-in, so nobody
can put an address on your list that its owner did not confirm.

### Who can place a form?

Anyone who edits posts can place the default form and the other form ids an administrator
lists under Settings  MBX Reach. Any other form id shows only in content by someone
allowed to publish unfiltered HTML (administrators and editors on a single site),
so an author cannot collect your visitors into an MBX Reach account of their own.

### Does the plugin style the form?

A few lines, so it looks tidy out of the box: a row with the fields and the button,
in MBX Reach’s colour. Override `.mbxreach-form` in your theme to match your site.

### Does it load anything from mbxreach.com on my pages?

No. It renders plain HTML. The only request to mbxreach.com is the one the visitor
makes by submitting the form.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“MBX Reach” is open source software. The following people have contributed to this
plugin.

Contributors

 *   [ darioti ](https://profiles.wordpress.org/darioti/)

[Translate “MBX Reach” into your language.](https://translate.wordpress.org/projects/wp-plugins/mbxreach)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/mbxreach/), check out
the [SVN repository](https://plugins.svn.wordpress.org/mbxreach/), or subscribe 
to the [development log](https://plugins.trac.wordpress.org/log/mbxreach/) by [RSS](https://plugins.trac.wordpress.org/log/mbxreach/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.10

Clearer steps on the settings page: where the shortcode goes in the block editor,
and a complete example.

#### 1.0.9

Authors can place only the default form and the ids an administrator allows; the
alignment and CSS class set on the block reach the published page; the block’s default
texts translate; the editor preview no longer submits; a mistyped id in Settings
keeps the previous default; the hidden anti-spam field stays hidden without the 
stylesheet; uninstalling on a large network no longer walks every site in one request;
and the readme says how signups from other sites confirm.

#### 1.0.8

A block or shortcode with an empty form id shows the default form from Settings 
again, instead of nothing.

#### 1.0.7

Deleting the plugin on a multisite network removes its setting from every site, 
and a form id followed by a line break is no longer accepted.

#### 1.0.6

Require WordPress 6.3 (the block uses API version 3) and let the editor labels translate
via language packs.

#### 1.0.5

Harden the form-id check to the exact hosted format, add a direct-access guard to
the asset manifest, and correct the note about where spam checks run.

#### 1.0.4

 * The text domain is mbxreach, matching the directory slug.

#### 1.0.2

 * The listing is credited to the account that publishes it.

#### 1.0.1

 * The author link points at mediaboxent.tech, the company site.
 * Tested on WordPress 7.1.

#### 1.0.0

 * First release: block, shortcode, default form id.

## Meta

 *  Version **1.0.10**
 *  Last updated **19 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.3 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [Email Marketing](https://wordpress.org/plugins/tags/email-marketing/)[mailing list](https://wordpress.org/plugins/tags/mailing-list/)
   [newsletter](https://wordpress.org/plugins/tags/newsletter/)[signup form](https://wordpress.org/plugins/tags/signup-form/)
   [subscribe](https://wordpress.org/plugins/tags/subscribe/)
 *  [Advanced View](https://wordpress.org/plugins/mbxreach/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/mbxreach/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/mbxreach/reviews/)

## Contributors

 *   [ darioti ](https://profiles.wordpress.org/darioti/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/mbxreach/)