I am moving a form that posts information to salesforce.com (from one site to a new joomla/chronoforms site). I created the form in chronoforms and i can post the form to salesforce.com no problem (I have set the submit URL to do so). However I would like to use the captcha functionality of chronoforms. I have read that when you set the submit URL chrono will not perform that function. I did read a post that said I could do something with the On Submit Code - after sending email but I am lost on what needs to go there and I haven't found many examples out there.
Any help would be appreciated.
Thanks,
Don
Any help would be appreciated.
Thanks,
Don
Hi Don,
Please post the SalesForce instructions for form submission, or a link to their docs. It makes a difference how they want the data presented.
Bob
Please post the SalesForce instructions for form submission, or a link to their docs. It makes a difference how they want the data presented.
Bob
Salesforce. Autogenerates the HTML code based upon the fields you want. The form action (post) is always the same:
https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8&oid=00D303200322Sjy&retURL=http://www.gohere.com&description=WebLead&lead_source=WebLead (omitted standard fields like &first_name=Don
Also I would like to be able to add a field after it has been submitted on the form to help prevent spam.
Thanks,
Don
https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8&oid=00D303200322Sjy&retURL=http://www.gohere.com&description=WebLead&lead_source=WebLead (omitted standard fields like &first_name=Don
Also I would like to be able to add a field after it has been submitted on the form to help prevent spam.
Thanks,
Don
Hi,
I think there is someway to do this with the CURL plugin, Bob posted more info about this here recently, you can do some search until Bob come back to you!🙂
Regards,
Max
I think there is someway to do this with the CURL plugin, Bob posted more info about this here recently, you can do some search until Bob come back to you!🙂
Regards,
Max
Thank you very much for that last post. Some digging revealed he was trying to do the same thing i was. The cURL plugin is a nice fix for that. the post was: http://www.chronoengine.com/forums.html?cont=posts&f=2&t=11733&start=0&st=0&sk=t&sd=a&hilit=CURL
Can You please tell me how you implemented the salesforce code in the OnSubmit?
The Salesforce code I have is:
<form action="https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8" method="POST"> <input type=hidden name="oid" value="00D6XXXXXXXXXXD0"> <input type=hidden name="retURL" value="http://www.trinitysolarsystems.com">
Thank you.
The Salesforce code I have is:
<form action="https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8" method="POST"> <input type=hidden name="oid" value="00D6XXXXXXXXXXD0"> <input type=hidden name="retURL" value="http://www.trinitysolarsystems.com">
Thank you.
Hi Mark,
the CURL plugin, there is a link to another topic above!
Cheers
Max
the CURL plugin, there is a link to another topic above!
Cheers
Max
This topic is locked and no more replies can be posted.
