<?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: Pyrix</title>
		<link>https://legacy.forums.gravityhelp.com/topic/pyrix</link>
		<description>Gravity Support Forums Topic: Pyrix</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 09:12:50 +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/pyrix" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Pyrix"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pyrix#post-123654</link>
			<pubDate>Wed, 16 Jan 2013 16:22:38 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">123654@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;PHP code will normally go in your theme's functions.php.  I'm not sure if Genesis has a functions.php  file at all, or if they use a differently named file.  If they don't use functions.php, please content StudioPress for their recommendation (or check the support forums there.)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F#PHP&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F#PHP&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>housedesigns143 on "Pyrix"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pyrix#post-123631</link>
			<pubDate>Wed, 16 Jan 2013 15:40:42 +0000</pubDate>
			<dc:creator>housedesigns143</dc:creator>
			<guid isPermaLink="false">123631@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Chris, &#60;/p&#62;
&#60;p&#62;Where do I put this code when im finished with it? Im using Genesis.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
add_action(&#38;#39;gform_after_submission&#38;#39;, &#38;#39;post_to_third_party&#38;#39;, 10, 2);
function post_to_third_party($entry, $form) {
    $post_url = &#38;#39;http://thirdparty.com&#38;#39;;
    $body = array(
        &#38;#39;first_name&#38;#39; =&#38;gt; $entry[&#38;#39;1.3&#38;#39;],
        &#38;#39;last_name&#38;#39; =&#38;gt; $entry[&#38;#39;1.6&#38;#39;],
        &#38;#39;message&#38;#39; =&#38;gt; $entry[&#38;#39;3&#38;#39;]
        );

    $request = new WP_Http();

    $response = $request-&#38;gt;post($post_url, array(&#38;#39;body&#38;#39; =&#38;gt; $body));

}

?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>housedesigns143 on "Pyrix"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pyrix#post-123526</link>
			<pubDate>Wed, 16 Jan 2013 12:44:02 +0000</pubDate>
			<dc:creator>housedesigns143</dc:creator>
			<guid isPermaLink="false">123526@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks so much, my client is set on continuing to use pyrix :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Pyrix"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pyrix#post-123521</link>
			<pubDate>Wed, 16 Jan 2013 12:40:13 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">123521@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, exactly.  I had no idea what Pyrix was, but it looks like they will let you POST.  You can use the gform_after_submission hook for that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>housedesigns143 on "Pyrix"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pyrix#post-123518</link>
			<pubDate>Wed, 16 Jan 2013 12:38:15 +0000</pubDate>
			<dc:creator>housedesigns143</dc:creator>
			<guid isPermaLink="false">123518@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Chris,&#60;/p&#62;
&#60;p&#62;Thanks for the reply. Is this what you mean?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://code.google.com/p/piryx-api/wiki/Payments&#34; rel=&#34;nofollow&#34;&#62;http://code.google.com/p/piryx-api/wiki/Payments&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Pyrix"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pyrix#post-123514</link>
			<pubDate>Wed, 16 Jan 2013 12:31:38 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">123514@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have not heard of anyone integrating Pyrix before.  However, if you can send data to them via a web request (HTTP Post) you can use the gform_after_submission hook to send the data you collect in your form. &#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>housedesigns143 on "Pyrix"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pyrix#post-123498</link>
			<pubDate>Wed, 16 Jan 2013 12:11:42 +0000</pubDate>
			<dc:creator>housedesigns143</dc:creator>
			<guid isPermaLink="false">123498@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is it possible to integrate pyrix with gravity forms?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
