• Resolved kalico

    (@kalico)


    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!

    • This topic was modified 7 years, 9 months ago by kalico.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘SF Endpoint Update’ is closed to new replies.