0
votes

I have a form host on my website (say www.mywebsite.com ) that takes general information for the clients requirements, its having texetboxes, dropdowns, checkbox, radio buttons, etc. Now I need this data into my salesforce too(as Contacts and Leads)... on form SUBMIT event of this form ... what would be best approach to accomplish this task..

Thanks

2

2 Answers

0
votes

You have a couple of options:

  • You can use the standard Web To Lead functionality that Salesforce.com provides and embed its HTML in your form
  • You can modify the back end of your website such that when it receives the form, it also creates a lead in Salesforce.com using the API. You'll find information on integrating to the API from almost every conceivable language on developer.force.com.
0
votes

This helped, yes you need to read a bit but straightforward

TO Generate Leads from Your Website https://help.salesforce.com/articleView?id=setting_up_web-to-lead.htm&type=5