[WordPress] 外掛分享: Zaptic Autofill for WPForms

首頁外掛目錄 › Zaptic Autofill for WPForms
WordPress 外掛 Zaptic Autofill for WPForms 的封面圖片
全新外掛
安裝啟用
尚無評分
2 天前
最後更新
問題解決
WordPress 6.0+ PHP 8.2+ v1.0.0 上架:2026-07-10

內容簡介

Zaptic Autofill for WPForms 外掛可讓訪客上傳 PDF、DOC 或 DOCX 檔案,並自動填充 WPForms 表單中的對應欄位,提升表單填寫效率,減少手動輸入的錯誤。

【主要功能】
• 自訂 Zaptic 欄位,支援 API 金鑰及佈局選項
• 自動填充文字、數字、名稱、選擇、文字區域及重複欄位
• 支援標準檔案輸入及拖放上傳佈局
• 選擇性評分標準,儲存總分及執行摘要
• 支援 PDF、DOC 和 DOCX 檔案類型

外掛標籤

開發者團隊

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

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

原文外掛簡介

Zaptic Document Autofill adds a custom field to WPForms that lets visitors upload a PDF, DOC, or DOCX file. The plugin sends the document content to the Zaptic API and fills mapped form fields automatically, including repeater rows and optional scoring criteria.
Features

Custom Zaptic field with API key, layout, and scoring options
Autofill for text, number, name, select, textarea, and repeater fields
Optional scoring criteria with total score and executive summary stored on entries
Supports standard file input and drag-and-drop upload layouts
Document types supported: PDF, DOC, and DOCX

Requirements

WPForms (Lite or Pro)
A valid Zaptic API license configured on the Zaptic field

External services
This plugin connects to the Zaptic API to analyze uploaded documents and return structured field values for autofill. It does not contact Zaptic unless a visitor uploads a supported document on a form that has the Zaptic field configured with a valid license and at least one field marked for autofill.
Zaptic Process API
When a visitor uploads a PDF, DOC, or DOCX file in the Zaptic field, the plugin extracts the document text on your WordPress server and sends a JSON request to:
https://api.zaptic.io/json-api/zaptic/v1/process

Data sent to Zaptic

license — the Zaptic API license configured in the Zaptic field settings (read server-side only; never taken from the browser).
domain — your site domain, derived from the WordPress home URL.
origin — fixed value wpforms_plugin, used to identify this integration.
lang — the WordPress site locale.
version — the plugin version.
requested_fields — the schema of form fields enabled for autofill (field labels and types), not the visitor’s submitted answers.
extracted_content — plain text extracted locally from the uploaded document. The original file is not uploaded to Zaptic.
scoring_criteria (optional) — when scoring is enabled on the Zaptic field, each criterion name, requirement description, and weight.

Data received from Zaptic
On success, the API returns JSON with:

extracted_fields — suggested values keyed by field label, used to populate the form in the browser.
response_id — an identifier for that processing run.
internal_analysis (optional) — when scoring is enabled, may include total_score and executive_summary. This is stored temporarily in WordPress (transient, 30 minutes) and saved to the WPForms entry when the form is submitted.

If the request fails, the plugin shows an error message to the visitor and does not autofill the form.
When the request is made

Trigger: visitor selects a file in the Zaptic upload field on the front end.
Transport: browser → WordPress (admin-ajax.php) → Zaptic API (wp_remote_post).
Frequency: once per uploaded document per autofill attempt.

Privacy and terms
Use of the Zaptic service is subject to Zaptic’s policies. Document text and related metadata sent through this plugin are processed according to those policies.
This service is provided by Zaptic:

Privacy policy
Terms of service and refund policy
API documentation

文章
Filter
Apply Filters
Mastodon