SanirTech Lead Chat Forms is a high-performance, privacy-first conversion plugin designed for modern WordPress environments. Instead of sending anonymous users straight to your instant messaging channels, this plugin embeds clean, native form fields that capture user intent and contact information first.
Built strictly according to WordPress Core standards, the codebase is lightweight, secure against cross-site scripting (XSS), and utilizes proper asset enqueuing.
This plugin relies on external third-party services to provide robust spam protection (CAPTCHA) mechanisms. These services are only requested if explicitly enabled in the plugin settings and only load on pages where the form shortcode is actively used.
* What it is: A spam protection service provided by Google to identify malicious bot traffic.
* Data sent: The user’s IP address and behavioral interaction data on the specific page are sent to Google’s APIs (https://www.google.com/recaptcha/api.js and https://www.google.com/recaptcha/api/siteverify) to calculate a human-probability score.
* Links: Google Terms of Service | Google Privacy Policy
* What it is: A privacy-first CAPTCHA alternative provided by Cloudflare.
* Data sent: The user’s IP address and challenge token are sent to Cloudflare’s APIs (https://challenges.cloudflare.com/turnstile/v0/api.js and https://challenges.cloudflare.com/turnstile/v0/siteverify) to verify human interaction without cross-site tracking.
* Links: Cloudflare Terms of Service | Cloudflare Privacy Policy