• Hey, first off I’ve used your plugin very successfully in the past. Several form handlers in Pardot use this daily. But in setting up a new one (which is actually a modified duplicate of an existing one) on the same website, I’m getting this failure notice that I don’t quite understand. I’ve suspected field mapping might be the issue, but everything appears to be in order. Can you point me in the right direction? Thanks!

    There was an error when trying to integrate with the 3rd party service {xxxx Form} (https://www2.xxxxxx.com/l/169432/2019-10-21/2gn864).
    
    **FORM**
    Title: xxxxx Form
    Intended Recipient: [email protected]
    Source: https://www.xxxxxx.com/wp-json/contact-form-7/v1/contact-forms/46783/feedback
    
    **SUBMISSION**
    Array
    (
        [timeout] => 10
        [body] => Array
            (
                [First Name] => xxxx
                [Last Name] => xxx
                [Email] => [email protected]
                [Installation Name] => MyBasement
                [Installation Partner Name] => xxxxx
                [Installation Partner Email] => [email protected]
                [Installation Partner Phone] => 770-777-9311
                [Display Pixel Pitch (in millimeters)] => 1.9MM
                [Display Size] => 2x3
                [Comments] =>comments.
            )
    
    )
    
    **RAW RESPONSE**
    Array
    (
        [safe_message] => error object
        [object] => WP_Error Object
            (
                [errors] => Array
                    (
                        [http_request_failed] => Array
                            (
                                [0] => Too many redirects
                            )
    
                    )
    
                [error_data] => Array
                    (
                    )
    
            )
    
    )
    
  • The topic ‘CF7-3rdParty Integration Failure’ is closed to new replies.