FormScout AI: Smart Lead Scoring

Description

FormScout AI automatically analyzes your form submissions and classifies every lead as 🔥 HOT, 🟡 WARM, 🔵 COLD, or ⚠️ SPAM — so you know which leads to follow up first.

Works with Contact Form 7, Gravity Forms, and WPForms.

Three Scoring Modes

  1. Google Gemini (Free) — Uses the Gemini API free tier. No credit card required.
  2. OpenAI — Uses GPT-4o-mini or other OpenAI models (paid API key required).
  3. Without AI — Built-in rule-based keyword scoring. No API key needed. Works completely offline.

Key Features

  • Automatic lead classification — HOT, WARM, COLD, or SPAM on every submission.
  • Email subject tagging — Prepends [🔥 HOT LEAD], [🟡 WARM LEAD], etc. to notification emails.
  • Lead logs dashboard — View all scored leads with score, confidence, reason, signals, and message preview.
  • Integration toggles — Choose which form plugins to integrate with from the settings page.
  • Fallback protection — If AI fails, automatically falls back to rule-based scoring. Never blocks form submissions.
  • Privacy-first — No data sent to external APIs unless you explicitly configure and enable an AI provider.
  • WordPress standards — OOP architecture, proper sanitization, escaping, nonces, capability checks, and prepared SQL queries.

How It Works

  1. A visitor submits a form (CF7, Gravity Forms, or WPForms).
  2. The plugin intercepts the submission and sends the lead data to the configured scoring engine.
  3. The scoring engine classifies the lead based on keywords, budget mentions, urgency signals, email domain, and message quality.
  4. The email notification subject is tagged with the lead score.
  5. The scored lead is logged in a custom database table and visible in the admin dashboard.

Scoring Criteria

  • HOT — Strong buying intent: budget mentioned, timeline/deadline, urgency keywords, ready to proceed.
  • WARM — Genuine interest: exploring options, asking about services/solutions, requesting more information.
  • COLD — Vague or minimal: short messages, no intent signals, generic greetings.
  • SPAM — Promotional or irrelevant: SEO offers, link building, casino/crypto spam, disposable emails.

Requirements

  • WordPress 5.8 or higher
  • PHP 7.4 or higher
  • At least one supported form plugin: Contact Form 7, Gravity Forms, or WPForms

External Services

This plugin can optionally connect to third-party AI services to classify form leads. No data is sent to any external service unless you explicitly configure and enable an AI provider in the plugin settings.

Google Gemini API

When the “Google Gemini” scoring engine is selected and an API key is configured, this plugin sends the following lead data to Google’s Generative Language API:

  • Submitter’s name, email address, company name, budget, and message (from the form submission).
  • Data is sent each time a supported form is submitted while the plugin is active and the Gemini provider is enabled.

This service is provided by Google LLC.

  • Service URL: https://generativelanguage.googleapis.com/
  • Terms of Service: https://policies.google.com/terms
  • Privacy Policy: https://policies.google.com/privacy

OpenAI API

When the “OpenAI” scoring engine is selected and an API key is configured, this plugin sends the following lead data to the OpenAI API:

  • Submitter’s name, email address, company name, budget, and message (from the form submission).
  • Data is sent each time a supported form is submitted while the plugin is active and the OpenAI provider is enabled.

This service is provided by OpenAI, L.L.C.

  • Service URL: https://api.openai.com/
  • Terms of Service: https://openai.com/policies/terms-of-use
  • Privacy Policy: https://openai.com/policies/privacy-policy

Installation

  1. Upload the ai-lead-intent-scorer folder to the /wp-content/plugins/ directory, or install directly from the WordPress plugin screen.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Go to Lead Scorer Settings to configure:
    • Enable/disable the plugin
    • Choose which form integrations to activate
    • Select a scoring engine (Gemini, OpenAI, or Without AI)
    • Enter your API key if using an AI provider
  4. Submit a test form to verify scoring is working.
  5. View scored leads under Lead Scorer Lead Logs.

FAQ

Does this plugin work without an AI API key?

Yes! Select “Without AI” as the scoring engine and the plugin uses built-in keyword analysis to classify leads. No API key required.

Is the Google Gemini API really free?

Yes. Google offers a free tier for the Gemini API. Get your key at Google AI Studio — no credit card required.

Will this plugin slow down my form submissions?

No. The AI API call has a short timeout (5-10 seconds), and if it fails, the plugin silently falls back to rule-based scoring. Form submissions are never blocked.

What data is sent to the AI API?

Only the form submission fields (name, email, company, budget, message) are sent to the configured API. No data is sent unless you explicitly configure and enable an AI provider.

Does this plugin store personal data?

Yes, the plugin stores lead data (name, email, message, score) in a custom database table for the lead logs feature. This data is only accessible to administrators.

Can I delete the stored lead data?

Yes. Individual log entries can be deleted from the Lead Logs page. All data is also removed when you uninstall (delete) the plugin.

Which form plugins are supported?

Contact Form 7, Gravity Forms, and WPForms (including WPForms Lite).

Reviews

There are no reviews for this plugin.

Contributors & Developers

“FormScout AI: Smart Lead Scoring” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.0

  • Initial release.
  • Contact Form 7, Gravity Forms, and WPForms integration.
  • Google Gemini and OpenAI AI scoring support.
  • Rule-based keyword scoring (Without AI mode).
  • Admin settings page with provider selection and integration toggles.
  • Lead logs dashboard with stats, signals, and message preview.
  • Email subject line tagging with lead score labels.
  • Custom database table for lead log storage.