function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Hima Bindu MokaHima Bindu Moka 

Contacts creation

Hi,
As an Administrator, I want the donations created from the web form to be attached to Contacts in Salesforce so that I can track my most engaged and generous donors .
Can any one guide  me please.
Thanks ,

 
Deepak GulianDeepak Gulian
There is web-to-lead form in salesforce, by which you can easily get data from web to Lead object, but for the contact object or any other Sobject you have to use API.
Hima Bindu MokaHima Bindu Moka
Thanks Deepak,
Can you give more insight in this how to do like any link,or steps by step instruction or any reference as guide.plz

 
Deepak GulianDeepak Gulian
You need a reference guide of an API implementation?
Hima Bindu MokaHima Bindu Moka
well, that would be great help!
Thank you so much for taking time to help me.
Amit Chaudhary 8Amit Chaudhary 8
Please check below vedio to check how to enable web to lead in salesforce
1) https://www.youtube.com/watch?v=c2VNmg4F4ho

Some link that will help you
1) https://help.salesforce.com/apex/HTViewHelpDoc?id=setting_up_web-to-lead.htm&language=en

Let us know if this will help you
Hima Bindu MokaHima Bindu Moka
Thanks Amit !,but it is for contact creation, not web to lead.any help appreciatable.
 
Deepak GulianDeepak Gulian
Your web page is PHP based or some other?
Hima Bindu MokaHima Bindu Moka
Hi Deepak,
well I think it is Html with iframe.

Thank you,
Amit Chaudhary 8Amit Chaudhary 8
Option 1 :-
You can create the web to lead and base on status you can convert that lead to contact by some Trigger

Option 2 :-
You can create open web-site with web form to create contact record.
 
Hima Bindu MokaHima Bindu Moka
Thanks Amit !hope this works for me.
Keith JonesKeith Jones
Hi Hima Bindu

Were you able to resolve the problem you had ??