| 开发者 | meser10 |
|---|---|
| 更新时间 | 2026年9月12日 03:18 |
| PHP版本: | 7.2 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
your-email or your-name.
After activating Meser 10 Connect, open any form and you will find a new Meser 10 tab beside Form, Mail and Messages. Tick Enable, type the name of the contact list the entries should land in, and map each Meser 10 contact field to the field name used in your template. The mapping is stored with the form itself, so duplicating the form carries it along.
Elementor Pro Forms
The form widget built into Elementor Pro. Forms are assembled visually on the page, and anything that should happen after a submission is added under Actions After Submit.
Edit the form widget, open Actions After Submit, and add Meser 10 to the list. A Meser 10 panel appears underneath with the contact list name and the field mapping. Elementor identifies fields by Field ID, which you will find under Advanced in each field's settings, so enter those IDs rather than the visible labels. Because the action runs alongside Elementor's own email action, both keep working.
WPForms
A drag and drop builder, available as WPForms Lite and WPForms Pro. Both work with this plugin.
Open a form in the builder and go to Settings. A Meser 10 section sits with the other setting groups. Turn it on, choose the contact list, and map the fields. The settings are saved inside the form, which means exporting a form or duplicating it carries the Meser 10 mapping with it.
Fluent Forms
A drag and drop builder known for keeping the front end light.
Its mapping lives on its own screen at Meser 10 → Fluent Forms in the admin menu rather than inside Fluent's own builder. Pick the form from the list, then set the contact list and the field mapping. The reason for the separate screen is practical: Fluent's integration framework has changed shape between major versions, while reading the list of forms and their fields has stayed stable, so mapping from outside the builder keeps working across upgrades.
How the mapping works
Every integration asks the same two questions: which Meser 10 contact list should receive the entry, and which form field feeds which contact field. The contact fields available are email, phone, first name, last name, address, city, zipcode, and five custom fields you can use for anything else.
Only the email field is required. Anything you leave unmapped is simply not sent. A field that is empty on a given submission is skipped rather than overwriting an existing value on a contact who already exists.
Each integration is loaded only when its form plugin is active, so installing just one builder is perfectly fine, and adding a second one later needs no extra configuration beyond mapping that builder's forms.
Features
Contact Form 7, Elementor Pro Forms, WPForms (Lite and Pro) and Fluent Forms. Each integration is loaded only when that plugin is active, so having just one of them installed is fine. Note that the free version of Elementor does not include the Forms widget, so Elementor Pro is required for that integration.
Yes. The plugin is a connector for an existing Meser 10 account and does nothing on its own.
In your Meser 10 account, under the user settings screen. If you cannot see it, contact Meser 10 support.
No. The API call is wrapped so that any failure is logged and ignored - the form's own confirmation email is sent as usual.
No. It is stored as a WordPress option, readable only by users with the manage_options capability, and it is redacted out of the debug log before the log is written.
Deleting the plugin (not merely deactivating it) removes the API key, the debug log, and all per-form settings it created.
It was removed in 1.1.0. The Pojo Forms plugin was permanently closed on WordPress.org at its author's request in December 2024 and can no longer be installed, so the integration could not be verified against real code.
sanitize_key() lowercased the internal field names (field_EMail became field_email) and broke the match against Meser 10's case-sensitive field names. Forms appeared to save correctly but stored no mapping at all, so no subscriber reached Meser 10 through Contact Form 7.