• Kevin Foody
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
I am trying to create a lead in Salesforce and redirect to a thankyou page. I am able to get one of them working but not both.Please help

 

 

 

<FORM name="xx" id="form_id" action="https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8"  onsubmit="xx;" method="POST"> 
<input type="hidden" name="oid" value="xx">
<!--<input type="hidden" name="debug" value="1">
<input type="hidden" name="debugEmail" value="xx"> -->
<input type="hidden" name="retURL" value="http://www.sithankyou.php"/>