[WordPress] 外掛分享: Neural Forms

首頁外掛目錄 › Neural Forms
WordPress 外掛 Neural Forms 的封面圖片
全新外掛
安裝啟用
尚無評分
16 天前
最後更新
問題解決
WordPress 6.8+ PHP 7.4+ v1.1.2 上架:2026-06-20

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.1.2) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Neural Forms」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Neural Forms is a WordPress form plugin with a built-in lead inbox. Build forms with drag and drop, manage submissions in an email-style inbox, and let AI analyze every entry and draft your replies.
Most form plugins stop at collecting submissions. Neural Forms starts there. Every submission lands in your lead inbox with a status, a star, and (optionally) an AI-generated summary, category, priority score, and a draft reply ready to send.
View Live Demo
What’s Included

Drag and drop form builder with live preview
18 field types: Text, Email, Textarea, Select, Checkbox, Number, Phone, URL, Date, Acceptance, Radio, Checkboxes, Range, Poll, Quiz, File Upload, Hidden, and Rating
Row and column layouts (1 to 4 columns per row, mobile-responsive)
Multi-step forms with steps, sections, and welcome screens
Native Gutenberg block with 150+ styling attributes
Shortcode support: [neural-forms id=”42″]
Form template library: pick a template, click once, your form is live
Email-style lead inbox with status, starring, search, and date filters
Per-form views, bulk actions, and keyboard shortcuts
Per-entry message thread for replies
CSV export with date filtering
Cloudflare Turnstile and Google reCAPTCHA v2 spam protection
Admin email notifications and customer auto-responder
Privacy mode: disable IP and user-agent storage (GDPR-friendly)
One-click Contact Form 7 migration
Developer hooks, capability filters, and React SlotFill registry

AI Analysis on Every Submission
100 free AI credits included on signup. Connect your free Neural Forms API key to unlock:

Auto-summary on every submission
AI-assigned category (inquiry, support, sales, and more)
Priority score (0 to 100)
Auto-drafted reply ready to review and send
Multi-tier AI models (Fast tier in the free version)

The form builder, lead inbox, email notifications, CAPTCHA, and CSV export all work without any AI key. AI features are optional and pause when free credits are consumed.
How it works

Install Neural Forms from your WordPress dashboard.
Use the visual builder to add fields and configure settings, or pick a template from the library.
Embed using the Gutenberg block or the [neural-forms id=”42″] shortcode.
(Optional) Enter your free Neural Forms API key in Settings to enable AI features.
Manage leads in the inbox: review AI analysis, send replies, export entries.

No third-party accounts required for basic form functionality.
Built for

Freelancers and agencies managing client inquiries
Small businesses handling contact and support forms
SaaS companies triaging inbound leads
Bloggers and creators collecting feedback
WooCommerce stores managing pre-sale questions

Neural Forms Pro
Need more? Neural Forms Pro adds:

7,500 to 25,000 AI credits per year (resets with renewal)
AI form generation: describe a form in plain English, AI builds it
Smart spam detection with adjustable threshold
Reanalyze, regenerate, and polish AI drafts
Site profile scraper for context-aware AI
Divi 5 Visual Builder module
Native integrations with HubSpot, Mailchimp, Zapier, WhatsApp, and Google Forms
Matrix and Repeater field types
Premium AI model tiers
Priority support
Auto updates

Starting at $99 per year for unlimited sites. See full pricing.
Built by Elicus
Neural Forms is built by Elicus, building plugins for WordPress since 2015. Our other products include Divi Extended, WPMozo, and Divi Plus, used on 300,000+ WordPress sites worldwide.
Documentation
Full documentation is available at neuralforms.ai/documentation.
External Services
This plugin connects to external third-party services. Most connections require explicit opt-in (entering an API key or selecting a service). One service (the template library) is contacted when you open the Templates screen to fetch the list of available form templates. The disclosures below describe each service, what data is sent, when, and why.
Neural Forms API
When you enable AI features and enter a Neural Forms API key in Settings, the plugin sends form submission content (the text your visitors enter) and form field metadata to the Neural Forms API at api.neuralforms.ai for AI analysis. This includes generating submission summaries, categories, priority scores, and draft replies. No data is sent unless you have enabled AI and provided an API key. The plugin never sends IP addresses, WordPress admin credentials, or WordPress core data to this service.

