I am looking for where in SplendidCRM (or the SugarCRM documentation) I would find any information on directing leads from a web site directly into SplendidCRM, like the www.salesforce.com/servlet/servlet.WebToLead form.
Thank you,
Brian
Thank you for the information. That is what I thought, looking at the Administration page. I thought I saw something about it in later releases of SugarCRM documentation.
Does anyone have some sample code they would be willing to share to help get me started on this? This appears to be a fairly simple thing to do, but samples are always nice :-).
I would recommend using the SOAP interface and something like the following....
{
nvl[0] = SetNameValuePair(
nvl[1] = SetNameValuePair(
nvl[2] = SetNameValuePair(
nvl[3] = SetNameValuePair(
nvl[4] = SetNameValuePair(
nvl[5] = SetNameValuePair(
sguid =
}