You need to sign in to do that
Don't have an account?
TrafficApp
Something like web-to-lead for custom objects
the goal:
Collect website visitors contact information (first name, email) and store it in force.com custom object (consumers).
There are multiple different websites and the visitors contact information would have to be associated with the website they were visiting and submitting the form from.
Is there a declaritive way to do this on Force.com or is this only accomplished through code?
Thanks
Chris
I am not sure but you can check below url :-
http://code.google.com/p/sfdc-web2anything/
What you want is an Apex webservice:
SOAP: http://www.salesforce.com/us/developer/docs/apexcode/index_Left.htm#CSHID=apex_rest.htm|StartTopic=Content%2Fapex_rest.htm|SkinName=webhelp
REST: http://www.salesforce.com/us/developer/docs/apexcode/index_Left.htm#CSHID=apex_rest.htm|StartTopic=Content%2Fapex_rest.htm|SkinName=webhelp
Hope this helps,