Rapid AI Forms is a contact form builder that uses AI to do the boring part. Instead of dragging fields around, you describe the form you want in plain English — “contact form with name, email, phone, and a short message” — and the plugin generates the fields, labels, and validation for you. Edit anything by hand, drop it on any page with a shortcode, and start receiving submissions.
Every form sends a notification email to whoever you choose, with a fully customizable Subject and Body using mail-tags (Contact Form 7 style). Replies go straight to the visitor’s email address when you pick a Reply-To field.
Typical uses
Bring your own AI
Use your own API keys for Anthropic Claude, Google Gemini, or any OpenAI-compatible endpoint (OpenAI, OpenRouter, Fireworks, Groq, local LLMs, and others). On WordPress 7.0+ you can also use a connector configured under Settings Connectors — no per-plugin API key needed.
Features
This plugin contacts a third-party AI service only when an administrator clicks Generate or Apply changes in the form editor. The request is sent to whichever provider the administrator configured: Anthropic (privacy), Google Gemini (privacy), OpenAI (privacy), any OpenAI-compatible endpoint of your choice, or — on WordPress 7.0+ — a connector configured under Settings Connectors. The request body contains only the natural-language prompt the administrator typed, plus the form’s current schema when editing an existing form. No site content, user data, or visitor submissions are ever sent to the AI provider.
Form submissions stay on your site: they’re stored in a custom database table and, if enabled per form, sent as a notification email through WordPress’s own wp_mail() (no third party involved).