WPForms Lite is the free entry point to Awesome Motive’s form-builder product, with 6 million active installs on wordpress.org as of June 2026 (Contact Form 7 leads the category at 10 million). Awesome Motive also publishes WP Mail SMTP, MonsterInsights, AIOSEO, and OptinMonster; WPForms sits in the same commercial family and shares the same in-dashboard upgrade pattern.
WPForms routes notification emails through wp_mail(), so any mailer plugin on the site intercepts and routes those messages without per-plugin configuration. The mailer plugin and the form plugin operate independently; the stack works because wp_mail() is the shared interface.
The commercial context is present from the start: Lite is explicitly the entry point to a four-tier paid product (Basic, Plus, Pro, Elite), and the gap between what Lite ships and what a moderately ambitious site needs is where Awesome Motive earns its revenue.
What Lite ships
The visual drag-and-drop form builder is the headline feature, and it is genuinely available free. Forms are built by dragging field types into a canvas, not by writing markup tags. For operators who found Contact Form 7’s tag syntax an obstacle, the difference is real and immediate.
Lite’s field set covers the common cases: single line text, paragraph text, email, dropdown, multiple choice, checkboxes, name, number, website URL, and a hidden field. Each field is configured via a panel on the right: label, placeholder, required state, default value, and CSS class. The form’s notification email is configured in a second tab: recipient, subject, sender name, sender address, and the message body assembled from field tokens.
Lite does not store form entries in the WordPress database. When a form submits, WPForms sends the notification email and the submission data is not retained locally. Viewing or exporting entries in the WordPress admin requires a paid plan (Basic or above). WPForms Lite does include a cloud backup option called Lite Connect: when enabled in WPForms > Settings > General, it stores submissions on WPForms’ servers. Lite Connect is opt-in, applies only to submissions received after it is turned on, and entries expire after one year. Submissions backed up via Lite Connect are not viewable in the WordPress admin while the site is on a Lite install; they are automatically restored when the site upgrades to a paid plan. The operational implication: if a notification email fails to arrive, the submission is gone unless Lite Connect was already enabled.
Lite ships a small set of form templates. The count marketed on the WPForms site reflects the full library including Pro-tier templates; the free subset is substantially smaller, covering the Simple Contact Form and a handful of common use cases.
Spam protection in Lite is complete (see the Anti-spam section below). The Constant Contact email marketing integration ships in Lite; it is the only email marketing integration available free. Mailchimp, ActiveCampaign, and every other email marketing platform require a paid plan.
Where it sits in the wp_mail pipeline
WPForms sends all notification emails through wp_mail(). The stack model: form submission → WPForms calls wp_mail() → mailer plugin intercepts and routes via SMTP or provider API → message delivered. WP Mail SMTP, FluentSMTP, Post SMTP, and any other plugin that intercepts wp_mail route WPForms notifications without additional configuration.
The filter surface for modifying outbound messages at the form level is present. The primary hook is wpforms_entry_email_atts, which passes the full $email array (containing subject, message, headers, attachments, and other notification attributes) alongside $fields, $entry, $form_data, and the current $notification_id. All message components are reachable through a single pre-send filter. By contrast, Contact Form 7’s wpcf7_mail_components filter provides a comparable single-point hook; the two surfaces are similar in coverage, with implementation details differing.
Because WPForms uses wp_mail(), its notifications are visible to logging plugins. Check & Log Email and Post SMTP’s built-in logging capture WPForms submissions the same as any other WordPress-generated email.
WPForms and WP Mail SMTP are both Awesome Motive products and are frequently installed together. There is no functional dependency between them; each works correctly alongside any competing product in the other’s category.
The Pro wall
Lite is usable for a contact form that sends a notification email to the site admin and discards the submission. The ceiling arrives quickly for any site with more specific requirements.
Entry management requires a paid plan. Viewing entries in the WordPress admin, exporting to CSV, and any in-dashboard submission record require Basic ($49.50/year introductory, $99/year on renewal, single site) or above.
Conditional logic is not in Lite. Forms cannot show or hide fields based on other field values without upgrading to Basic.
Multiple notifications are paid-only. Each WPForms Lite form has one notification template. Sites that need separate notifications to different recipients based on form values require Basic or above.
File uploads are paid-only. The File Upload field type is not in Lite.
Email marketing integrations beyond Constant Contact are gated. Mailchimp and AWeber are in Basic; others require Plus or above.
Multi-page forms are paid.
Payment fields: Stripe, PayPal, and Square are in Pro Plus ($199.50/year introductory). Authorize.net requires Elite ($299.50/year introductory).
Advanced fields: surveys, Likert scales, signature fields, calculated fields, and conversational-form mode begin at Pro.
The tier structure as of June 2026, from wpforms.com/pricing: Basic ($49.50/year intro, $99/year renewal, one site), Plus ($99.50/year intro, $199/year renewal, three sites), Pro ($199.50/year intro, $399/year renewal, five sites), Elite ($299.50/year intro, $599/year renewal, unlimited sites). Renewal prices are double the advertised introductory prices across all tiers. A site that installs Lite and later needs entry management faces a $49.50 first-year cost that renews at $99. Over three years on a single site, the Basic plan costs $247.50 ($49.50 + $99 + $99).
| Feature | Lite | Basic | Plus+ |
|---|---|---|---|
| Visual drag-and-drop builder | Yes | Yes | Yes |
| Basic field types | Yes | Yes | Yes |
| Entry storage (WP admin view) | No | Yes | Yes |
| Entry export (CSV) | No | Yes | Yes |
| Conditional logic | No | Yes | Yes |
| Multiple notifications | No | Yes | Yes |
| File uploads | No | Yes | Yes |
| Mailchimp integration | No | Yes | Yes |
| Multi-page forms | No | Yes | Yes |
| Payment fields (Stripe, PayPal, Square) | No | No | Yes (Pro) |
Anti-spam
The spam protection available in Lite is the most complete in this tier among the major contact-form plugins.
WPForms anti-spam token is a built-in, invisible mechanism enabled by default on all new forms. It generates a unique token for each form load, validated server-side on submission. Bots submitting without the valid token are rejected. No API key, no configuration, no CAPTCHA visible to users.
Akismet integration is native: if the Akismet plugin is installed and has a valid API key, WPForms submits form entries to Akismet for spam scoring and rejects those scored as spam.
reCAPTCHA v2 (checkbox widget) and reCAPTCHA v3 (invisible, score-based) are both available in Lite. So is hCaptcha (invisible and challenge modes) and Cloudflare Turnstile. Each requires a key pair from the respective provider configured in WPForms > Settings > CAPTCHA. The choice of CAPTCHA mechanism is a form-level setting; different forms on the same site can use different mechanisms.
Contact Form 7 provides reCAPTCHA v3 only in free core (v2 requires a community add-on); WPForms Lite covers v2, v3, hCaptcha, and Turnstile natively.
The upsell pattern
WPForms Lite installs with a suite of in-dashboard marketing mechanisms: upgrade banners in the WPForms menu, "Upgrade to Pro" labels on locked features in the form builder, a persistent admin notice encouraging paid plans, and occasional onboarding flows that present upgrade options. The nag density is comparable to other Awesome Motive plugins; operators who have run WP Mail SMTP Lite will recognise the pattern.
None of this is hidden or deceptive. Awesome Motive discloses its pricing, the upsell mechanisms are standard practice in the freemium WordPress plugin market, and the Lite tier genuinely provides functional form-building for sites that stay within its feature ceiling. The point is that the install decision carries a visible commercial trajectory, and the renewal price for any paid upgrade is double the introductory price.
Where it sits against the alternatives
Contact Form 7 (Rock Lobster Inc., independent): free, no Pro tier, no upsell pressure, tag-based markup rather than visual drag-and-drop. CF7 wins on zero cost and the absence of any commercial relationship; neither plugin stores entries locally in the free version (CF7 has no native storage; WPForms Lite has Lite Connect cloud backup that requires Pro to retrieve). WPForms Lite wins on visual builder and the breadth of native anti-spam options.
Fluent Forms (WPManageNinja): the free tier includes conditional logic and submission storage, which are the two features most sites need that Lite does not provide free. For a site that knows it will eventually need conditionals or a local entry record, Fluent Forms removes the paid upgrade path entirely. WPForms has a larger integration library at comparable paid price points; Fluent Forms’ free tier is operationally broader.
Gravity Forms: paid-only from $59/year (Basic, single site). Conditional logic, multi-page forms, payment processing, and the most extensive third-party integration library in the category. The right evaluation for sites that have already identified requirements that exceed free-tier options.
All three route through wp_mail(). Stack compatibility with any mailer plugin is not a differentiator; feature set and total cost of ownership are.
Verdict
WPForms Lite is the visual drag-and-drop form builder for WordPress sites that want that interface and will not need conditional logic, local entry storage, payment forms, multi-step forms, or email marketing integrations beyond Constant Contact. The anti-spam toolkit is the most complete available free in this category.
The install decision has a commercial tail. Sites that later need conditional logic or entry management face a $49.50/year first-year cost (renewing at $99/year), where Fluent Forms provides both features free. For a site building a simple contact form with no anticipated growth in form complexity, Lite delivers on its promise. For a site unsure whether its form requirements will stay simple, the alternatives deserve evaluation before the install.
For the broader setup the plugin slots into, see how to set up WordPress email.

