• Kanth

    (@srikanthpulluru)


    hi am using contact form7 and ZOHO CRM

    I want to post all the contact form7 field data to ZOho CRM

    i have mapped all the cf7, 3rd party fields

    what is the submission url in the services section

    I got this mails

    **SUBMISSION**
    Array
    (
    name => [name]
    looking_for => [looking_for]
    )

    **RAW RESPONSE**
    Array
    (
    [reason] => Could not locate success clause within response
    [safe_message] => Success Clause not found
    [clause] => sucess
    [response] => — POST —
    Array
    (
    )

    — GET —
    Array
    (
    )

    )

    another mail

    *** Service ***
    Array
    (
    [name] => Service 1
    [url] => https://bywasta.com/labs/property/wp-content/plugins/contact-form-7-3rd-party-integration/3rd-parties/service_test.php
    [forms] => Array
    (
    [0] => 4241
    )

    [success] => sucess
    [hook] => true
    [mapping] => Array
    (
    [0] => Array
    (
    [val] => 1
    [cf7] => [name]
    [3rd] => [name]
    )

    [1] => Array
    (
    [val] => 1
    [cf7] => [looking_for]
    [3rd] => [looking_for]
    )

    )

    [separator] => ,
    )

    *** Post (Form) ***

    *** Post (to Service) ***

    *** Response ***
    Array
    (
    [headers] => Array
    (
    [x-powered-by] => PHP/5.5.28
    [cache-control] => public, max-age=30
    [expires] => Tue, 08 Sep 2015 11:38:56 GMT
    [content-type] => text/html
    [content-length] => 53
    [content-encoding] => gzip
    [vary] => Accept-Encoding,User-Agent
    [date] => Tue, 08 Sep 2015 11:38:26 GMT
    [accept-ranges] => bytes
    [server] => LiteSpeed
    [connection] => close
    )

    [body] => — POST —
    Array
    (
    )

    — GET —
    Array
    (
    )

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

    [cookies] => Array
    (
    )

    [filename] =>
    )

    Thanks,

    https://www.ads-software.com/plugins/forms-3rdparty-integration/

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

    (@zaus)

    I think you’re using an old version of my plugin because you don’t see anything in the form post section.

    Also you’ve checked “is value”, which won’t map the form post, but instead send the text you’ve entered in the admin configuration.

    You’re also expecting the service to return something with word “sucess” in it, as you’ve specific that in the ‘success clause’ setting.

    Thread Starter Kanth

    (@srikanthpulluru)

    Thanks for the reply,

    may i know what is the submit url..?

    and how it get stored in my zoho lead DB table

    Thanks & regards,

    Plugin Author zaus

    (@zaus)

    That’s a question for zoho. Please contact me through my website if you’re interested in hiring me for custom integrations.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CF7-3rdParty Integration Failure: Service 1’ is closed to new replies.