<?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: Using Query Strings on Redirect page</title>
		<link>https://legacy.forums.gravityhelp.com/topic/using-query-strings-on-redirect-page</link>
		<description>Gravity Support Forums Topic: Using Query Strings on Redirect page</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 15:44:10 +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/using-query-strings-on-redirect-page" rel="self" type="application/rss+xml" />

		<item>
			<title>debol on "Using Query Strings on Redirect page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-query-strings-on-redirect-page#post-224095</link>
			<pubDate>Thu, 25 Apr 2013 13:03:34 +0000</pubDate>
			<dc:creator>debol</dc:creator>
			<guid isPermaLink="false">224095@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for this, rcandela. Where exactly did you past the script to populate data in the redirected page?&#60;/p&#62;
&#60;p&#62;Thanks for help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Using Query Strings on Redirect page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-query-strings-on-redirect-page#post-163381</link>
			<pubDate>Thu, 07 Mar 2013 13:51:18 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">163381@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm not a JavaScript guy (I'm a PHP guy), so that's really cool. Thanks for coming back with your solution. I really appreciate it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rcandela on "Using Query Strings on Redirect page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-query-strings-on-redirect-page#post-163372</link>
			<pubDate>Thu, 07 Mar 2013 13:32:22 +0000</pubDate>
			<dc:creator>rcandela</dc:creator>
			<guid isPermaLink="false">163372@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the quick response David.  A developer here just wrote a quick fix for future readers in javascript, which we pasted right in to Wordpress:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
function getParameterByName(name)
{
  name = name.replace(/[\[]/, &#38;quot;\\\[&#38;quot;).replace(/[\]]/, &#38;quot;\\\]&#38;quot;);
  var regexS = &#38;quot;[\\?&#38;amp;]&#38;quot; + name + &#38;quot;=([^&#38;amp;#]*)&#38;quot;;
  var regex = new RegExp(regexS);
  var results = regex.exec(window.location.search);
  if(results == null)
    return &#38;quot;&#38;quot;;
  else
    return decodeURIComponent(results[1].replace(/\+/g, &#38;quot; &#38;quot;));
}
jQuery(document).ready(function ($) {
   $(&#38;#39;#order_number&#38;#39;).html(getParameterByName(&#38;#39;order_number&#38;#39;));
});
&#38;lt;/script&#38;gt;
Order Number: &#38;lt;span id=&#38;#39;order_number&#38;#39; /&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Using Query Strings on Redirect page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-query-strings-on-redirect-page#post-163370</link>
			<pubDate>Thu, 07 Mar 2013 13:25:41 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">163370@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would have to use PHP to grab the query string and display it. Reading up on query strings and PHP should give you your answer. This isn't a Gravity Forms issue, but just a normal PHP one - &#60;a href=&#34;http://stackoverflow.com/questions/8469767/php-get-url-query-string&#34; rel=&#34;nofollow&#34;&#62;http://stackoverflow.com/questions/8469767/php-get-url-query-string&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rcandela on "Using Query Strings on Redirect page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-query-strings-on-redirect-page#post-163369</link>
			<pubDate>Thu, 07 Mar 2013 13:22:44 +0000</pubDate>
			<dc:creator>rcandela</dc:creator>
			<guid isPermaLink="false">163369@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm new to query strings, and am trying to get data to post to a redirect page after submit.  On my site, I'm using gravity forms so users can purchase a service.  The form redirects to PayPal and all is well.  After confirmation of payment, they are redirected to a new page.  I've passed the query string to the redirect page, but have absolutely no idea how to post data in Wordpress to show the query string.  Call me a novice developer, I guess.&#60;/p&#62;
&#60;p&#62;Could you give me the walk through, on how to populate data on a new page (not in a form), using the query string parameters outlined in the form settings, redirect page.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
