CF7 and Pardot Integration
-
We are working with WordPress with CF7 and trying to connect the form to Pardot but I keep getting the following error and I am only trying to pass 1 field, Email;
*** Service ***
Array
(
[name] => Pardot
[url] => https://go.pardot.com/l/xxxxxx/2017-02-25/xxx
[forms] => Array
(
[0] => cf7_203
)[success] =>
[failure] =>
[timeout] => 10
[mapping] => Array
(
[0] => Array
(
[lbl] => Email
[src] => your-email
[3rd] => email
))
)
*** Post (Form) ***
https://advisorloans.com/advisorloans-loan-application/
Array
(
[_wpcf7] => 203
[_wpcf7_version] => 4.6.1
[_wpcf7_locale] => en_US
[_wpcf7_unit_tag] => wpcf7-f203-p135-o1
[your-name] => Willy
[tel-mobile] => 5555550226
[last-name] => Sunday
[state] => FL
[your-email] => [email protected]
[menu-callme] => ASAP
[advisor-type] => Financial Advisor (registered rep)
[number-amount] => 2260001
[loan-type] => Debt consolidation and refinancing
[_wpcf7_is_ajax_call] => 1
)*** Post (to Service) ***
Array
(
[timeout] => 10
[body] => Array
(
[email] => [email protected]
))
*** Response ***
WP_Error Object
(
[errors] => Array
(
[http_request_failed] => Array
(
[0] => Too many redirects
))
[error_data] => Array
(
))
Any help would be tremendous as we are live.
- The topic ‘CF7 and Pardot Integration’ is closed to new replies.