| 开发者 | rafsuntaskin |
|---|---|
| 更新时间 | 2026年6月17日 17:17 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
[rapid_ai_form id="123"].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).
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.
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.
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.
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.
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.
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.
@wordpress/element and @wordpress/components.[rapid_ai_form id="..."] shortcode renderer with theme-aware submit button./wp-json/rapid-ai-forms/v1/ with capability-gated admin routes.