Forums

Chronoforms V5 - Joomla User Registration - Salesforce

usbworm 24 Oct, 2017
Good morning,
I made a Joomla registration form editing the preinstalled demo in chronoforms. It works fine.
Now I need to send all data to Salesforce. I followed this FAQ but it refers to Version 4 of Chronoforms. And it's not working

I have an html form that sends data to Salesforce. But I don't know how to integrate this code in chronoforms V5

Can anyone help me please?
if You need further informations ask me
thank you so much
GreyHead 24 Oct, 2017
Hi usbworm ,

The method from the FAQ should work OK in CFv5 (unless there have been changes at the SalesForce end). What exactly is not working?

Bob
usbworm 25 Oct, 2017
I don't know what's not working. I have the new registered user in Joomla, but in Salesforce nothing happends.
I attach a pdf with my setup, if you can have a look.
Thanks for the reply.
GreyHead 25 Oct, 2017
Hi usbworm,

It looks as though you have the cURL action before the Custom Code action so the entries you create in the Custom Code will not be available when the cURL is run.

Have you tried adding a Debugger action to your form after the cURL action to see what data is there?

Bob
usbworm 25 Oct, 2017
Hi GreyHead
no, I try and let you know. (I am not an expert so, thanks for your help)
usbworm 25 Oct, 2017
Here's the result of the debug
GreyHead 25 Oct, 2017
Hi usbworm,

I'm not sure why but I don't see the data there that is being sent to SalesForce. Have you checked the SalesForce documents to see if the URL and variable names are still good?

Bob
usbworm 26 Oct, 2017
They should be right because I just copied them from a previous (working) html form used before I need also Joomla registration
(I sent you the html by private message if you can have a look)
again, thak you so much
usbworm 28 Oct, 2017
Sorry Bob, any news?
thanks
Max_admin 30 Oct, 2017
Hi,

You can use a debugger action to check what is the curl data being sent and confirm that they comply with the SalesForce requirements ?

Best regards
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
usbworm 30 Oct, 2017
Hi admin
yes the debugger log is attached 6 posts ago with this name debug_chronoforms.pdf
thank you for the reply
usbworm 02 Nov, 2017
Really anyone can help?
Max_admin 28 Nov, 2017
Hi usbwork,

What are the curl settings you have ?

Please copy and paste the settings in an image or in the post directly.

Best regards
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
usbworm 30 Nov, 2017
Hi Admin
First of all, thankyou so much for the answer.

these are my settings in curl:

Target URL
https://webto.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8

Header in response
No

Fields map
first_name={first_name}
last_name={last_name}
company={company}
phone={phone}
mobile={mobile}
email={email}
URL={URL}
street={street}
city={city}
zip={zip}
country_code={country_code}
state_code={state_code}
00N0Y00000BCXbJ={00N0Y00000BCXbJ}
00N0Y00000BCXbO={00N0Y00000BCXbO}
00N0Y00000Fjetw={00N0Y00000Fjetw}
fax={fax}
00N0Y00000FlTHs={00N0Y00000FlTHs}
lead_source={lead_source}
This topic is locked and no more replies can be posted.