Free Tool: The 'Missing Link' between FluentCRM & Fluent Forms (No PII in URL + Site-wide Personalization)
Hi everyone,
I wanted to share a solution we built internally at NOMAXX, because we were struggling with a common issue in our lead generation flows.
The Problem: We needed to pass user data from "Form A" to "Form B" (multi-step flow). Normally, youβd pass data via URL parameters (?email=...). However, Google Ads and Meta hate this. Passing PII (personal data) in URLs often causes tracking issues or even ad account bans. Plus, it looks messy to the user.
The Solution: We developed a custom connector plugin that creates a "secure tunnel" using a Self-Learning Cookie.
- Privacy First: No data in the URL. We use a unique hash (
?rid=...) to identify the user securely. - Smart Memory: The plugin fetches data from FluentCRM and stores it in a local functional cookie (30 days).
- Self-Learning: As the user fills out more forms (e.g. adds a phone number later), the cookie updates automatically.
- Full Personalization: You can now use shortcodes like
[fc_data field="first_name"]on any page to greet the user ("Welcome back, Marco!"), even if they return days later.
Free Download: We decided to release this tool for free to the community. You can download the plugin and the setup manual directly from our site (no opt-in required).
Get the NOMAXX Connector here: https://nomaxx.nl/fluent-connector
Let me know if it helps optimize your flows!
Cheers, Marco van Ham
Very cool! Thanks for sharing.
Kaneisha G.Β your welkom
a very valuable contribution to the community members. Highly appreciated
arjun arjunΒ thank you
Posted this on Facebook, this is well needed and I'm looking forward to testing it.