Title: Zaptic Autofill for WPForms
Author: Lets Go Dev
Published: <strong>11 يوليو، 2026</strong>
Last modified: 10 أغسطس، 2026

---

البحث عن الإضافات

![](https://ps.w.org/zaptic-autofill-for-wpforms/assets/banner-772x250.jpg?rev=3625755)

![](https://ps.w.org/zaptic-autofill-for-wpforms/assets/icon-128x128.jpg?rev=3625755)

# Zaptic Autofill for WPForms

 بواسطة [Lets Go Dev](https://profiles.wordpress.org/letsgodev/)

[تنزيل](https://downloads.wordpress.org/plugin/zaptic-autofill-for-wpforms.1.0.0.zip)

 * [تفاصيل](https://ar.wordpress.org/plugins/zaptic-autofill-for-wpforms/#description)
 * [المراجعات](https://ar.wordpress.org/plugins/zaptic-autofill-for-wpforms/#reviews)
 *  [التنصيب](https://ar.wordpress.org/plugins/zaptic-autofill-for-wpforms/#installation)
 * [التطوير](https://ar.wordpress.org/plugins/zaptic-autofill-for-wpforms/#developers)

 [الدعم](https://wordpress.org/support/plugin/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](https://www.zaptic.io/privacy-policy/)
 * [Terms of service and refund policy](https://www.zaptic.io/refund_returns/)
 * [API documentation](https://zaptic.io/developers)

## لقطات الشاشة

[⌊Zaptic field in the WPForms builder — basic options and the Zaptic license field
under Advanced options.⌉⌊Zaptic field in the WPForms builder — basic options and
the Zaptic license field under Advanced options.⌉[

Zaptic field in the WPForms builder — basic options and the **Zaptic license** field
under Advanced options.

[⌊Advanced Zaptic field settings — license, scoring criteria, and related configuration.⌉⌊
Advanced Zaptic field settings — license, scoring criteria, and related configuration
.⌉[

Advanced Zaptic field settings — license, scoring criteria, and related configuration.

[⌊Other form fields in the builder with the Autofill from Zaptic Field toggle enabled
or disabled.⌉⌊Other form fields in the builder with the Autofill from Zaptic Field
toggle enabled or disabled.⌉[

Other form fields in the builder with the **Autofill from Zaptic Field** toggle 
enabled or disabled.

[⌊Zaptic scoring results — total score for the uploaded CV and a written summary
explaining that score.⌉⌊Zaptic scoring results — total score for the uploaded CV
and a written summary explaining that score.⌉[

Zaptic scoring results — total score for the uploaded CV and a written summary explaining
that score.

[⌊Frontend form with the Zaptic document upload field and autofilled fields visible
to visitors.⌉⌊Frontend form with the Zaptic document upload field and autofilled
fields visible to visitors.⌉[

Frontend form with the Zaptic document upload field and autofilled fields visible
to visitors.

## التنصيب

 1. Upload the plugin folder to `/wp-content/plugins/` or install it through the WordPress
    plugins screen.
 2. Activate the plugin through the **Plugins** screen in WordPress.
 3. Make sure WPForms is installed and active.
 4. Edit a form, add the **Zaptic** field, and enter your API license.
 5. Enable **Autofill from Zaptic** on the fields you want to populate.

## الأسئلة المتكررّة

### Which file types are supported?

PDF, DOC, and DOCX. Image files are not supported.

### Does this plugin work without WPForms?

No. WPForms must be installed and active.

### Where is the total score shown?

When scoring is enabled, the total score and executive summary appear on the entry
detail screen and in the entries list column.

## المراجعات

لا توجد مراجعات لهذه الإضافة.

## المساهمون والمطوّرون

“Zaptic Autofill for WPForms” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل
في هذه الإضافة.

المساهمون

 *   [ Lets Go Dev ](https://profiles.wordpress.org/letsgodev/)

[ترجمة ”Zaptic Autofill for WPForms“ إلى لغتك.](https://translate.wordpress.org/projects/wp-plugins/zaptic-autofill-for-wpforms)

### مُهتم بالتطوير؟

[تصفّح الشفرة](https://plugins.trac.wordpress.org/browser/zaptic-autofill-for-wpforms/)،
تحقق من [مستودع SVN](https://plugins.svn.wordpress.org/zaptic-autofill-for-wpforms/)،
أو الاشتراك في [سجل التطوير](https://plugins.trac.wordpress.org/log/zaptic-autofill-for-wpforms/)
بواسطة [RSS](https://plugins.trac.wordpress.org/log/zaptic-autofill-for-wpforms/?limit=100&mode=stop_on_copy&format=rss).

## سجل التغييرات

#### 1.0.0

 * Initial release.

## ميتا Meta

 *  Version **1.0.0**
 *  Last updated **قبل 3 أسابيع**
 *  Active installations **أقل من 10**
 *  WordPress version ** 6.0 أو أعلى **
 *  Tested up to **7.0.4**
 *  PHP version ** 8.2 أو أعلى **
 *  Language
 * [English (US)](https://wordpress.org/plugins/zaptic-autofill-for-wpforms/)
 * Tags
 * [autofill](https://ar.wordpress.org/plugins/tags/autofill/)[document](https://ar.wordpress.org/plugins/tags/document/)
   [forms](https://ar.wordpress.org/plugins/tags/forms/)[pdf](https://ar.wordpress.org/plugins/tags/pdf/)
   [zaptic](https://ar.wordpress.org/plugins/tags/zaptic/)
 *  [عرض متقدم](https://ar.wordpress.org/plugins/zaptic-autofill-for-wpforms/advanced/)

## التقييم

لم يتم تقديم أي مراجعات بعد.

[Your review](https://wordpress.org/support/plugin/zaptic-autofill-for-wpforms/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/zaptic-autofill-for-wpforms/reviews/)

## المساهمون

 *   [ Lets Go Dev ](https://profiles.wordpress.org/letsgodev/)

## الدعم

لديك شيء لتقوله؟ بحاجة الى مساعدة؟

 [عرض منتدى الدعم](https://wordpress.org/support/plugin/zaptic-autofill-for-wpforms/)