• Hankie

    (@joeriwetters)


    Hi,
    question: testing with the 3rd party plugin in combination with Contact Form 7 and Pardot. Some forms are working, others don’t, while they’re exactly similar in configuration. And we’re getting this failure ‘too many redirects’.

    Any suggestion why this works on some forms and not on all of them? We’ve tested with all other plug-ins deactivated.

    Hope to hear from you!

    Best,

    Joeri

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author zaus

    (@zaus)

    As far as I’ve ever been able to figure out it’s a pardot thing, or a basic incompatibility with how WP makes http requests. Lots of people have complained about pardot integrations.

    The only thing I can suggest is to use a hook to override the plugin’s sending mechanism to curl or something else more explicit so you can try different options. I think there are also some WP hooks to change how wp_remote_post works.

    Plugin Author zaus

    (@zaus)

    You’ll want my hook ...service_filter_args to return ['response_bypass']

    https://github.com/zaus/forms-3rdparty-integration/blob/master/forms-3rdparty-integration.php#L608

    Hi,

    I have the same or similar issue. Forms that have worked generally fine for years now as far as I know are failing, with the same error:

    *** Response ***
    WP_Error Object
    (
    [errors] => Array
    (
    [http_request_failed] => Array
    (
    [0] => Too many redirects
    )

    )

    [error_data] => Array
    (
    )

    )

    Can you elaborate on your suggested fix? I honestly don’t even know where to begin with this one, and I’m usually pretty good at troubleshooting this stuff. I was the one who originally set this all up maybe five years ago and haven’t had a major issue come up until now.

    Thanks!

    Are you able to provide a working snippet that will force the plugin to use cURL? Nothing is working for us to connect to Pardot.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Contact Form 7 integration unstable’ is closed to new replies.