• I am Unable to create lead into my salesforce org.
    I am using Contact Form 7 version 4.2
    Forms: 3rd-Party Integration version 1.6.4.3
    Wordpress version 4.2.2
    Can you please help me.This is the awesome plugin with great feature and minimize the development.Here is My debug log mail.

    *** Service ***
    Array
    (
    [name] => Salesforce
    [url] => https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8
    [forms] => Array
    (
    [0] => cf7_9266
    )

    [success] => Thanks for Contacting Us
    [failure] => Message Not delivered
    [timeout] => 10
    [mapping] => Array
    (
    [1] => Array
    (
    [val] => 1
    [lbl] => Org Id
    [src] => 00D90000000vy1t
    [3rd] => oid
    )

    [2] => Array
    (
    [lbl] => Last Name
    [src] => your-name
    [3rd] => last_name
    )

    [3] => Array
    (
    [lbl] => Subject
    [src] => your-subject
    [3rd] => company
    )

    )

    [separator] => ,
    )

    *** Post (Form) ***
    http://www.scrapos.com/contact-us-sell-scrap/
    Array
    (
    [_wpcf7] => 9266
    [_wpcf7_version] => 4.2
    [_wpcf7_locale] => en_US
    [_wpcf7_unit_tag] => wpcf7-f9266-p7698-o1
    [_wpnonce] => f3099efbe1
    [your-name] => failingagian
    [your-email] => testingxyz123@gmail.com
    [your-subject] => failingagian
    [your-message] => failingagian failingagian
    [_wpcf7_is_ajax_call] => 1
    [mc4wp_checkbox] => No
    )

    *** Post (to Service) ***
    Array
    (
    [timeout] => 10
    [body] => Array
    (
    [oid] => 00D90000000vy1t
    [last_name] => failingagian
    [company] => failingagian
    )

    )

    *** Response ***
    Array
    (
    [headers] => Array
    (
    [date] => Tue, 04 Aug 2015 06:35:22 GMT
    [set-cookie] => BrowserId=-jRlFPqlSlS2two8cqaXDA;Path=/;Domain=.salesforce.com;Expires=Sat, 03-Oct-2015 06:35:22 GMT
    [expires] => Thu, 01 Jan 1970 00:00:00 GMT
    [cache-control] => private,s-maxage=0
    [content-type] => text/html;charset=UTF-8
    [connection] => close
    )

    [body] =>
    [response] => Array
    (
    [code] => 200
    [message] => OK
    )

    [cookies] => Array
    (
    [0] => WP_Http_Cookie Object
    (
    [name] => BrowserId
    [value] => -jRlFPqlSlS2two8cqaXDA
    [expires] => 1443854122
    [path] => /
    [domain] => .salesforce.com
    )

    )

    [filename] =>
    )

    https://wordpress.org/plugins/forms-3rdparty-integration/

Viewing 1 replies (of 1 total)
  • Plugin Author zaus

    (@zaus)

    Well, you’re posting something to Salesforce. Can you check with them what they’re supposed to receive? Usually the problem is that you’re not sending them all the fields they want, for example you’re only sending ‘last_name’ but they also need ‘first_name’, or something similar

Viewing 1 replies (of 1 total)

The topic ‘Salesforce Lead is Not created’ is closed to new replies.