<?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: Gform after submission issue</title>
		<link>https://legacy.forums.gravityhelp.com/topic/gform-after-submission-issue</link>
		<description>Gravity Support Forums Topic: Gform after submission issue</description>
		<language>en-US</language>
		<pubDate>Fri, 01 May 2026 23:08:51 +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/gform-after-submission-issue" rel="self" type="application/rss+xml" />

		<item>
			<title>gmedia on "Gform after submission issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform-after-submission-issue#post-76177</link>
			<pubDate>Tue, 18 Sep 2012 20:37:28 +0000</pubDate>
			<dc:creator>gmedia</dc:creator>
			<guid isPermaLink="false">76177@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I sent you an email. I realize I should have posted this to the priority support since I have developer license. I appreciate you looking at this and apologize for not having some of the info you needed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Gform after submission issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform-after-submission-issue#post-76157</link>
			<pubDate>Tue, 18 Sep 2012 19:45:59 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">76157@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You mentioned what you did but did not mention what happens.  What happens right now? Is your hook being executed?  What does $response return at the end?   What does $request hold? HOw about the $body array?  Basically you need to work your way backward to find out where it's failing.  If you would like to send a link to me, you can send it to &#60;a href=&#34;mailto:chris@rocketgenius.com&#34;&#62;chris@rocketgenius.com&#60;/a&#62;   -  Please include a WordPress administrator login.  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gmedia on "Gform after submission issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform-after-submission-issue#post-75886</link>
			<pubDate>Mon, 17 Sep 2012 17:13:50 +0000</pubDate>
			<dc:creator>gmedia</dc:creator>
			<guid isPermaLink="false">75886@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am trying to add the gform after submission code to the functions.php. I am not a coder, but it seems  pretty straightforward and I have set up other forms to pass data to this same third party form. I have looked through the forum and google, but did not see a post that would take care of my issue.&#60;/p&#62;
&#60;p&#62;This is the code I inserted:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_action(&#38;#39;gform_after_submission_1&#38;#39;, &#38;#39;post_to_third_party&#38;#39;, 10, 2);

function post_to_third_party($entry, $form) {

    $post_url = &#38;#39;http://www.webaddress.com/formcentral.php&#38;#39;;

    $body = array(

&#38;quot;contact_name&#38;quot; =&#38;gt; $entry[&#38;quot;1&#38;quot;],
&#38;quot;email&#38;quot; =&#38;gt; $entry[&#38;quot;2&#38;quot;],
&#38;quot;cphone1&#38;quot; =&#38;gt; $entry[&#38;quot;7&#38;quot;],
&#38;quot;comment&#38;quot; =&#38;gt; $entry[&#38;quot;4&#38;quot;],
&#38;quot;site&#38;quot; =&#38;gt; $entry[&#38;quot;5&#38;quot;],
&#38;quot;id&#38;quot; =&#38;gt; $entry[&#38;quot;6&#38;quot;],

        );

    $request = new WP_Http();

    $response = $request-&#38;gt;post($post_url, array(&#38;#39;body&#38;#39; =&#38;gt; $body));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I added the _1 so only the data from form 1 will pass to the third party form. I have mapped all the data to the appropriate field, but still no go. Do you have any suggestions? If you need me to post a link or something, let me know where I can send it and you are free to look.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
