Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
Can we use Web-to-lead for creating Leads via .net Webservice?
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.
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">
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.
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">