Title: Promptless Forms
Author: promptlesswp
Published: <strong>2026 年 5 月 30 日</strong>
Last modified: 2026 年 5 月 30 日

---

搜索插件

![](https://ps.w.org/promptless-forms/assets/icon-256x256.png?rev=3554976)

# Promptless Forms

 作者：[promptlesswp](https://profiles.wordpress.org/promptlesswp/)

[下载](https://downloads.wordpress.org/plugin/promptless-forms.1.8.0.zip)

 * [详情](https://cn.wordpress.org/plugins/promptless-forms/#description)
 * [评价](https://cn.wordpress.org/plugins/promptless-forms/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/promptless-forms/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/promptless-forms/#developers)

 [支持](https://wordpress.org/support/plugin/promptless-forms/)

## 描述

Promptless Forms is a lightweight WordPress form plugin built for developers and
design-system-aware sites. Configure forms via JSON in the admin UI or via PHP code,
render them with a shortcode, and send submissions to webhooks, email, or both.

**Core features**

 * JSON or PHP form configuration
 * 13 field types: text, email, tel, textarea, select, radio, checkbox, file, hidden,
   message, section, date, and address (with Google Places autocomplete)
 * Multi-step forms with progress indicators
 * Conditional field visibility based on other field values
 * Column layouts (1/2, 1/3, 2/3, 1/4, 3/4) and section grouping
 * Webhook delivery with HMAC-SHA256 signing and SSRF protection
 * Email notifications with template variables
 * Spam protection: honeypot, timing check, and rate limiting
 * CSV export of form entries
 * File upload handling with magic-byte verification

**Integration**

When the Promptless WP plugin is active, Promptless Forms automatically inherits
design tokens (colors, typography, border radius) from the global brand settings.
Forms also support dark mode through Promptless’s `theme_variant` setting. The plugin
works fully standalone with sensible defaults when Promptless WP is not active.

**For developers**

 * Stable hook surface for extending behavior (`pforms_submission_complete`, `pforms_webhook_payload`,`
   pforms_field_display_value`, etc.)
 * Connector REST API for external integration (default-disabled, opt-in via admin
   toggle)
 * WordPress coding standards compliant
 * Transactional InnoDB storage for entries

### External Services

This plugin can optionally connect to external services. Each service is opt-in 
and requires explicit configuration by a site administrator.

**Webhooks** (when configured per-form):
 Submission data is POSTed to a URL of 
your choosing. The URL, request payload, and signing secret are all configured by
the site administrator on a per-form basis. No data is sent until a webhook URL 
is configured.

**Google Places API** (when the Address field is used):
 The Address field uses 
Google’s Places API to provide address autocomplete. Requires a Google Places API
key configured in the plugin settings. Address queries are sent to Google when users
type in the field. See [Google’s Places API Terms](https://developers.google.com/maps/terms)
and [Privacy Policy](https://policies.google.com/privacy).

**Twilio API** (when configured):
 The optional Twilio module sends SMS messages
and handles missed-call text-back workflows. Requires Twilio account credentials
configured in the plugin settings. Phone numbers and message content are sent to
Twilio for delivery. See [Twilio’s Terms of Service](https://www.twilio.com/legal/tos)
and [Privacy Policy](https://www.twilio.com/legal/privacy).

**Claude Cowork Connector** (default-disabled, opt-in):
 The Connector exposes a
REST API allowing AI agents (such as Anthropic’s Claude Cowork) to manage forms 
via WordPress Application Passwords. Default state is disabled. To enable, an administrator
must explicitly toggle the connector on in **Form Entries  Connector** and generate
a per-user Application Password. No external requests are made by the connector —
it only responds to authenticated incoming requests.

## 安装

 1. Upload the plugin files to `/wp-content/plugins/promptless-forms/` or install through
    the WordPress Plugins screen.
 2. Activate the plugin through the **Plugins** screen in WordPress.
 3. Go to **Form Entries** in your WordPress admin menu to create your first form.

For developer documentation including JSON configuration examples, hook reference,
and integration patterns, see the plugin’s GitHub repository.

## 常见问题

### Does this plugin require Promptless WP?

No. Promptless Forms works fully standalone with sensible default styling. When 
Promptless WP is active, forms automatically inherit your brand colors, typography,
and design tokens.

### How do I display a form on a page?

Use the shortcode `[promptless_form id="your-form-id"]` on any post, page, or widget.
The `id` matches the form ID you set when creating the form in the admin.

### Can I send form submissions to Zapier, Make, or Google Sheets?

Yes. Each form can be configured with a webhook URL in the Forms Manager. Submissions
are signed with HMAC-SHA256 for verification on the receiving end. The plugin supports
preset configurations for common destinations including Zapier, Make, and Google
Sheets (via Apps Script).

### Does the plugin support multi-step forms?

Yes. Define a `steps` array in your form configuration and assign each field to 
a step via the `step` attribute. The plugin renders a progress indicator and handles
step navigation automatically.

### Where are uploaded files stored?

Uploaded files are stored in `/wp-content/uploads/fre-uploads/` with PHP execution
disabled. Filenames are randomized (UUIDs) to prevent guessing. File types are validated
by extension AND magic byte signature.

## 评价

此插件暂无评价。

## 贡献者及开发者

「Promptless Forms」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ promptlesswp ](https://profiles.wordpress.org/promptlesswp/)

[帮助将「Promptless Forms」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/promptless-forms)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/promptless-forms/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/promptless-forms/)，或通过[RSS](https://plugins.trac.wordpress.org/log/promptless-forms/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/promptless-forms/)。

## 更新日志

See CHANGELOG.md in the plugin folder or visit the GitHub repository for full release
notes.

## 额外信息

 *  版本 **1.8.0**
 *  最后更新：**2 天前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 5.0 或更高版本 **
 *  已测试的最高版本为 **7.0**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/promptless-forms/)
 * 标签
 * [contact form](https://cn.wordpress.org/plugins/tags/contact-form/)[form builder](https://cn.wordpress.org/plugins/tags/form-builder/)
   [forms](https://cn.wordpress.org/plugins/tags/forms/)[lightweight](https://cn.wordpress.org/plugins/tags/lightweight/)
   [webhook](https://cn.wordpress.org/plugins/tags/webhook/)
 *  [高级视图](https://cn.wordpress.org/plugins/promptless-forms/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/promptless-forms/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/promptless-forms/reviews/)

## 贡献者

 *   [ promptlesswp ](https://profiles.wordpress.org/promptlesswp/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/promptless-forms/)