<?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: Cookiemonster and extracting query string values in a form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/cookiemonster-and-extracting-query-string-values-in-a-form</link>
		<description>Gravity Support Forums Topic: Cookiemonster and extracting query string values in a form</description>
		<language>en-US</language>
		<pubDate>Thu, 23 Apr 2026 13:02:14 +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/cookiemonster-and-extracting-query-string-values-in-a-form" rel="self" type="application/rss+xml" />

		<item>
			<title>amydpnw on "Cookiemonster and extracting query string values in a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cookiemonster-and-extracting-query-string-values-in-a-form#post-50478</link>
			<pubDate>Fri, 24 Feb 2012 20:44:12 +0000</pubDate>
			<dc:creator>amydpnw</dc:creator>
			<guid isPermaLink="false">50478@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I figured out a way to get a URL query string value to work across multiple pages using the Cookiemonster plugin.&#60;/p&#62;
&#60;p&#62;Added the following hook in functions.php and I was able to carry ?slug=ga002 across multiple pages.&#60;/p&#62;
&#60;p&#62;add_filter(&#34;gform_field_value_slug&#34;, &#34;populate_slug&#34;);&#60;br /&#62;
function populate_slug() {&#60;br /&#62;
	return $_COOKIE[&#34;slug&#34;];&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
