• I’m using contact form 7 and 3rd party services to link to a form handler in Pardot. Lately when receiving a form submission, the completion actions in Pardot are running 6 times for each submission. This is new and can’t figure out how to resolve. I have been able to submit the information directly to the form handler and it runs fine. It’s only a problem when using the form itself. Last test I did I ran the debugger and received the following, but don’t have the expertise to make heads or tails of it (not sure if it says anything at all). Has anyone else had this experience and/or know how to resolve?

    *** Service ***

    Array

    (

    [name] => Pardot -Ask The Medical Staff

    [url] => https://go.pardot.com/l/138531/2016-01-18/2mj

    [forms] => Array

    (

    [0] => cf7_704

    )

    [success] =>

    [failure] =>

    [timeout] =>

    [mapping] => Array

    (

    [0] => Array

    (

    [lbl] => Email

    [src] => email

    [3rd] => email

    )

    [1] => Array

    (

    [lbl] => Phone

    [src] => phone

    [3rd] => phone

    )

    [2] => Array

    (

    [lbl] => First Name

    [src] => first-name

    [3rd] => first-name

    )

    [3] => Array

    (

    [lbl] => Last Name

    [src] => last-name

    [3rd] => last-name

    )

    [4] => Array

    (

    [lbl] => Question

    [src] => message

    [3rd] => message

    )

    [5] => Array

    (

    [lbl] => Newsletter Opt-In

    [src] => newsletter

    [3rd] => newsletter

    )

    [6] => Array

    (

    [lbl] => Preferred Contact

    [src] => contactmethod

    [3rd] => contactmethod

    )

    )

    [separator] =>

    )

    *** Post (Form) ***

    http://hyperbaricmedicalsolutions.com/

    Array

    (

    [_wpcf7] => 704

    [_wpcf7_version] => 4.5

    [_wpcf7_locale] =>

    [_wpcf7_unit_tag] => wpcf7-f704-o1

    [first-name] => NEWTEST

    [last-name] => TODAY

    [email] => today@hotmail.com<mailto:today@hotmail.com>

    [phone] =>

    [contactmethod] => Phone

    [newsletter] => Yes

    [message] =>

    [captcha-441] => 6B7Z

    [_wpcf7_captcha_challenge_captcha-441] => 2951212533

    [_wpcf7_is_ajax_call] => 1

    )

    *** Post (to Service) ***

    Array

    (

    [timeout] => 10

    [body] => Array

    (

    [email] => today@hotmail.com<mailto:today@hotmail.com>

    [phone] =>

    [first-name] => NEWTEST

    [last-name] => TODAY

    [message] =>

    [newsletter] => Yes

    [contactmethod] => Phone

    )

    )

    *** Response ***

    WP_Error Object

    (

    [errors] => Array

    (

    [http_request_failed] => Array

    (

    [0] => Too many redirects

    )

    )

    [error_data] => Array

    (

    )

    )

    https://wordpress.org/plugins/contact-form-7/

Viewing 1 replies (of 1 total)
  • Thread Starter gkissam

    (@gkissam)

    Anyone using Contact7 with pardot form handlers? Any similar issues?

    thanks in advance

Viewing 1 replies (of 1 total)

The topic ‘Pardot Form Handler – Duplicate Completion Actions’ is closed to new replies.