<?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: &#34;Pass Field Data&#34; as POST? (not GET)</title>
		<link>https://legacy.forums.gravityhelp.com/topic/pass-field-data-as-post-not-get</link>
		<description>Gravity Support Forums Topic: &quot;Pass Field Data&quot; as POST? (not GET)</description>
		<language>en-US</language>
		<pubDate>Thu, 23 Apr 2026 21:22:38 +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/pass-field-data-as-post-not-get" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "&#34;Pass Field Data&#34; as POST? (not GET)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pass-field-data-as-post-not-get#post-19414</link>
			<pubDate>Fri, 25 Feb 2011 13:56:44 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">19414@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Exactly Ben, you can use that hook and do whatever you want with that data as part of the form submission process.  Complete control.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ben Hutchings on "&#34;Pass Field Data&#34; as POST? (not GET)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pass-field-data-as-post-not-get#post-19413</link>
			<pubDate>Fri, 25 Feb 2011 13:45:26 +0000</pubDate>
			<dc:creator>Ben Hutchings</dc:creator>
			<guid isPermaLink="false">19413@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ah, well that's perfect. I can just do my DB submission directly in a function triggered by that hook then. Excellent! thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "&#34;Pass Field Data&#34; as POST? (not GET)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pass-field-data-as-post-not-get#post-19401</link>
			<pubDate>Fri, 25 Feb 2011 12:57:52 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">19401@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This isn't currently supported.  The redirect is a redirect with the ability to pass information via the query string.  It isn't technically a GET request because it doesn't submit to do this redirect, it uses PHP to redirect.  So it's similar to a GET form action but really it's just a redirect.&#60;/p&#62;
&#60;p&#62;Currently this isn't possible with the redirect.  However, it is possible using API hooks as part of the form submission process.  You would have to write custom code to post data where you need to post it.&#60;/p&#62;
&#60;p&#62;You could use the gform_post_submission hook and write custom code to interact with another script or service.  Here are some details:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/sms-api-gateway-need-help-to-get-gform-to-integrate#post-18087&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/sms-api-gateway-need-help-to-get-gform-to-integrate#post-18087&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ben Hutchings on "&#34;Pass Field Data&#34; as POST? (not GET)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pass-field-data-as-post-not-get#post-19384</link>
			<pubDate>Fri, 25 Feb 2011 05:52:58 +0000</pubDate>
			<dc:creator>Ben Hutchings</dc:creator>
			<guid isPermaLink="false">19384@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I'm using a gravity form to pass a name and an email address to an external php based mailing manager (yes I know, mailchimp would be preferable but the client has already forked out on this other thing).&#60;/p&#62;
&#60;p&#62;I'm using the 'Redirect' method in the form settings, and have 'Pass Field Data via Query String&#34; ticked. This works fine.&#60;/p&#62;
&#60;p&#62;But... I'd prefer it if the 'ugly' qs wasn't used, and the data was passed in POST. Is this possible? I have already printed out $_POST on the receiving page just incase it was in there, but no.&#60;/p&#62;
&#60;p&#62;Aside: On that note... it would be FANTASTIC if this sport of redirection could be replaced with an AJAX call to another script so the user doesn't have to leave the WP site (even if it's so quick they don't know it).
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
