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
Sam FisherSam Fisher 

Cannot Create SF Lead from Joomla

We added code to create a SF lead in the submit handler for a Joomla form. When this code is called we get this email error:

Record Information:

    city = Arlington
    company = FDGLand
    debug = 1
    debugEmail = tony@fdgweb.com
    email = tony5@fdgweb.com
    encoding = UTF-8
    first_name = aaa
    last_name = bbb
    oid = sam.fisher@hermanwallace.com
    phone = 123-456-7890
    retURL = https://hermanwallace.com/cb-registration/registers
    state = WA
    street = 16404 Smokey Point Drive
    zip = 98223

The curl output and error responses on the connection look good. Any ideas where I could try to get the lead created?

buyan thyagarajanbuyan thyagarajan
HI Sam,
What is the error message which you get from posting the data to salesforce? 
Thanks
Buyan
Sam FisherSam Fisher
Salesforce could not create this lead because of the reason listed below. For more information about this error or help with Web-to-Case-Lead, please contact Customer Support.

Reason: We could not create this lead.
    Lead Capture Page: Not available.

Record Information:

    city = Arlington
    company = FDGLand
    debug = 1
    debugEmail = tony@fdgweb.com
    email = tony5@fdgweb.com
    encoding = UTF-8
    first_name = aaa
    last_name = bbb
    oid = sam.fisher@hermanwallace.com
    phone = 123-456-7890
    retURL = https://hermanwallace.com/cb-registration/registers
    state = WA
    street = 16404 Smokey Point Drive
    zip = 98223

To incorporate this lead into salesforce.com you can key in the data above.

If you have any questions, please click on Support at the top right of any page within salesforce.com.
Sam FisherSam Fisher
Could you provide some insight as to why the SF lead is not being generated? I am hitting the server with what should be the proper data but I am still getting this error.