Can I set up a web form that will populate an opportunity in my salesforce

1.4k views Asked by At

I have a site I sent my clients to who want to move forward with our order process and I want the information they submit to automatically fill in the form under the opportunity. I was wondering how this was possible. I know you can set up a web to lead form but I dont see this option for what I want to do.

1

There are 1 answers

1
Matt Kaufman On

There is no native Opportunity feature equivalent for Web-to-lead or Web-to-Case. You do have a lot of options though (ordered from simplest to most complex).

  1. Use an app on the AppExchange that provide web-to-x functionality.
  2. Use a pre-built connector for popular CMS apps to integrate with Salesforce.
  3. Create a Visualforce Page hosted on Force.com sites and then embed that on your website
  4. Create an Apex Web Service hosted on Force.com sites that can be posted to by your form
  5. Write code on your web platform to post to the Salesforce API.