Linux 软件免费装
Banner图

Integration for CF7 Pardot Form Handlers

开发者 leendertvb
arnodeleeuw
jorisvst
更新时间 2024年7月24日 21:55
捐献地址: 去捐款
PHP版本: 7.0 及以上
WordPress版本: 6.5
版权: GPLv3
版权网址: 版权信息

标签

CF7 Salesforce Pardot form tracking

下载

详情介绍:

This plugin allows you to add a Pardot/Salesforce Form Handler on a form by form basis. After the form has been successfully submitted, the values of the fields will be sent to your provided Pardot Form Handler URL. The main advantage of this plugin is that the submission will be done directly from the browser of your visitor. This will retain all the tracking info and adds the form submission to the track record in Pardot. This will improve your insights about the visitor, even before the form submission took place.

安装:

This plugin can be installed like any other plugin. INSTALL FROM WITHIN WORDPRESS
  1. Visit the plugins page within your dashboard and select ‘Add New’;
  2. Search for ‘CF7 integration for Pardot Form Handlers’;
  3. Install the plugin;
  4. Activate the plugin from your Plugins page;
INSTALL MANUALLY
  1. Download the plugin for the Wordpress repository and unpack;
  2. Upload the ‘iside-cf7-pardot-integration’ folder to the /wp-content/plugins/ directory;
  3. Activate the plugin through the ‘Plugins’ menu in WordPress;
AFTER ACTIVATION There are no settings or configurations for this plugin.

常见问题:

I connected the form handler URL but submissions are not coming through, what's wrong?

Please make sure you map the IDs of the form tags from ContactForm7 with the form handler in Pardot. Double-check you made no mistakes (case sensitive). Another common issue: please do not mark any fields as required in the form handler (besides the email address). If a field is marked as required and missing from the form or query, the submission will be ignored by Pardot. So better to miss 1 value instead of the whole submission.

I want to send a different value to Pardot then the one shown in the form, how do I do this?

ContactForm7 supports pipes to define a different value to be used in emails as on the front-end. This plugin extends on that feature and can use the raw value after the pipe character as the value for Pardot. Just add the attribute use-raw-values to your form tag. Please use with care: this will reveal the raw values to the public. These pipe values can be used for drop down menus, radio buttons and checkboxes.

The implementation is still not working, what can be the cause?

Please make sure to match the HTTP/HTTPS protocol of the form handler with your website. If your website uses a secure connection over HTTPS your form handler should use that too in order to work.

Why are some submissions not coming through?

This can be caused by an adblocker or tracking blocker used by the visitor of your website. To minify the chances of this to happen, please use a custom tracker domain for your Pardot links.

What is this Pardot you are talking about?

Pardot is the B2B marketing automation of Salesforce, also known as Account Engagement. Pardot allows you to follow-up on prospects and as it is part of the Salesforce suite, it can easily transform your prospects into leads.

更新日志:

2.0 Release date: 2024-04-16 Bugfixes for the full plugin release. 1.0 Release date: 2024-04-05 Initial release of the plugin, adding a custom tab to CF7 forms and sending form fields to the Pardot Form Handler URL.