Title: Darwin Form Handler for Pardot
Author: Darwin Digital
Published: <strong>2026年8月3日</strong>
Last modified: 2026年8月3日

---

プラグインを検索

![](https://ps.w.org/darwin-form-handler-for-pardot/assets/banner-772x250.png?rev
=3632724)

![](https://ps.w.org/darwin-form-handler-for-pardot/assets/icon-128x128.png?rev=
3632724)

# Darwin Form Handler for Pardot

 作者: [Darwin Digital](https://profiles.wordpress.org/darwindigital/)

[ダウンロード](https://downloads.wordpress.org/plugin/darwin-form-handler-for-pardot.1.1.0.zip)

 * [詳細](https://ja.wordpress.org/plugins/darwin-form-handler-for-pardot/#description)
 * [レビュー](https://ja.wordpress.org/plugins/darwin-form-handler-for-pardot/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/darwin-form-handler-for-pardot/#installation)
 * [開発](https://ja.wordpress.org/plugins/darwin-form-handler-for-pardot/#developers)

 [サポート](https://wordpress.org/support/plugin/darwin-form-handler-for-pardot/)

## 説明

Darwin Form Handler for Pardot connects Contact Form 7 forms to Salesforce Pardot
Form Handlers, also known as Salesforce Marketing Cloud Account Engagement Form 
Handlers.

Use this plugin when you need Contact Form 7 submissions to post directly to a Pardot
Form Handler endpoint from WordPress. Each Contact Form 7 form can have its own 
Pardot endpoint URL, uploaded files are copied to a permanent public location so
the URLs remain accessible long after the form is submitted.

Features:

 * Send Contact Form 7 form data to a Pardot Form Handler endpoint
 * Configure a separate Pardot endpoint for each Contact Form 7 form
 * Add a custom `[multifile]` field for multiple file uploads
 * Convert uploaded files into permanent, accessible URLs for Pardot field mapping
 * Supports JPG, JPEG, PNG, PDF, DOC, DOCX, XLS, and XLSX uploads
 * Server-side MIME type and extension validation for every uploaded file
 * Upload directory protected against script execution via `.htaccess`
 * Lightweight and easy to use

For support and documentation, visit https://darwindigital.com/contact/.

### Usage

Add the custom multiple-file upload field to your CF7 form:

    ```
    [multifile file-uploads limit:5 file_size:10] where file-uploads is the field name
    ```

Make the field multiple-file required by appending an asterisks `multifile*`:

    ```
    [multifile* file-uploads limit:5 file_size:10]
    ```

Options:

 * `limit:N` — maximum number of files (default: 5)
 * `file_size:N` — maximum size per file in MB (default: 5)

Accepted file types: JPG, JPEG, PNG, PDF, DOC, DOCX, XLS, XLSX.

Add the mail-tag `[file-uploads]` to the CF7 Mail tab body so file URLs appear in
the notification email. Uploaded file URLs are also sent automatically to Pardot.

### External Services

This plugin integrates with Salesforce Pardot (also known as Salesforce Marketing
Cloud Account Engagement) to process and store form submissions.

 * **Service Name:** Salesforce Pardot (Salesforce Marketing Cloud Account Engagement)
 * **Purpose of Usage:** Submitting lead generation form data and uploaded files
   directly into Pardot Form Handlers.
 * **Data Transmitted:** The field values submitted through your Contact Form 7 
   form (such as name, email, etc.) and the publicly accessible URLs of any files
   uploaded via the `[multifile]` field.
 * **Privacy Policy:** https://www.salesforce.com/company/privacy/
 * **Terms of Service:** https://www.salesforce.com/company/legal/sfdc-website-terms-
   of-service/
 * **Whether User Consent Is Required:** Yes. The plugin does not collect consent
   automatically. Website administrators are responsible for implementing appropriate
   cookie banners or consent checkboxes to obtain explicit user consent before transmitting
   personal data to Salesforce Pardot, in compliance with regulations like GDPR.

## スクリーンショット

[⌊Pardot Settings panel in a Contact Form 7 form.⌉⌊Pardot Settings panel in a Contact
Form 7 form.⌉[

Pardot Settings panel in a Contact Form 7 form.

[⌊Custom multiple-file upload field on the front end.⌉⌊Custom multiple-file upload
field on the front end.⌉[

Custom multiple-file upload field on the front end.

[⌊Darwin Form Handler for Pardot admin dashboard.⌉⌊Darwin Form Handler for Pardot
admin dashboard.⌉[

Darwin Form Handler for Pardot admin dashboard.

## インストール

 1. Upload the plugin folder to `/wp-content/plugins/`
 2. Activate the plugin through the **Plugins** menu in WordPress
 3. Edit any Contact Form 7 form
 4. Open the **Pardot Settings** tab and paste your Pardot Form Handler endpoint URL
 5. Map your CF7 field names to the matching External Field Names in Pardot

## FAQ

### Does the plugin upload files directly to Pardot?

No. Files are saved to your WordPress media directory. The plugin sends the publicly
accessible file URLs to Pardot so you can map them to a Pardot field.

### Can I rename the multifile field name?

Yes. The name of the multifile tag (e.g., `file-uploads` in `[multifile file-uploads]`)
is sent directly as the field key to Pardot. Change the field name in the shortcode(
e.g. `[multifile attachments]`) and update your Pardot External Field Name to match.

### Which file types are allowed?

JPG, JPEG, PNG, PDF, DOC, DOCX, XLS, and XLSX. Both the file extension and the actual
MIME type are verified server-side.

### What happens if the Pardot endpoint is unreachable?

The form submission still completes for the visitor. The Pardot API failure is caught
and stored in a transient (cf7_pardot_submission_error, 24-hour TTL), and an admin
notice surfaces it to users who can edit Contact Form 7 forms on their next visit
to the admin area.

## 評価

このプラグインにはレビューがありません。

## 貢献者と開発者

Darwin Form Handler for Pardot はオープンソースソフトウェアです。以下の人々がこの
プラグインに貢献しています。

貢献者

 *   [ Darwin Digital ](https://profiles.wordpress.org/darwindigital/)

[“Darwin Form Handler for Pardot” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/darwin-form-handler-for-pardot)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/darwin-form-handler-for-pardot/)
するか、[SVN リポジトリ](https://plugins.svn.wordpress.org/darwin-form-handler-for-pardot/)
をチェックするか、[開発ログ](https://plugins.trac.wordpress.org/log/darwin-form-handler-for-pardot/)
を [RSS](https://plugins.trac.wordpress.org/log/darwin-form-handler-for-pardot/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 1.1.0

 * Initial public release.
 * Custom `[multifile]` field with support for JPG, JPEG, PNG, PDF, DOC, DOCX, XLS,
   XLSX.
 * Per-form Pardot Form Handler endpoint settings.
 * Server-side MIME type validation and upload directory hardening.
 * Admin dashboard with setup guide.

## メタ

 *  バージョン **1.1.0**
 *  最終更新日 **4週間前**
 *  有効インストール数 **10+**
 *  WordPress バージョン ** 5.6またはそれ以降 **
 *  検証済み最新バージョン: **7.0.4**
 *  PHP バージョン ** 7.4またはそれ以降 **
 *  言語
 * [English (US)](https://wordpress.org/plugins/darwin-form-handler-for-pardot/)
 * タグ
 * [contact form 7](https://ja.wordpress.org/plugins/tags/contact-form-7/)[file upload](https://ja.wordpress.org/plugins/tags/file-upload/)
   [lead generation](https://ja.wordpress.org/plugins/tags/lead-generation/)[Pardot](https://ja.wordpress.org/plugins/tags/pardot/)
   [salesforce](https://ja.wordpress.org/plugins/tags/salesforce/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/darwin-form-handler-for-pardot/advanced/)

## 評価

レビューはまだ送信されていません。

[Your review](https://wordpress.org/support/plugin/darwin-form-handler-for-pardot/reviews/#new-post)

[すべてのレビューを見る](https://wordpress.org/support/plugin/darwin-form-handler-for-pardot/reviews/)

## 貢献者

 *   [ Darwin Digital ](https://profiles.wordpress.org/darwindigital/)

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/darwin-form-handler-for-pardot/)