Service URL: https://api.neuralforms.ai
Service website: https://neuralforms.ai
Terms of Service: https://neuralforms.ai/terms-and-conditions/
Privacy Policy: https://neuralforms.ai/privacy-policy/

Neural Forms Template Library
When you open the Templates screen in Neural Forms, the plugin connects to the template library at templates.neuralforms.ai to fetch the catalog of available form templates. When you click to import a specific template, the plugin fetches that template’s content from the same host. The plugin sends the template ID and the builder type (block-editor) with each request. No form submission data, no visitor data, no WordPress admin information, and no API keys are sent. The catalog is cached locally for 6 hours to reduce remote requests. The host is fixed to templates.neuralforms.ai by default and validated against an allowlist before every request.

Service URL: https://templates.neuralforms.ai
Service website: https://neuralforms.ai
Terms of Service: https://neuralforms.ai/terms-and-conditions/
Privacy Policy: https://neuralforms.ai/privacy-policy/

Cloudflare Turnstile
When you select Cloudflare Turnstile as your CAPTCHA provider and configure your site and secret keys, the plugin loads the Turnstile challenge script on pages with forms and verifies visitor responses server-side via the Cloudflare API. This service is used only when Turnstile is selected as the CAPTCHA provider in Settings.

Service website: https://www.cloudflare.com/products/turnstile/
Terms of Service: https://www.cloudflare.com/website-terms/
Privacy Policy: https://www.cloudflare.com/privacypolicy/

Google reCAPTCHA v2
When you select Google reCAPTCHA v2 as your CAPTCHA provider and configure your site and secret keys, the plugin loads the reCAPTCHA challenge script on pages with forms and verifies visitor responses server-side via the Google API. This service is used only when reCAPTCHA v2 is selected as the CAPTCHA provider in Settings.

Service website: https://www.google.com/recaptcha/
Terms of Service: https://policies.google.com/terms
Privacy Policy: https://policies.google.com/privacy

Source Code and Build Instructions
Neural Forms ships pre-built JavaScript and CSS files in modules/admin/build/ so the plugin works on a clean WordPress install without a Node toolchain. The compiled/generated files are:

modules/admin/build/index.js: admin React SPA (Forms, Entries, Stats, Settings)
modules/admin/build/index.css and modules/admin/build/index-rtl.css: admin styles
modules/admin/build/block.js: Gutenberg block (neural-forms/form) editor script
modules/admin/build/index.asset.php and modules/admin/build/block.asset.php: auto-generated WordPress dependency manifests

The complete, human-readable source for every generated file above is included inside this plugin package under:

modules/admin/src/: React + CSS source (admin SPA entry, block entry, screens, components, styles)
modules/admin/package.json: npm dependency list and build scripts
modules/admin/package-lock.json: exact dependency versions (lockfile)

modules/admin/webpack.config.js: webpack configuration (extends @wordpress/scripts)
modules/admin/build/index.js is built from modules/admin/src/index.js and the modules it imports. modules/admin/build/block.js is built from modules/admin/src/block-index.js. Both are bundled by @wordpress/scripts (webpack + Babel) using the entry points declared in modules/admin/webpack.config.js. No obfuscation, packing, or encoding step is applied.

To rebuild the generated assets from source:

Install Node.js 18 or newer and npm.
Open a terminal in the plugin directory.

Run:
cd modules/admin
npm install
npm run build

This regenerates the files in modules/admin/build/ from modules/admin/src/.

文章
Filter
Apply Filters
Mastodon