Forum Replies Created

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

    (@rcrem)

    Hi Zaus,

    Thanks for your reply. Here’s the debug message I received:

    *** Service ***
    Array
    (
        [name] => Salesforce
        [url] => https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8
        [forms] => Array
            (
                [0] => cf7_2035
            )
    
        [success] =>
        [failure] =>
        [timeout] => 10
        [mapping] => Array
            (
                [0] => Array
                    (
                        [lbl] => The submitter name
                        [src] => your-name
                        [3rd] => first_name
                    )
    
                [1] => Array
                    (
                        [lbl] => The email address
                        [src] => your-email
                        [3rd] => email
                    )
    
                [2] => Array
                    (
                        [lbl] => oid
                        [src] => hidden-654
                        [3rd] => oid
                    )
    
                [3] => Array
                    (
                        [val] => 1
                        [lbl] => submit
                        [src] => submit
                        [3rd] => submit
                    )
    
            )
    
        [separator] => ,
    )
    
    *** Post (Form) ***
    https://bcagentmatch.com/step2/
    Array
    (
        [_wpcf7] => 2035
        [_wpcf7_version] => 3.6
        [_wpcf7_locale] => en_CA
        [_wpcf7_unit_tag] => wpcf7-f2035-p1893-o1
        [_wpnonce] => 112db749c7
        [menu-42] => $600K - $800K
        [menu-289] => Not Sure
        [text-289] => fernwood
        [step] => 2-2
        [_wpcf7_is_ajax_call] => 1
        [your-name] => roman test
        [your-email] => [email protected]
        [tel-47] => 2508583616
        [your-subject] => 2130 crescent road
        [postalcode] => v8s 2h3
        [your-message] => ersrfsdf
        [hidden-654] => 00DF00000005hvA
    )
    
    *** Post (to Service) ***
    Array
    (
        [timeout] => 10
        [body] => Array
            (
                [first_name] => roman test
                [email] => [email protected]
                [oid] => 00DF00000005hvA
                [submit] => submit
            )
    
    )
    
    *** Response ***
    Array
    (
        [headers] => Array
            (
                [date] => Thu, 13 Mar 2014 03:41:17 GMT
                [cache-control] => private
                [content-type] => text/html;charset=UTF-8
                [connection] => close
            )
    
        [body] =>
        [response] => Array
            (
                [code] => 200
                [message] => OK
            )
    
        [cookies] => Array
            (
            )
    
        [filename] =>
    )

Viewing 1 replies (of 1 total)