Conflict with Forms: 3rd-Party Integration plugin?
-
I am using this plugin along with the Forms: 3rd-Party Integration plugin to connect my CF7 multi-step forms to Salesforce. Step 1 of 2 maps perfectly fine, but step 2 of 2 does not submit any data. Do you know this is a known error? How do I fix this? It seems like the data is being understood by the array, so I don’t know why Step 2 of 2 data is not being sent to Salesforce…. Thanks!
Array
(
[_wpcf7] => 210
[_wpcf7_version] => 4.4.2
[_wpcf7_locale] => en_US
[_wpcf7_unit_tag] => wpcf7-f210-p208-o1
[first-name] => Thursday
[last-name] => 3:27pm
[phone] => 222-333-3333
[zipcode] => 89990
[when-injury] => Less than a year ago
[action-taken] => Demand for compensation made
[step] => 2-2
[_wpcf7_is_ajax_call] => 1
[injury-type] => Headaches
[case-description] => Something wicked this way comes.
)*** Post (to Service) ***
Array
(
[timeout] => 10
[body] => Array
(
[oid] => XXXXXXXX
[lead_source] => web
[submit] => submit
[first_name] => Thursday
[last_name] => 3:27pm
[phone] => 222-333-3333
[when_injury__c] => Less than a year ago
[action_taken__c] => Demand for compensation made
[injury_type__c] => Headaches
[case_description__c] => Something wicked this way comes.
))
*** Response ***
Array
(
[headers] => Array
(
[date] => Thu, 12 May 2016 22:28:33 GMT
[set-cookie] => BrowserId=CwyScji-XXXXXXXXX;Path=/;Domain=.salesforce.com;Expires=Mon, 11-Jul-2016 22:28:33 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] => CwyScji-Qruv6YFHEr1M3A
[expires] => 1468276113https://ww.wp.xz.cn/plugins/contact-form-7-multi-step-module/
The topic ‘Conflict with Forms: 3rd-Party Integration plugin?’ is closed to new replies.