• sqdz
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
I've used the Salesforce Web-to-Lead generator to create a W2L form that I've embedded on a site I'm working with. The site was built on ASP.NET, so I've had to adapt how the form's being submitted. That code is:

<input type="submit" name="send" value="Send" onclick="document.getElementById('Form').action='https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8';" />

It seems to work partially - I am taken to the thank you page that I've defined in the code, but the leads never make it to the Salesforce account. Does anybody have experience with using a W2L form in an ASP.NET environment? For the life of me, I can't seem to figure out why the leads don't make it in...
  • May 23, 2014
  • Like
  • 0
I've used the Salesforce Web-to-Lead generator to create a W2L form that I've embedded on a site I'm working with. The site was built on ASP.NET, so I've had to adapt how the form's being submitted. That code is:

<input type="submit" name="send" value="Send" onclick="document.getElementById('Form').action='https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8';" />

It seems to work partially - I am taken to the thank you page that I've defined in the code, but the leads never make it to the Salesforce account. Does anybody have experience with using a W2L form in an ASP.NET environment? For the life of me, I can't seem to figure out why the leads don't make it in...
  • May 23, 2014
  • Like
  • 0