<?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: populating like thispopulating with query string and php</title>
		<link>https://legacy.forums.gravityhelp.com/topic/populating-like-thispopulating-with-query-string-and-php</link>
		<description>Gravity Support Forums Topic: populating like thispopulating with query string and php</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 22:33:55 +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/populating-like-thispopulating-with-query-string-and-php" rel="self" type="application/rss+xml" />

		<item>
			<title>lerizzle on "populating like thispopulating with query string and php"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populating-like-thispopulating-with-query-string-and-php#post-47425</link>
			<pubDate>Thu, 26 Jan 2012 11:33:45 +0000</pubDate>
			<dc:creator>lerizzle</dc:creator>
			<guid isPermaLink="false">47425@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So I just did this instead of having a bunch of filters for populating and it worked. Is there something wrong with this?&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_pre_render_3&#38;quot;, &#38;quot;pre_render_function&#38;quot;);
function pre_render_function($form){
	$_GET[&#38;#39;myval&#38;#39;] = &#38;quot;Augmented Reality,Cloud Networking,Carrier Class Solutions&#38;quot;;
	return $form;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This way I can just query my database and set all my return variables as $GET variables in one go and it works.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
