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
- Google Gemini (Free) β Uses the Gemini API free tier. No credit card required.
- OpenAI β Uses GPT-4o-mini or other OpenAI models (paid API key required).
- 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
- A visitor submits a form (CF7, Gravity Forms, or WPForms).
- The plugin intercepts the submission and sends the lead data to the configured scoring engine.
- The scoring engine classifies the lead based on keywords, budget mentions, urgency signals, email domain, and message quality.
- The email notification subject is tagged with the lead score.
- 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