<?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: Posting Submitting Form Data to 3rd party service</title>
		<link>https://legacy.forums.gravityhelp.com/topic/posting-submitting-form-data-to-3rd-party-service</link>
		<description>Gravity Support Forums Topic: Posting Submitting Form Data to 3rd party service</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 17:18:15 +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/posting-submitting-form-data-to-3rd-party-service" rel="self" type="application/rss+xml" />

		<item>
			<title>yannibmbr on "Posting Submitting Form Data to 3rd party service"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/posting-submitting-form-data-to-3rd-party-service#post-35459</link>
			<pubDate>Thu, 15 Sep 2011 20:28:57 +0000</pubDate>
			<dc:creator>yannibmbr</dc:creator>
			<guid isPermaLink="false">35459@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That's awesome, Jim. I'm afraid, though, this is beyond my range of technical... =(&#60;br /&#62;
Though with the code provided already, I suppose I can grab an example from Podio and see what I can do to make sense of it.&#60;/p&#62;
&#60;p&#62;Thanks for the info, man. That's also rather helpful!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jimdelong on "Posting Submitting Form Data to 3rd party service"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/posting-submitting-form-data-to-3rd-party-service#post-35404</link>
			<pubDate>Thu, 15 Sep 2011 12:15:54 +0000</pubDate>
			<dc:creator>jimdelong</dc:creator>
			<guid isPermaLink="false">35404@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What I'm working on may help. I'm doing a CRM and payment gateway interface.&#60;/p&#62;
&#60;p&#62;In each case, I looked for sample PHP code from the vendor.&#60;/p&#62;
&#60;p&#62;Typically, there are 2 ways to interface &#38;amp; I'm lucky enough to have 1 of each:&#60;/p&#62;
&#60;p&#62;Soap and REST (CURL in PHP).&#60;/p&#62;
&#60;p&#62;In each case, you must first establish the conduit, then, format the call, then, make the call and look at the results.&#60;/p&#62;
&#60;p&#62;If this is your first time with SOAP, you may find some assistance with a free diagnostic program - soapui comes to mind.&#60;/p&#62;
&#60;p&#62;Good luck, feel free to get into details, if I know, I'll answer.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Posting Submitting Form Data to 3rd party service"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/posting-submitting-form-data-to-3rd-party-service#post-35282</link>
			<pubDate>Wed, 14 Sep 2011 12:47:08 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">35282@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you would like to contact a developer about implementing this, check out our new &#60;a href=&#34;http://www.gravityhelp.com/forums/forum/job-board&#34; rel=&#34;nofollow&#34;&#62;Job Board&#60;/a&#62;.  You can post a request  there and have developers contact you, or you can use the list of developers in the &#60;a&#62;sticky post&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Glad you found the example useful.  If you need assistance once you get into it. please post again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>yannibmbr on "Posting Submitting Form Data to 3rd party service"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/posting-submitting-form-data-to-3rd-party-service#post-35280</link>
			<pubDate>Wed, 14 Sep 2011 12:38:53 +0000</pubDate>
			<dc:creator>yannibmbr</dc:creator>
			<guid isPermaLink="false">35280@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That actually helps a lot. I'm still not sure I could handle it on my own, but I think this at least gives me a good start. How you pass the values makes a little more sense to me now; I think it's just a matter of how to interact with Podio's API now. There's documentation on that, but I'll see if there are more examples to draw from.&#60;/p&#62;
&#60;p&#62;Thanks again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Posting Submitting Form Data to 3rd party service"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/posting-submitting-form-data-to-3rd-party-service#post-35272</link>
			<pubDate>Wed, 14 Sep 2011 11:28:58 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">35272@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here's a rough example:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
// run only on form 6.  if your form ID is different, change the 6 here to your form ID
add_action(&#38;quot;gform_post_submission_6&#38;quot;, &#38;quot;notify_podio&#38;quot;, 10, 2);
function notify_podio($entry,$form) {
    // first get the values you need from the form.
    // view the source of the HTML in form preview to find the IDs

    // field ID 1, part 3 for first name
    $fname       = rgpost(&#38;#39;input_1_3&#38;#39;);

    // field ID 1, part 6 for last name
    $lname       = rgpost(&#38;#39;input_1_6&#38;#39;);

    // field ID 4 for email address
    $email       = rgpost(&#38;#39;input_4&#38;#39;);

    // integrate with podio.com
    // contact their API endpoint or something
    $podio_result = do_something();

    // check the value returned from the attempt
    if ($podio_result == 1) {
        $success = TRUE;
    }
    else {
        $success = FALSE;
    }
    wp_mail(&#38;#39;youremail@example.com&#38;#39;, &#38;#39;Podio Results&#38;#39;, &#38;#39;Email body here&#38;#39;);
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Posting Submitting Form Data to 3rd party service"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/posting-submitting-form-data-to-3rd-party-service#post-35271</link>
			<pubDate>Wed, 14 Sep 2011 11:19:19 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">35271@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The gform_after_submission hook is available in 1.6, which has not yet been released (It's currently in beta.  The documentation is a little ahead of the final release.)  In the current production release, 1.5.2.8, a roughly equivalent hook is &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_post_submission&#34; rel=&#34;nofollow&#34;&#62;gform_post_submission&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Using any of the filters or hooks will be done in your current theme's functions.php file.&#60;/p&#62;
&#60;p&#62;A hook is used to run your code at that particular time.  This particular hook is processed after the form is submitted, notifications are sent and entry is created.  You &#34;hook&#34; your code to that action, so your custom code runs when that hook is executed.&#60;/p&#62;
&#60;p&#62;That's the high level overview.&#60;/p&#62;
&#60;p&#62;If you cannot use the form confirmation option of 'redirect', then you will have to use one of these two hooks to run custom code to interact with your external service's API.  All your custom code will go in a function in functions.php, and you tell WordPress to run your code when the Gravity Forms hook is executed.  Does that help at all?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>yannibmbr on "Posting Submitting Form Data to 3rd party service"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/posting-submitting-form-data-to-3rd-party-service#post-35164</link>
			<pubDate>Tue, 13 Sep 2011 11:28:59 +0000</pubDate>
			<dc:creator>yannibmbr</dc:creator>
			<guid isPermaLink="false">35164@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey everyone.&#60;br /&#62;
I'm trying to figure some things out about how to post form data from Gravity Forms to a 3rd Party Service, such as Podio.com.&#60;/p&#62;
&#60;p&#62;They have an API to interact with, so it's possible. &#60;/p&#62;
&#60;p&#62;However, I'm really not familiar with how to do this. Ideally, I'd like to learn to do this myself, but would be willing to pay for someone to do it for me.&#60;/p&#62;
&#60;p&#62;I see that there's some documentation on how to accomplish this here: &#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;
&#60;p&#62;I'm confused by the example provided, though. Is this something that needs to be done in the functions.php file? &#60;/p&#62;
&#60;p&#62;Seriously lost and would appreciate some guidance.&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
