<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Need expert to guide me on forms integration with outside company</title>
		<link>https://legacy.forums.gravityhelp.com/topic/need-expert-to-guide-me-on-forms-integration-with-outside-company</link>
		<description>Gravity Support Forums Topic: Need expert to guide me on forms integration with outside company</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 12:46:16 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/need-expert-to-guide-me-on-forms-integration-with-outside-company" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Need expert to guide me on forms integration with outside company"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-expert-to-guide-me-on-forms-integration-with-outside-company#post-152994</link>
			<pubDate>Sat, 23 Feb 2013 08:35:36 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">152994@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for posting the job:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/need-short-form-integration-with-3rd-party&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/need-short-form-integration-with-3rd-party&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Need expert to guide me on forms integration with outside company"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-expert-to-guide-me-on-forms-integration-with-outside-company#post-152729</link>
			<pubDate>Sat, 23 Feb 2013 00:26:13 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">152729@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This would be a good candidate for a post on our job board to find some help with this:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/forum/job-board&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/forum/job-board&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;However, the way you would accomplish it is to use the gform_after_submission hook to send data to this 3rd party.  You would still capture the lead in Gravity Forms, but once that is done, Gravity Forms would send the data to Diverse Solutions.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_after_submission&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_after_submission&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Billmcq on "Need expert to guide me on forms integration with outside company"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-expert-to-guide-me-on-forms-integration-with-outside-company#post-150992</link>
			<pubDate>Wed, 20 Feb 2013 15:07:33 +0000</pubDate>
			<dc:creator>Billmcq</dc:creator>
			<guid isPermaLink="false">150992@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would really appreciate some insight.  I currently use gravity forms on my real estate website as a call to action contact form.  I would love to be able to take the basic contact info from Gravity forms submissions and update my real estate lead management software (it is from Diverse Solutions real estate IDX lead management).  Anyway, Diverse solutions has their own contact form creator to create form html for me to embed on my website that will integrate with their database automatically.  .....but I would much rather use gravity forms instead for many reasons.&#60;/p&#62;
&#60;p&#62;By looking at the html they provide, can anyone tell me if there is a way I can use my gravity forms instead, but through the use of hidden fields, etc also be able to update the diverse solutions client database??  I am not sure what I would do with their form action either.  I am not an expert in this by any means so be gentle..lol  Thanks so much for any assistance! &#60;/p&#62;
&#60;p&#62;Here is the HTML form they provide that would integrate with their database.&#60;/p&#62;
&#60;p&#62;&#38;lt;form action=&#34;.&#34; method=&#34;POST&#34; onsubmit=&#34;this.setAttribute('action', 'http://emails.dsagentreach.com/webservices/remoting.asmx/AddContact'); return true;&#34;&#38;gt;&#60;br /&#62;
	&#38;lt;input type=&#34;hidden&#34; name=&#34;PublicID&#34; value=&#34;ghhdf77c762caa5436a8447ad25af647c8e&#34; /&#38;gt;&#60;br /&#62;
	&#38;lt;input type=&#34;hidden&#34; name=&#34;LeadSourceGroup&#34; value=&#34;New DSS Leads&#34; /&#38;gt;&#60;br /&#62;
	&#38;lt;input type=&#34;hidden&#34; name=&#34;RedirectURL&#34; value=&#34;http://www.websitename.com/redirect&#34; /&#38;gt;&#60;br /&#62;
	&#38;lt;table&#38;gt;&#60;br /&#62;
		&#38;lt;tbody&#38;gt;&#60;br /&#62;
		&#38;lt;tr&#38;gt;&#38;lt;td&#38;gt;&#38;lt;label class=&#34;dsar_1&#34;&#38;gt;First Name&#38;lt;/label&#38;gt;&#38;lt;/td&#38;gt;&#38;lt;td&#38;gt;&#38;lt;input type='text' name='dsar_1' class='text textinput' /&#38;gt;&#38;lt;/td&#38;gt;&#38;lt;/tr&#38;gt;&#60;br /&#62;
		&#38;lt;tr&#38;gt;&#38;lt;td&#38;gt;&#38;lt;label class=&#34;dsar_2&#34;&#38;gt;Last Name&#38;lt;/label&#38;gt;&#38;lt;/td&#38;gt;&#38;lt;td&#38;gt;&#38;lt;input type='text' name='dsar_2' class='text textinput' /&#38;gt;&#38;lt;/td&#38;gt;&#38;lt;/tr&#38;gt;&#60;br /&#62;
		&#38;lt;tr&#38;gt;&#38;lt;td&#38;gt;&#38;lt;label class=&#34;dsar_13&#34;&#38;gt;Home Phone&#38;lt;/label&#38;gt;&#38;lt;/td&#38;gt;&#38;lt;td&#38;gt;&#38;lt;input type='text' name='dsar_13' class='text textinput' /&#38;gt;&#38;lt;/td&#38;gt;&#38;lt;/tr&#38;gt;&#60;br /&#62;
		&#38;lt;tr&#38;gt;&#38;lt;td&#38;gt;&#38;lt;label class=&#34;dsar_18&#34;&#38;gt;Email&#38;lt;/label&#38;gt;&#38;lt;/td&#38;gt;&#38;lt;td&#38;gt;&#38;lt;input type='text' name='dsar_18' class='text textinput' /&#38;gt;&#38;lt;/td&#38;gt;&#38;lt;/tr&#38;gt;&#60;br /&#62;
		&#38;lt;tr&#38;gt;&#38;lt;td&#38;gt;&#38;lt;label class=&#34;dsar_1050&#34;&#38;gt;Referring URL&#38;lt;/label&#38;gt;&#38;lt;/td&#38;gt;&#38;lt;td&#38;gt;&#38;lt;input type='text' name='dsar_1050' class='text textinput' /&#38;gt;&#38;lt;/td&#38;gt;&#38;lt;/tr&#38;gt;&#60;br /&#62;
		&#38;lt;tr&#38;gt;&#38;lt;td&#38;gt;&#38;lt;label class=&#34;dsar_5245&#34;&#38;gt;Referral&#38;lt;/label&#38;gt;&#38;lt;/td&#38;gt;&#38;lt;td&#38;gt;&#38;lt;input type='text' name='dsar_5245' class='text textinput' /&#38;gt;&#38;lt;/td&#38;gt;&#38;lt;/tr&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;tr&#38;gt;&#60;br /&#62;
			&#38;lt;td colspan=&#34;2&#34;&#38;gt;&#60;br /&#62;
				&#38;lt;input type=&#34;submit&#34; name=&#34;submit&#34; value=&#34;Submit&#34; /&#38;gt;&#60;br /&#62;
			&#38;lt;/td&#38;gt;&#60;br /&#62;
		&#38;lt;/tr&#38;gt;&#60;br /&#62;
		&#38;lt;/tbody&#38;gt;&#60;br /&#62;
	&#38;lt;/table&#38;gt;&#60;br /&#62;
&#38;lt;/form&#38;gt;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
