LukasApps CAPTCHA tools for Contact Form 7
Protect Contact Form 7 forms from spam with Google reCAPTCHA v2, reCAPTCHA v3, hCaptcha or Cloudflare Turnstile.
Safe pick
Yes — LukasApps CAPTCHA tools for Con… is a safe, well-maintained plugin to use in 2026. It runs on 100K+ sites, is rated 4.1/5 and was last updated 3 days ago, and scores 92/100 on our health check.
- Proven at scale on 100K+ active sites
- Actively developed — last update 3 days ago
- Tested with the latest WordPress (7.1)
- Momentum — downloads up 59.6% vs the previous 30 days
How does it stack up?
Side-by-side on installs, updates, ratings & supportDaily downloads
Download spikes usually follow a new release — each site that auto-updates counts as a download.
Rankings
Where LukasApps CAPTCHA tools for… stands todayWordPress.org search rankings
Live position in the plugin search, top 100| Keyword | Position |
|---|---|
| captcha | #10 |
| Cloudflare turnstile | #9 |
| contact form 7 | #9 |
| hcaptcha | #9 |
| recaptcha | #14 |
Version adoption
Share of active sites per release.
Rating breakdown
★★★★★★★★★★ 4.1 from 48 reviews
About LukasApps CAPTCHA tools for Contact For…
From the official readme · v0.2.0Description
Protect your Contact Form 7 forms with Google reCAPTCHA V2, Google reCAPTCHA V3, hCAPTCHA, or Cloudflare Turnstile.
Easy integration and supports multiple forms on a single page.
Four CAPTCHA Options
Choose the CAPTCHA provider that works best for you:
- Google reCAPTCHA V2 — Google’s classic “I’m not a robot” checkbox.
- Google reCAPTCHA V3 — Google’s invisible, score-based bot verification.
- hCAPTCHA — A privacy-first alternative that offers robust bot protection while keeping user data secure.
- Cloudflare Turnstile — A modern CAPTCHA that verifies users in the background, only requiring a simple click if the visitor appears suspicious.
Simple Setup
- Sign up with your chosen CAPTCHA provider and grab your Site Key and Secret Key.
- Paste them into CF7 Captcha in your WordPress admin.
- Add protection to any CF7 form in seconds using the shortcode provided in the same settings page.
Customizable Appearance
Each CAPTCHA widget supports customization options directly from the shortcode:
- Size — Choose between normal and compact to fit your form layout.
- Theme — Switch between light and dark themes (or auto for Turnstile) to match your site’s design.
- Language — Force any CAPTCHA to render in a specific language for your audience.
All options are combinable, so you can mix and match to get the exact look you need.
Submission Insights (NEW in v0.1.7)
Go beyond just blocking spam. Submission Insights gives you full visibility into every form submission:
- Sender IP — See the IP address of the person who contacted you.
- Source Page — Know exactly which page on your site the form was filled out on.
- Device & Browser — Get technical details about the sender’s setup.
Want More? Upgrade to CF7 Captcha Pro
This free version gives you solid CAPTCHA protection. CF7 Captcha Pro adds six extra layers of spam defense on top of what you already have here, plus a full set of tools to capture and act on every lead your forms collect.
What you get with Pro
6-Layer Spam Defense — additional spam-blocking methods that work quietly in the background:
– Advanced Honeypot — invisible trap fields with names that regenerate every 24 hours.
– Time Limit Validation — bots submit in 0.2 seconds. Humans take 15–30. This blocks anything that moves too fast (or stays too long).
– Rate Limiting — caps submissions per IP so bot networks can’t flood your inbox or burn through your email quota.
– Geographic Blocking — whitelist only the countries you serve, or blacklist known spam regions.
– IP Pattern Blocking — block single IPs, wildcards, CIDR ranges, or entire subnets when you know exactly where an attack is coming from.
– Word Filter — scans every submission for spam keywords, phishing URLs, and known scam phrases before it reaches you.
Lead Recovery — captures form data in real-time as visitors type, so you don’t lose leads from abandoned forms.
Database Storage & Export — every submission is saved with full metadata (IP, browser, referrer, timestamp). Export to CSV, Excel, JSON, or PDF whenever you need it. No more lost leads if your email fails.
Webhooks — send form data instantly to any URL. Connect to Zapier, Salesforce, Slack, Google Sheets, or any custom API. Multiple webhooks per form, with retry logic built in.
Mailchimp Integration — submissions automatically added to your Mailchimp lists. Field mapping, tags, opt-in handling.
Twilio SMS — receive instant alerts for every submission or send automated SMS replies to your clients.
Comprehensive Logging — every spam block, webhook call, and integration event is logged. Debug any issue in minutes instead of hours.
External services
This plugin relies on third-party CAPTCHA providers to detect and block spam submissions on your Contact Form 7 forms. Only the service(s) you configure and activate in the plugin settings are contacted.
Google reCAPTCHA (v2 and v3)
This plugin loads the Google reCAPTCHA script and sends the CAPTCHA response token to Google’s verification API when a protected form is submitted, in order to confirm the submission is not from a bot. The visitor’s IP address is also sent as part of this verification.
This service is provided by Google: Terms of Service, Privacy Policy.
hCaptcha
This plugin loads the hCaptcha script and sends the CAPTCHA response token to hCaptcha’s verification API when a protected form is submitted, in order to confirm the submission is not from a bot.
This service is provided by hCaptcha: Terms of Service, Privacy Policy.
Cloudflare Turnstile
This plugin loads the Cloudflare Turnstile script and sends the CAPTCHA response token to Cloudflare’s verification API when a protected form is submitted, in order to confirm the submission is not from a bot.
This service is provided by Cloudflare: Terms of Service, Privacy Policy.
These services are only contacted when the corresponding CAPTCHA type is enabled and configured with valid API keys.
Installation
- Upload the entire contents of the zip file to your plugin directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Configure plugin from Admin => CF7 Captcha
Changelog
0.2.0
- Fix: reCAPTCHA v3 token is now refreshed after every form submission, preventing “Invalid captcha” errors when resubmitting a form after a validation error.
- Fix: reCAPTCHA v3 script is no longer added multiple times when several forms are on the same page.
0.1.9
- Security fix: A vulnerability allowed an unauthenticated visitor to trigger execution of shortcode content when submitting a form. Reported responsibly by Jakub Herman via WPScan/Jetpack (Automattic). All users are strongly encouraged to update immediately.
0.1.8
- Fix: Updated “Requires at least” version to match plugin headers and readme.
- Fix: Reduced tags list to comply with the 5-tag limit.
- Improvement: Documented third-party services (Google reCAPTCHA, hCaptcha, Cloudflare Turnstile) in the readme.
- Improvement: Revised plugin description to remove unverifiable marketing claims.
- Security: Added proper output escaping to shortcode callbacks to prevent XSS.
0.1.7
- New: Introduced [cf7sr-insights] tag – easily collect sender’s IP, Source Page, and Browser info.
- New: Added support for Google reCAPTCHA v3 Invisible
- Improvement: Security upgrade – Switched CAPTCHA verification to POST method.
- Improvement: Enhanced bot detection by including ‘remoteip’ in API verification calls.
- Improvement: Performance boost – Optimized form validation to bypass expensive shortcode rendering.
- Improvement: Cleaned up and consolidated language files for a smaller plugin footprint.
- Fix: Modernized script enqueuing system to eliminate conflicts with modern themes/popups.
- Fix: Corrected Hungarian translation and refined admin notice dismissal behavior.
- Fix: Resolved a bug in the admin notice dismissal logic.
For developers
Is this your plugin? Show off the numbers.
Add a live badge to your site, docs or GitHub README. It updates on its own — no account needed.
Best LukasApps CAPTCHA tools for C… alternatives
All captcha plugins →FAQ
LukasApps CAPTCHA tools for Contact…: quick answers
Straight answers, pulled from live WordPress.org data.
Live data from WordPress.org · checked Sep 26, 2026
Is LukasApps CAPTCHA tools for Con… free?
Yes. LukasApps CAPTCHA tools for Con… is free to download and use from the official WordPress.org plugin directory.
Is LukasApps CAPTCHA tools for Con… safe to use in 2026?
Yes — LukasApps CAPTCHA tools for Con… is a safe, well-maintained plugin to use in 2026. It runs on 100K+ sites, is rated 4.1/5 and was last updated 3 days ago, and scores 92/100 on our health check.
How many websites use LukasApps CAPTCHA tools for Con…?
LukasApps CAPTCHA tools for Con… is active on 100K+ WordPress websites and has been downloaded 1,205,792 times since it launched in February 2015. It was downloaded 75,085 times in the last 30 days.
Does LukasApps CAPTCHA tools for Con… work with WordPress 7.1?
Yes. The developer has tested LukasApps CAPTCHA tools for Con… up to WordPress 7.1.2, the latest release. It requires WordPress 6.2 or newer.
When was LukasApps CAPTCHA tools for Con… last updated?
The latest version, 0.2.0, was released on September 24, 2026 (3 days ago).
Who makes LukasApps CAPTCHA tools for Con…?
LukasApps CAPTCHA tools for Con… is developed and maintained by LukasApps.
What are the best alternatives to LukasApps CAPTCHA tools for Con…?
The most popular alternatives to LukasApps CAPTCHA tools for Con… are SiteGuard WP Plugin (600K+ installs), CF7 Apps (300K+ installs) and Really Simple CAPTCHA (300K+ installs).
Powered by PageForge
Want thousands of pages that rank like these? Build them in an afternoon.
This directory runs on the same engine as PageForge. Turn any spreadsheet, CSV or API into thousands of fast, SEO-ready WordPress pages — with schema, internal links and AI-written copy baked in.
- CSV, Google Sheets & API data sources
- AI content, schema & internal links per page
- Works with Elementor, Gutenberg, Yoast & Rank Math
- Free on WordPress.org — no credit card