You need to sign in to do that
Don't have an account?
kittu9
How to achieve Web to custom object functionality
We have the Web-2-Lead & Web-2-Case both functionalities for th Lead and case object. The same i would like to acheive for the custom object. To do that have to do custom development i know that part.
What are the steps have to follow and by using which concepts we can achieve this. Please any one can give ideas on this functionality
You'll need to use a public force.com site for this, as the web2case/lead rely on Salesforce endpoints that don't exist for other objects.
Your public force.com sites page can be iframed into your web site. You'll need to write some Visualforce for this - it can be as simple as a standard controller that captures the details and saves the record, or if you want to provide some feedback and additional functionality you may need to write an extension controller.
http://moometric.com/integrations/sf/wordpress-form-submissions-salesforce-custom-object/