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...