
I turned on the debugger and I get "Your request has been queued.", however nothing pops up in our Salesforce logs.
Here is the cURL request we're sending:
curl -X POST \
http://www.salesforce.com/servlet/servlet.WebToLead \
-H 'cache-control: no-cache' \
-H 'content-type: application/x-www-form-urlencoded' \
-H 'postman-token: 4ea12e2e-7456-eed7-21b9-747fd69485e7' \
-d 'debug=1&encoding=UTF-8&oid=00D900000011WwK&00N9000000DXBog=Round&00N9000000DXBol=2%20to%2010&00N9000000DXBoq=D%20to%20H&00N9000000DXBp0=Deep%20to%20Fancy%20Deep&00N9000000DXR3u=2%2F20%2F2018&country=Test%20Country&phone=123456789&email=stefan.test%40diamondregistry.com
&last_name=Stefan%20Malic&company=Stefan%20Malic&lead_source=web'
Many thanks in advance,
3 Antworten
Any debug input fields in the code? If you tested it, https://help.salesforce.com/articleView?id=faq_leads_how_can_our_webmaster.htm&type=5 , Don't forget to remove this line before releasing the Web-to-Lead page on your website.
What level you are running the debug log when trying to reproduce the issue creating a lead from the wp?
https://wordpress.org/plugins/salesforce-wordpress-to-lead/