Title: Pardot Marketing
Author: Ben Marshall
Published: <strong>July 23, 2020</strong>
Last modified: November 2, 2021

---

Search plugins

![](https://ps.w.org/pardot-marketing/assets/banner-772x250.png?rev=2345745)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/pardot-marketing/assets/icon.svg?rev=2345721)

# Pardot Marketing

 By [Ben Marshall](https://profiles.wordpress.org/bmarshall511/)

[Download](https://downloads.wordpress.org/plugin/pardot-marketing.1.1.4.zip)

 * [Details](https://test.wordpress.org/plugins/pardot-marketing/#description)
 * [Reviews](https://test.wordpress.org/plugins/pardot-marketing/#reviews)
 *  [Installation](https://test.wordpress.org/plugins/pardot-marketing/#installation)
 * [Development](https://test.wordpress.org/plugins/pardot-marketing/#developers)

 [Support](https://wordpress.org/support/plugin/pardot-marketing/)

## Description

Pardot’s [form handler embeds](https://www.pardot.com/training/form-handlers-15-introduction-to-form-handlers/)
make it difficult to match your site’s look and feel. That’s where the Pardot Marketing
WordPress comes in. Quickly add site-matching forms with custom validation rules
using an Elementor widget. Say ‘good-bye’ to those annoying & ugly Form Handler 
embeds.

#### Features Include

 * Control access with Pardot-specific user roles
 * View Pardot prospects from your WordPress dashboard
 * Customize form handlers to match the look of your site
 * Easily add forms via an Elementor widget
 * Provides real-time field validation
 * Create custom field validation rules
 * Easy-to-add pre-configured form fields
 * Create dynamic, pre-populated form fields
 * Customize success & error messages
 * Ability to integrate into any theme or plugin

## Installation

 1. Upload the entire pardot-marketing folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the Plugins screen (Plugins > Installed Plugins).

For more information, see the [plugin’s website](https://www.highfivery.com/projects/pardot-wordpress-plugin/).

## FAQ

### What user roles are available?

 * Pardot Administrator (`pardotmarketing_admin`) – Inherits WP admin & all Pardot
   Marketing capabilities

### What user capabilites are there?

 * `pardotmarketing_read_prospects` – Allows access to the Pardot Prospects admin
   screen

### How do I add my own field validation rules?

Pardot Marketing uses the [jQuery Validation plugin](https://jqueryvalidation.org/)
to handle & add custom valdations. You can add your own by using the `pardotmarketing_form_handler_scripts_filter`
to add your own JS that can extend the form rules or inject your own JS rules via
the `pardotmarketing_form_handler_validation_options_filter_[form_id]` filter.

### What action hooks are available?

 * `pardotmarketing_before_form_handler` – Fires before output of a Form Handler
   Elementor widget.
 * `pardotmarketing_pre_form` – Fires right before the opening `form` element in
   the Form Handler Elementor widgets.
 * `pardotmarketing_form` – Fires right after the opening `form` element in the 
   Form Handler Elementor widgets.
 * `pardotmarketing_pre_error_msg` – Fires before output of the error message notification.
 * `pardotmarketing_error_msg` – Fires right after the opening tag of the error 
   message notification.
 * `pardotmarketing_error_post_msg` – Fires at the end of the error message notification,
   before the closing tag.

### What filters are available?

 * `pardotmarketing_form_handler_styles_filter` – Modifies what registered styles
   are used when a Form Handler Elementor widget is on the page.
 * `pardotmarketing_form_handler_scripts_filter` – Modifies what registered scripts
   are used when a Form Handler Elementor widget is on the page.
 * `pardotmarketing_form_handler_scripts_filter` – Modifies what registered scripts
   are used when a Form Handler Elementor widget is on the page.
 * `pardotmarketing_form_handler_validation_options_filter_[form_id]` – Modifies/
   adds to the default [jQuery Validation](https://jqueryvalidation.org/) form options.[
   form_id] should be the value from the form `Form ID` field.

## Reviews

![](https://secure.gravatar.com/avatar/ad20b1ca5a5289349befad479fe855533f6ea14bbafe9f76c7ff44b65ada26d3?
s=60&d=retro&r=g)

### 󠀁[elementor infinite spinning loader](https://wordpress.org/support/topic/elementor-infinite-spinning-loader/)󠁿

 [nicmare](https://profiles.wordpress.org/nicmare/) July 13, 2022

when i install and activate it, i can not use elementor because of the infinite 
spinning loader. so plugin seems not to be compatible with current elementor

 [ Read all 1 review ](https://wordpress.org/support/plugin/pardot-marketing/reviews/)

## Contributors & Developers

“Pardot Marketing” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Ben Marshall ](https://profiles.wordpress.org/bmarshall511/)

[Translate “Pardot Marketing” into your language.](https://translate.wordpress.org/projects/wp-plugins/pardot-marketing)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/pardot-marketing/),
check out the [SVN repository](https://plugins.svn.wordpress.org/pardot-marketing/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/pardot-marketing/)
by [RSS](https://plugins.trac.wordpress.org/log/pardot-marketing/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1.4

 * [Fix] Missing Elementor widget icon
 * [Feature] reCAPTCHA v3 integration

#### 1.1.3

 * [Resolves #5](https://github.com/bmarshall511/pardot-marketing/issues/5). Added
   border styling options to the form handler submit button.
 * [Resolves #4](https://github.com/bmarshall511/pardot-marketing/issues/4). Added
   ability to hide field labels.
 * [Resolves #3](https://github.com/bmarshall511/pardot-marketing/issues/3). Added
   radio field option to the form handlers.

#### 1.1.2

 * Enhancement – Ability to select the submitted value for country select fields(
   i.e. country name or abbr.)
 * Enhancement – Developers now have access to the `pardot_marketing_country_options_WIDGET_ID`
   filter, see [#1](https://github.com/bmarshall511/pardot-marketing/issues)

#### 1.1.1

 * Fix – Bug when multiple Pardot Form Handler widgets are on the page.

#### 1.1.0

 * Added Prospects & Forms admin dashboard with data pulled from the Pardot API

#### 1.0.0

 * Initial commit

## Meta

 *  Version **1.1.4**
 *  Last updated **5 years ago**
 *  Active installations **20+**
 *  WordPress version ** 5.2 or higher **
 *  Tested up to **5.8.13**
 *  PHP version ** 7.3 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/pardot-marketing/)
 * Tags
 * [elementor](https://test.wordpress.org/plugins/tags/elementor/)[elementor widget](https://test.wordpress.org/plugins/tags/elementor-widget/)
   [marketing](https://test.wordpress.org/plugins/tags/marketing/)[Pardot](https://test.wordpress.org/plugins/tags/pardot/)
 *  [Advanced View](https://test.wordpress.org/plugins/pardot-marketing/advanced/)

## Ratings

 1 out of 5 stars.

 *  [  0 5-star reviews     ](https://wordpress.org/support/plugin/pardot-marketing/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/pardot-marketing/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/pardot-marketing/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/pardot-marketing/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/pardot-marketing/reviews/?filter=1)

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

[See all reviews](https://wordpress.org/support/plugin/pardot-marketing/reviews/)

## Contributors

 *   [ Ben Marshall ](https://profiles.wordpress.org/bmarshall511/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/pardot-marketing/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://benmarshall.me/donate/?utm_source=pardot_marketing&utm_medium=wordpress_repo&utm_campaign=donate)