<?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: Any method to use form method=&#34;get&#34; with gform_post_submission</title>
		<link>https://legacy.forums.gravityhelp.com/topic/any-method-to-use-form-methodget-with-gform_post_submission</link>
		<description>Gravity Support Forums Topic: Any method to use form method=&quot;get&quot; with gform_post_submission</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Apr 2026 05:37:27 +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/any-method-to-use-form-methodget-with-gform_post_submission" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Any method to use form method=&#34;get&#34; with gform_post_submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/any-method-to-use-form-methodget-with-gform_post_submission#post-37976</link>
			<pubDate>Sat, 15 Oct 2011 13:47:34 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">37976@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Jarek.  Please let us know if you need more help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jsiemins on "Any method to use form method=&#34;get&#34; with gform_post_submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/any-method-to-use-form-methodget-with-gform_post_submission#post-37946</link>
			<pubDate>Fri, 14 Oct 2011 15:54:58 +0000</pubDate>
			<dc:creator>jsiemins</dc:creator>
			<guid isPermaLink="false">37946@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi!&#60;/p&#62;
&#60;p&#62;You are right, I was not to descriptive  with statement: &#34;it doesn't work&#34;.&#60;br /&#62;
It mean form hangs with rotating circle and nothing happens.&#60;/p&#62;
&#60;p&#62;Hopefully, I solved it with passing parameters in URL, what works for me.&#60;/p&#62;
&#60;p&#62;Let's assume problem is solved.&#60;/p&#62;
&#60;p&#62;But my general perception is that if tool aspires to be &#34;Packed With Features.. Gravity Forms Really Satisfies&#34; it should simply support out of the box all basic form methods, that basic HTML forms support.&#60;/p&#62;
&#60;p&#62;Have a nice weekend,&#60;br /&#62;
Jarek
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Any method to use form method=&#34;get&#34; with gform_post_submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/any-method-to-use-form-methodget-with-gform_post_submission#post-37811</link>
			<pubDate>Thu, 13 Oct 2011 12:20:10 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">37811@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;When you say &#34;it doesn't work&#34; what do you mean?  What happens?  Can you capture or display what's being sent before you send it to check for errors?&#60;/p&#62;
&#60;p&#62;With Gravity Forms and the gform_post_submission hook, you can run whatever code you want, including PHP cURL and can run a GET operation like that as well.  I'm not certain what your code would actually do there.  It doesn't actually return anything, maybe just displays that form?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jsiemins on "Any method to use form method=&#34;get&#34; with gform_post_submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/any-method-to-use-form-methodget-with-gform_post_submission#post-37758</link>
			<pubDate>Wed, 12 Oct 2011 18:34:26 +0000</pubDate>
			<dc:creator>jsiemins</dc:creator>
			<guid isPermaLink="false">37758@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi guys!!!&#60;/p&#62;
&#60;p&#62;I bought GF to use it to pass simple form fields to our e-payment provider.&#60;br /&#62;
They support only get method.&#60;br /&#62;
I tried following code, but doesn't work:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;(
add_action(&#38;quot;gform_post_submission&#38;quot;, &#38;quot;post_to_przelewy24&#38;quot;, 10, 2);

function post_to_przelewy24($entry, $form){
    if($form[&#38;quot;id&#38;quot;] != 1) //NOTE: replace 3 with your form id
        return;
    ?&#38;gt;
&#38;lt;form method=&#38;quot;get&#38;quot; action=&#38;quot;https://sklep.przelewy24.pl/zakup.php&#38;quot;&#38;gt;
&#38;lt;input type=&#38;quot;hidden&#38;quot; name=&#38;quot;z24_id_sprzedawcy&#38;quot; value=&#38;quot;13040&#38;quot;&#38;gt;
&#38;lt;input type=&#38;quot;hidden&#38;quot; name=&#38;quot;z24_crc&#38;quot; value=&#38;quot;3c021c8b&#38;quot;&#38;gt;
&#38;lt;input type=&#38;quot;hidden&#38;quot; name=&#38;quot;z24_return_url&#38;quot; value=&#38;quot;www.fundacjadziedzic.pl&#38;quot;&#38;gt;
&#38;lt;input type=&#38;quot;hidden&#38;quot; name=&#38;quot;z24_kwota&#38;quot; value=&#38;quot;&#38;lt;?php echo $entry[&#38;quot;7&#38;quot;] ?&#38;gt;&#38;quot;&#38;gt;
&#38;lt;input type=&#38;quot;hidden&#38;quot; name=&#38;quot;z24_language&#38;quot; value=&#38;quot;pl&#38;quot;&#38;gt;
&#38;lt;input type=&#38;quot;hidden&#38;quot; name=&#38;quot;z24_nazwa&#38;quot; value=&#38;quot;&#38;lt;?php echo $entry[&#38;quot;2&#38;quot;] ?&#38;gt;&#38;quot;&#38;gt;
&#38;lt;/form&#38;gt;
        &#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
            document.getElementById(&#38;quot;form_to_przelewy24&#38;quot;).submit();
        &#38;lt;/script&#38;gt;
    &#38;lt;?php
}
)&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;question is: have I  done something wrong or should I look for other form plugin?&#60;/p&#62;
&#60;p&#62;rgs,&#60;br /&#62;
Jarek
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
