You need to sign in to do that
Don't have an account?

How do I submit website registrations directly to salesforce
I am sure many of you have done this.
I need to create leads into the sales force database of my account everytime someone registers on our website. I want to put the data into my local database and then send the fields I need for lead generation over to the salesforce.com using the webservices api directly and immediately from the form submission page itself.
Can someone point me to the simplest way of doing this?
Thanks
Depending on what edition you have (I assume Enterprise) then use the Web-to-Lead functionality. This is very simple integration and will write whatever fields you want directly into the Lead.
You find this by Setup->Customize->Leads->Web to Lead
---------------------------
------------------------------
If you want to write to other objects then you'll need to go through the API.
Good luck
Gareth.