function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
VarunCVarunC 

Can we use Web-to-lead for creating Leads via .net Webservice?

Can we use Web-to-lead for creating Leads via .net Webservice?

srikanth123srikanth123

i doubt if this can be done. But you can always create a web to lead form using dot net and use the web service in it to create the leads.

srikanth123srikanth123

or in your web to lead htm page you have the tag as follows.

 

<form action="https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8" method="POST">

 

you can modify this to use your webservice....

 

<form action="your webservice post url" method="POST">