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://ko.wordpress.org/plugins/darwin-form-handler-for-pardot/#description)
 * [평가](https://ko.wordpress.org/plugins/darwin-form-handler-for-pardot/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/darwin-form-handler-for-pardot/#installation)
 * [개발](https://ko.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+**
 *  워드프레스 버전 ** 5.6 또는 그 이상 **
 *  다음까지 시험됨: **7.0.4**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/darwin-form-handler-for-pardot/)
 * 태그:
 * [contact form 7](https://ko.wordpress.org/plugins/tags/contact-form-7/)[file upload](https://ko.wordpress.org/plugins/tags/file-upload/)
   [lead generation](https://ko.wordpress.org/plugins/tags/lead-generation/)[Pardot](https://ko.wordpress.org/plugins/tags/pardot/)
   [salesforce](https://ko.wordpress.org/plugins/tags/salesforce/)
 *  [고급 보기](https://ko.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/)