SF Endpoint Update
-
We were informed by Salesforce of an update coming this summer:
To improve the performance of the Web-to-Case (W2C) and Web-to-Lead (W2L) functionality, the endpoint that receives the W2C/W2L form submission data from company websites to create leads/cases in Salesforce will be replaced with a new endpoint with the Summer ‘17 release*. Action is required to to ensure no disruption to the creation of new cases and/or new leads by the Summer ‘17 release.
Our SF consultant says:
Any web page where we are using salesforce web to lead, we need to find this:
<form action="https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8" method="POST">
and change it to this:
<form action="https://webto.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8" method="POST">
(The diff being www. vs webto.)
So I went looking at my SF form on my WP site, viewed source, and I can’t find the <form action> anywhere.
– Is this part handled within the plugin code?
– If so, has it already been updated to meet the new SF standards? (I checked the changelog, but can’t see anything that I clearly associate with this update.)
– If not, what is the ETA for this change, or….is there something I need to do within my settings?Thanks!
- The topic ‘SF Endpoint Update’ is closed to new replies.