• Administrator 107
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 1
    Likes Given
  • 1
    Questions
  • 1
    Replies
Web2Lead form is working properly, leads are coming in. However, when someone fills in this form, the retURL, which is a confirmation page, is not directing. After hitting submit, the brower stays on https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8. 

<form action="https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8" method="POST">
<input type=hidden name="oid" value="00Dd0000000gvFP">
<input type=hidden name="retURL" value="http://intranet/BusinessDevelopment/LeadSheetConfirm.htm">

Any ideas how to get the retURL working again?
Thanks!
Hi
I am using https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8 to create new leads. Our testing shouws it was successfully submitted. We specified the the returl in the hiddent input field. However, after submission it stays in the https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8 page with message "Your request is queued" instead of redirecting to the return url we specified in the form. Any idea why this happened. Is there any setting that must be modified in salesforce to get the returl work?
 
Mark
Hi
I am using https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8 to create new leads. Our testing shouws it was successfully submitted. We specified the the returl in the hiddent input field. However, after submission it stays in the https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8 page with message "Your request is queued" instead of redirecting to the return url we specified in the form. Any idea why this happened. Is there any setting that must be modified in salesforce to get the returl work?
 
Mark