Linux 软件免费装
Banner图

Rapid AI Forms

开发者 rafsuntaskin
更新时间 2026年6月17日 17:17
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

forms contact form form builder ai builder

下载

0.2.0 0.1.0

详情介绍:

https://vimeo.com/1198809051 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

安装:

  1. In your WordPress admin, go to Plugins → Add New, search for Rapid AI Forms, and click Install Now, then Activate.
  2. Open AI Forms → Settings and configure your AI provider.
  3. Create a form under AI Forms → Forms, describe what you want, and embed it on any page with [rapid_ai_form id="123"].

屏幕截图:

  • The form editor generating fields from a natural-language prompt, with the live preview pane.
  • Per-form email notifications: To, Subject, and a mail-tag Body with an optional Reply-To field.
  • A generated form rendered on the frontend, matching the active theme's button styles.
  • The Settings page with the AI provider dropdown and one-click credential verification.

常见问题:

Is this really just a contact form builder?

That's the primary use case and the one the AI defaults are tuned for. Under the hood the field set is general enough to build inquiry forms, RSVPs, newsletter signups, support intakes, and similar lightweight submission forms. It is not a replacement for payment forms, multi-page applications, or anything with conditional logic (yet).

Do I need an AI provider account?

You need credentials for at least one provider. Either bring your own API key (Anthropic, Google Gemini, or any OpenAI-compatible service), or on WordPress 7.0+ configure a connector under Settings → Connectors and pick WordPress AI Client in the plugin settings — no per-plugin key needed in that case.

Can I use it without the AI?

Yes. Every field is fully editable by hand and you can build the whole form manually if you prefer. The AI is a shortcut, not a requirement.

Does the plugin send my form submissions to the AI provider?

No. Submissions stay in your own database. Only the prompts you type in the form editor are sent to your chosen AI provider, and only when you explicitly click Generate or Apply.

Where do form submissions go?

Into a dedicated {prefix}rapid_ai_form_submissions database table. The site administrator (or any address you configure on the form) also receives a notification email on each submission with the field values.

How do I customize the notification email?

Open the form in the editor and scroll to Email notifications. You can set the To address (comma-separated for multiple recipients), Subject, and Body. The Body accepts mail-tags like {all_fields}, {field_name}, {form_title}, {site_name}, {site_url}, and {admin_email}. Picking a Reply-To field lets you hit Reply on the notification and write straight back to the visitor.

I'm not receiving notification emails. What should I check?

The plugin hands the message to WordPress's wp_mail(), which means the site itself has to be able to send mail. If wp_mail() does not work elsewhere on the site (e.g. password-reset emails are missing), the most common fix is to install an SMTP plugin and point it at a real mailer. Also confirm the notifications toggle is on for the form and that the To field contains a valid address.

更新日志:

0.2.0 0.1.0