<?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: Integration with multisafepay</title>
		<link>https://legacy.forums.gravityhelp.com/topic/integration-with-multisafepay</link>
		<description>Gravity Support Forums Topic: Integration with multisafepay</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 14:41:45 +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/integration-with-multisafepay" rel="self" type="application/rss+xml" />

		<item>
			<title>mike on "Integration with multisafepay"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/integration-with-multisafepay#post-52526</link>
			<pubDate>Thu, 15 Mar 2012 08:04:41 +0000</pubDate>
			<dc:creator>mike</dc:creator>
			<guid isPermaLink="false">52526@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm trying to do the same thing, has anybody found an answer yet ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Safets on "Integration with multisafepay"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/integration-with-multisafepay#post-50432</link>
			<pubDate>Fri, 24 Feb 2012 11:11:53 +0000</pubDate>
			<dc:creator>Safets</dc:creator>
			<guid isPermaLink="false">50432@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Bump , anybody who can help me with this issue?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Safets on "Integration with multisafepay"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/integration-with-multisafepay#post-50304</link>
			<pubDate>Thu, 23 Feb 2012 10:53:56 +0000</pubDate>
			<dc:creator>Safets</dc:creator>
			<guid isPermaLink="false">50304@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;If there is already an awnser on this forum i am sorry for that, can't find a good anwser yet.&#60;br /&#62;
I am trying to post my form values to a test url of miltisafepay.&#60;br /&#62;
At first i tried it with query string and the url &#60;a href=&#34;https://testapi.multisafepay.com/ewx/post.php&#34; rel=&#34;nofollow&#34;&#62;https://testapi.multisafepay.com/ewx/post.php&#60;/a&#62; with no luck.&#60;/p&#62;
&#60;p&#62;Then i did read about the gform_after_submission hook and now im trying to use that hook to redirect to the external site .. is this the right way? how can the redirect take place? &#60;/p&#62;
&#60;p&#62;For now i uses the example code but it doenst redirect (probably cause it does the post in the background?):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_action(&#38;quot;gform_after_submission&#38;quot;, &#38;quot;after_submission&#38;quot;, 10, 2);
function after_submission($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));
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thank you in advance
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
