Sales Force Web to Lead With Existing PHP File
Published by Toronto Mike on February 24, 2009 @ 15:10 in Technology
I'm working on a SalesForce.com web-to-lead implementation. In a nutshell, the content submitted via an HTML form needs to auto-update a new instance of SalesForce.com.
I thought it would be straight forward after reading these website setup instructions but I can't get it to work. The issue I'm having is with my existing PHP file that drives the forms. the Web-to-Lead only updates SF when the form action is equal to https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8. When the form action is equal to my PHP file, it doesn't work!
Yes, I've already posted in the SF community forums, but I thought I'd try my luck here. Just in case...
Entry Permalink |
10 comments |
Tweet |


Entry Permalink
10 comments
Toronto Mike
February 25, 2009 / 19:49
Got it working!
Thanks, http://blog.bonetree.net/ .