<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: Salesforce Integration and Amazing Support!!!</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Salesforce Integration and Amazing Support!!!</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 21:52:30 +0000</pubDate>

<item>
<title>akrause2112 on "Salesforce Integration and Amazing Support!!!"</title>
<link>https://www.machform.com/forums/topic/salesforce-integration-and-amazing-support#post-15875</link>
<pubDate>Wed, 05 Sep 2012 20:48:57 +0000</pubDate>
<dc:creator>akrause2112</dc:creator>
<guid isPermaLink="false">15875@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I followed all of the instructions in all the referenced posts, however it is not transferring the information to SalesForce. Are there any additional steps not mentioned in this post that I am missing?&#60;/p&#62;
&#60;p&#62;The elements are correct, however the phone number is a 3-part element so I put element_7, although the phone is broken up into 7_1, etc. Is that correct?&#60;/p&#62;
&#60;p&#62;I have pasted the code I placed in the post-functions.php below. I did also upload the HttpClientClass to the lib folder as instructed:&#60;/p&#62;
&#60;p&#62;if($form_id == 1){&#60;br /&#62;
$target_url = 'https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8';&#60;/p&#62;
&#60;p&#62;$target_data['first_name'] = $table_data['element_27_1'];&#60;br /&#62;
$target_data['last_name'] = $table_data['element_27_2'];&#60;br /&#62;
$target_data['email']	 = $table_data['element_6'];&#60;br /&#62;
$target_data['phone'] = $table_data['element_7'];&#60;br /&#62;
$target_data['company'] = $table_data['element_3'];&#60;br /&#62;
$target_data['oid'] = 'xxxxxxxxxxxxxxxxxx';&#60;br /&#62;
$target_data['retURL'] = 'http://xxxxxx.com/';&#60;br /&#62;
$target_data['submit'] = 'Submit';&#60;/p&#62;
&#60;p&#62;require 'lib/HttpClient.class.php';&#60;/p&#62;
&#60;p&#62;HttpClient::quickPost($target_url, $target_data);&#60;/p&#62;
&#60;p&#62;}&#60;/p&#62;
&#60;p&#62;Any help would be appreciated! Thank you
&#60;/p&#62;</description>
</item>
<item>
<title>akrause2112 on "Salesforce Integration and Amazing Support!!!"</title>
<link>https://www.machform.com/forums/topic/salesforce-integration-and-amazing-support#post-15870</link>
<pubDate>Wed, 05 Sep 2012 08:26:33 +0000</pubDate>
<dc:creator>akrause2112</dc:creator>
<guid isPermaLink="false">15870@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I am taking a look at this as I need to have a form integrate into the SalesForce web to lead form, however I do not know where to put the code? Any help on this would be appreciated. I would also welcome someone installing this for me with a quote. &#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Salesforce Integration and Amazing Support!!!"</title>
<link>https://www.machform.com/forums/topic/salesforce-integration-and-amazing-support#post-12432</link>
<pubDate>Sat, 06 Aug 2011 18:51:00 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">12432@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;You will need to do a lookup to &#34;ap_element_options&#34; table to get the actual values of those index numbers.&#60;/p&#62;
&#60;p&#62;This post should help you:&#60;br /&#62;
&#60;a href=&#34;http://www.appnitro.com/forums/topic/drop-downs-and-mysql?replies=11&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/forums/topic/drop-downs-and-mysql?replies=11&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>videobuilder on "Salesforce Integration and Amazing Support!!!"</title>
<link>https://www.machform.com/forums/topic/salesforce-integration-and-amazing-support#post-12430</link>
<pubDate>Sat, 06 Aug 2011 01:49:25 +0000</pubDate>
<dc:creator>videobuilder</dc:creator>
<guid isPermaLink="false">12430@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks for this post; it really helped me a lot.  I was able to get integrated within salesforce in under 30 minutes; no problems.   I did have a question:&#60;/p&#62;
&#60;p&#62;Any recommendations on passing Custom Values for Multi-Select Radios?     Right now it just defaults to 1, 2, 3,  in the Field Value.  I don't see where to customize that information.
&#60;/p&#62;</description>
</item>
<item>
<title>samersamer on "Salesforce Integration and Amazing Support!!!"</title>
<link>https://www.machform.com/forums/topic/salesforce-integration-and-amazing-support#post-10420</link>
<pubDate>Thu, 09 Sep 2010 13:16:41 +0000</pubDate>
<dc:creator>samersamer</dc:creator>
<guid isPermaLink="false">10420@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hey Everyone,&#60;/p&#62;
&#60;p&#62;I have been working hard to do some really extensive integration, I would just like to take this opportunity to thank Yuniar and his team, wow is all I can say, not once have I emailed and they have not responded within 24 Hours,&#60;/p&#62;
&#60;p&#62;One of my last tasks on my to-do list was to integrate with the salesforce web-to-lead forms, I used this thread here as a reference: &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.appnitro.com/forums/topic/aweber-integration?replies=13&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/forums/topic/aweber-integration?replies=13&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;And here is the code I used to connect to submit the data from the form to salesforce: &#60;/p&#62;
&#60;p&#62;if($form_id == 3){&#60;br /&#62;
	$target_url = 'https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8';&#60;/p&#62;
&#60;p&#62;	$target_data['first_name'] 		= $table_data['element_2_2'];&#60;br /&#62;
	$target_data['last_name'] 		= $table_data['element_2_3'];&#60;br /&#62;
	$target_data['email']			= $table_data['element_3'];&#60;br /&#62;
	$target_data['phone'] 			= $table_data['element_1'];&#60;br /&#62;
	$target_data['city'] 			= $table_data['element_5'];&#60;br /&#62;
	$target_data['xxxxxxxxxxxxxxxx'] 	= $table_data['element_4'];&#60;br /&#62;
	$target_data['oid'] 			= 'xxxxxxxxxxxxxxxx';&#60;br /&#62;
	$target_data['retURL'] 			= 'http://www.residentialhomehealth.com/';&#60;br /&#62;
	$target_data['submit'] 			= 'Submit';&#60;/p&#62;
&#60;p&#62;	require 'lib/HttpClient.class.php';&#60;/p&#62;
&#60;p&#62;	HttpClient::quickPost($target_url, $target_data);&#60;/p&#62;
&#60;p&#62;}&#60;/p&#62;
&#60;p&#62;I have places &#34;xxxxxxxxxxxxx&#34;, these are your form IDS and so on that you need to customize, I removed them for security purposes :)&#60;/p&#62;
&#60;p&#62;Good Luck! The team is amazing though, luck is always on your side with these guys.&#60;/p&#62;
&#60;p&#62;-Sam
&#60;/p&#62;</description>
</item>

</channel>
</rss>
