zaus/forms-3rdparty-integration

CF7 Pardot integration

Opened this issue · 0 comments

Error while sending data to pardot from Contact Form 7.

There was an error when trying to integrate with the 3rd party service {Pardot} (https://go.xxxxxxxxxx.com/l/697173/2019-09-13/8dgd).

FORM
Title: Request Demo
Intended Recipient: sales@xxxxxxxxxx.com
Source: https://www.xxxxxxxxxx.com/wp-json/contact-form-7/v1/contact-forms/771/feedback

SUBMISSION
Array
(
[timeout] => 30
[body] => Array
(
[firstname] => firstname
[lastname] => lastname
[email] => email
[title] => title
[phone] => phone
[company] => company
[country] => country
[state] => state
[nproviders] => nproviders
[nfacilities] => nfacilities
)

)

RAW RESPONSE
Array
(
[safe_message] => error object
[object] => WP_Error Object
(
[errors] => Array
(
[http_request_failed] => Array
(
[0] => Too many redirects
)

            )

        [error_data] => Array
            (
            )

    )

)