Title: Nextmint Forms
Author: sabuhiy
Published: <strong>জুলাই 19, 2026</strong>
Last modified: জুলাই 23, 2026

---

প্লাগিন অনুসন্ধান

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

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

# Nextmint Forms

 তৈরি করেছেন [sabuhiy](https://profiles.wordpress.org/sabuhiy/)

[Download](https://downloads.wordpress.org/plugin/nextmint-forms.1.1.0.zip)

 * [বিস্তারিত](https://bn.wordpress.org/plugins/nextmint-forms/#description)
 * [রিভিউ](https://bn.wordpress.org/plugins/nextmint-forms/#reviews)
 *  [ইন্সটলেশন](https://bn.wordpress.org/plugins/nextmint-forms/#installation)
 * [ডেভেলপমেন্ট](https://bn.wordpress.org/plugins/nextmint-forms/#developers)

 [Support](https://wordpress.org/support/plugin/nextmint-forms/)

## Description

Nextmint Forms is a drag-and-drop form builder that turns form submissions into 
leads in Salesforce Marketing Cloud Next. Build a form, connect it to your Form 
Handler, and embed it on any page. Form submissions go straight to Salesforce.

Nextmint Forms is an independent integration and is not affiliated with, or endorsed
by, Salesforce.

**A visual builder.** Drag fields onto the canvas and watch the live preview update
as you work. The builder uses WordPress’s own components, so it looks at home in
wp-admin.

**Secure.** Forms block spam by default with a honeypot and rate limiting. Turn 
on Google reCAPTCHA or Cloudflare Turnstile when you want extra protection.

**Simple to run.** One plugin, one zip, no dependencies. Install it, build a form,
paste your Form Handler URL, and embed the form on any page.

#### Features

 * Visual drag-and-drop builder with a live preview
 * Two ways to connect: Server-side (WordPress posts to your Form Action URL) or
   Client-side (WordPress forwards the submission with the visitor’s tracking id
   to keep Salesforce web tracking and identity resolution). Both submit through
   WordPress, so the same spam protection applies
 * Optional form submission log, off by default: store each form submission encrypted
   with CSV export, or leave it off and store nothing
 * Spam protection: honeypot and rate limiting on by default, plus optional Google
   reCAPTCHA (v2/v3) or Cloudflare Turnstile
 * Shortcode and block embedding
 * Five style presets and a full Customize panel (fonts, colors, spacing, corners)
   with a mobile and desktop preview
 * Show a form inline or as a pop-up: a button opens the form in an accessible dialog(
   set per form in Customize, or per placement with the shortcode)
 * Map each field to its Marketing Cloud Next external field name
 * Accessible styles that look the same on any theme

### External services

This plugin can connect to the services below. Nothing loads in the visitor’s browser
unless you turn it on.

 * **Salesforce Marketing Cloud Next**. Form submissions are sent from your server
   to Salesforce in both modes: Server-side posts to the Form Action URL you set;
   Client-side posts to your Form Handler’s submit endpoint and also sends the visitor’s
   tracking id so Salesforce can resolve identity. The plugin loads no Salesforce
   script in the visitor’s browser. If you add Salesforce’s web tracking (Data Cloud
   Web SDK) to your site yourself, the plugin includes the tracking id it provides.
   The data sent to Salesforce consists of the field values the visitor submits 
   plus a unique id. See Salesforce’s [Terms of Service](https://www.salesforce.com/company/legal/agreements/)
   and [Privacy Policy](https://www.salesforce.com/company/legal/privacy/).
 * **Google reCAPTCHA** (only if you turn it on). Google’s [reCAPTCHA script](https://www.google.com/recaptcha/api.js)
   loads in the visitor’s browser on pages that show the form and sends the visitor’s
   IP address and interaction signals to Google. The resulting token is then verified
   from your server via [Google’s siteverify API](https://www.google.com/recaptcha/api/siteverify).
   See Google’s [Terms of Service](https://policies.google.com/terms) and [Privacy Policy](https://policies.google.com/privacy).
 * **Cloudflare Turnstile** (only if you turn it on). Cloudflare’s [Turnstile script](https://challenges.cloudflare.com/turnstile/v0/api.js)
   loads in the visitor’s browser on pages that show the form and sends the visitor’s
   IP address and interaction signals to Cloudflare. The resulting token is then
   verified from your server via [Cloudflare’s siteverify API](https://challenges.cloudflare.com/turnstile/v0/siteverify).
   See Cloudflare’s [Terms of Service](https://www.cloudflare.com/website-terms/)
   and [Privacy Policy](https://www.cloudflare.com/privacypolicy/).

### Privacy

By default Nextmint Forms stores nothing: form submissions relay straight to Salesforce.
If you enable the optional log (off by default), each form submission is stored **
encrypted** at rest. The admin table shows a summary (a masked email plus metadata:
time, form, event, HTTP status, error code), and an admin can export the full form
submissions as CSV or delete them at any time. The log is removed when you delete
the plugin.

Nextmint Forms is an independent integration and is not affiliated with, or endorsed
by, Salesforce.

## Screenshots

[⌊The drag-and-drop builder: field palette, canvas, and live preview.⌉⌊The drag-
and-drop builder: field palette, canvas, and live preview.⌉[

The drag-and-drop builder: field palette, canvas, and live preview.

[⌊The Customize panel: style presets, fonts, colors, and spacing with a mobile and
desktop preview.⌉⌊The Customize panel: style presets, fonts, colors, and spacing
with a mobile and desktop preview.⌉[

The Customize panel: style presets, fonts, colors, and spacing with a mobile and
desktop preview.

[⌊The Connect tab: choose Server-side or Client-side and set the confirmation.⌉⌊
The Connect tab: choose Server-side or Client-side and set the confirmation.⌉[

The Connect tab: choose Server-side or Client-side and set the confirmation.

[⌊The Protect tab: honeypot and CAPTCHA.⌉⌊The Protect tab: honeypot and CAPTCHA.⌉[

The Protect tab: honeypot and CAPTCHA.

[⌊A form on the front end.⌉⌊A form on the front end.⌉[

A form on the front end.

## Blocks

This plugin provides 1 block.

 *   Nextmint Forms Embed a Nextmint form on this page.

## Installation

 1. Upload the plugin to `wp-content/plugins/nextmint-forms`, or install it from **
    Plugins > Add New** in wp-admin.
 2. Activate **Nextmint Forms**.
 3. Open **Nextmint Forms > Add New** and build a form.
 4. On the **Connect** tab, choose Server-side or Client-side and paste the values 
    from your published Marketing Cloud Next Form Handler’s Code Snippet tab (Form 
    Action URL, or Content Key plus Script Base URL).
 5. Set each field’s **External name** to match your Form Handler, publish, and embed
    the form with its shortcode or block.

The in-plugin **Help** page walks you through the Salesforce side, step by step.

## FAQ

### Does it include spam protection?

Yes. Every form has a honeypot and rate limiting turned on by default, so most bots
are blocked and real visitors never have to solve anything. If you want more protection,
turn on Google reCAPTCHA (v2 or v3) or Cloudflare Turnstile. Everything keeps working
on cached sites.

### What do I need on the Salesforce side?

A published Form Handler in Marketing Cloud Next. From its Code Snippet tab, copy
the **Form Action URL** (for Server-side) or the **Content Key** and **Script Base
URL** (for Client-side). The Help page walks through each step.

### Do I need to write code?

No. Build forms visually, map each field to its Marketing Cloud Next external name,
and embed with a shortcode or block.

### Can I show a form in a pop-up?

Yes. In the builder, open Customize and set Display mode to Pop-up, then set the
button text. The form embeds as a button that opens in an accessible dialog (focus
trap, Escape to close, click-outside to dismiss). You can also decide per placement
with the shortcode, which overrides the form’s own setting: `[nextmint_form id="
123" display="popup" button="Contact us"]`.

### Which fields are supported?

Text, email, phone, URL, number, date, paragraph, dropdown, radio, checkboxes, a
consent checkbox, hidden (auto-filled) fields, plus heading and text-block layout
elements.

### Does it store my visitors’ data?

Not by default. Form submissions relay straight to Salesforce and nothing is written
to your database. If you turn on the optional log, each form submission is stored
encrypted and can be exported as CSV. Anyone with admin access can then export or
delete that data, so leave logging off unless you need it.

## Reviews

There are no reviews for this plugin.

## ডেভেলপার এবং কন্ট্রিবিউটর

“Nextmint Forms” is open source software. The following people have contributed 
to this plugin.

কন্ট্রিবিউটর

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

[Translate “Nextmint Forms” into your language.](https://translate.wordpress.org/projects/wp-plugins/nextmint-forms)

### ডেভেলপমেন্ট এ আগ্রহী?

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

## Changelog

#### 1.1.0

**New**

 * Show or hide fields based on what someone picks. Ask a follow-up question only
   when it is relevant and keep the rest of the form out of the way.
 * Dependent dropdowns: point a State or Province field at your Country picker and
   the matching list appears on its own.
 * Built-in choice lists for dropdowns, radios, and checkboxes, including a curated
   list of countries, so you are not typing options by hand.
 * Conversion tracking: fire a dataLayer or JavaScript event on a successful submit
   so your existing GTM or analytics setup can pick it up. No third-party script
   is added.
 * Advanced layout options: put the button on the same line as your fields, hide
   labels for a compact look, and set a field to quarter width.
 * Show a form as a pop-up: turn on Pop-up under Customize (or add display=”popup”
   to the shortcode) and visitors get a button that opens the form in an accessible
   dialog.
 * Pick your own success and error message colors in Customize.
 * Optional submission logging now covers both connection modes, recording a masked
   email and the delivery result you can review on the Settings page.
 * See what changed without leaving WordPress: the Help page now shows this changelog.

**Improved**

 * Client-side forms now submit through WordPress, so the same spam protection (
   honeypot, rate limiting, optional CAPTCHA) applies no matter which connection
   mode you choose. Your Salesforce web tracking and identity resolution are preserved.
 * Forms adapt to the space they sit in, so columns collapse gracefully in tight
   spots like sidebars.

#### 0.1.0

Hello! This is the first release of Nextmint Forms. Everything you need to turn 
WordPress form submissions into Salesforce Marketing Cloud Next leads is here:

 * Build forms visually, with a drag-and-drop builder and a live preview.
 * Send form submissions to Marketing Cloud Next your way, server-side or client-
   side.
 * Block spam out of the box with a honeypot and rate limiting, and switch on Google
   reCAPTCHA or Cloudflare Turnstile when you want more.
 * Make forms match your site with five style presets and a full Customize panel.
 * Drop a form on any page with a shortcode or block.
 * Optionally keep an encrypted log of form submissions (off by default), exportable
   as CSV.

Thanks for trying it. We would love to hear what you think.

## মেটা

 *  Version **1.1.0**
 *  শেষ আপডেট করা হয়েছে **10 ঘন্টা আগে**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.4 or higher **
 *  Tested up to **7.0.2**
 *  PHP version ** 8.1 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/nextmint-forms/)
 * ট্যাগ
 * [contact form](https://bn.wordpress.org/plugins/tags/contact-form/)[form builder](https://bn.wordpress.org/plugins/tags/form-builder/)
   [forms](https://bn.wordpress.org/plugins/tags/forms/)[lead capture](https://bn.wordpress.org/plugins/tags/lead-capture/)
   [spam protection](https://bn.wordpress.org/plugins/tags/spam-protection/)
 * টি
 *  [এডভান্সড ভিউ](https://bn.wordpress.org/plugins/nextmint-forms/advanced/)

## Ratings

এখনো কোনো রিভিউ জমা দেওয়া হয়নি।

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

[সব রিভিউ দেখুন](https://wordpress.org/support/plugin/nextmint-forms/reviews/)

## কন্ট্রিবিউটর

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

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/nextmint-forms/)