<?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: query string parameter at gform_pre_render</title>
		<link>https://legacy.forums.gravityhelp.com/topic/query-string-parameter-at-gform_pre_render</link>
		<description>Gravity Support Forums Topic: query string parameter at gform_pre_render</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 17:47:59 +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/query-string-parameter-at-gform_pre_render" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "query string parameter at gform_pre_render"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/query-string-parameter-at-gform_pre_render#post-67543</link>
			<pubDate>Mon, 23 Jul 2012 12:37:35 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">67543@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please use the &#60;a href=&#34;http://www.gravityhelp.com/contact-us/&#34; rel=&#34;nofollow&#34;&#62;contact form&#60;/a&#62; and send the details of your situation.  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>omoplata on "query string parameter at gform_pre_render"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/query-string-parameter-at-gform_pre_render#post-67491</link>
			<pubDate>Mon, 23 Jul 2012 03:24:51 +0000</pubDate>
			<dc:creator>omoplata</dc:creator>
			<guid isPermaLink="false">67491@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How do I change the email account? I tried changing my email and it just changes it back to the original.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "query string parameter at gform_pre_render"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/query-string-parameter-at-gform_pre_render#post-67405</link>
			<pubDate>Sun, 22 Jul 2012 01:08:16 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">67405@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK.  We handle support inquiries only in the regular support forums.  We try to keep support questions and answers out of the Pre-Purchase Forum.  You'll have to find a way to get logged in there so we can handle this request for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>omoplata on "query string parameter at gform_pre_render"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/query-string-parameter-at-gform_pre_render#post-67377</link>
			<pubDate>Sat, 21 Jul 2012 15:34:55 +0000</pubDate>
			<dc:creator>omoplata</dc:creator>
			<guid isPermaLink="false">67377@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I can't access it. Another remote developer (we are co-developing the site) bought a license.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "query string parameter at gform_pre_render"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/query-string-parameter-at-gform_pre_render#post-67369</link>
			<pubDate>Sat, 21 Jul 2012 12:59:38 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">67369@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@omoplata, I see all your posts in the Pre-Purchase forum.  If you have already purchased Gravity Forms, I would like to move this post to the regular support forums.  Can you access the topics listed here? &#60;a href=&#34;http://www.gravityhelp.com/forums/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you cannot, we will need to make sure your email address on this account is the same one which was used for the PayPal transaction when you made your purchase.  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>omoplata on "query string parameter at gform_pre_render"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/query-string-parameter-at-gform_pre_render#post-67346</link>
			<pubDate>Sat, 21 Jul 2012 04:23:06 +0000</pubDate>
			<dc:creator>omoplata</dc:creator>
			<guid isPermaLink="false">67346@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I need to pass a query string parameter to the GF, which is I can do and retrieve via hidden field and dynamic population.&#60;/p&#62;
&#60;p&#62;However, this dynamic value is not available at gform_pre_render. I need this query string because it is a unique ID. This unique ID is used to populate DIFFERENT values dynamically into the form's fields.&#60;/p&#62;
&#60;p&#62;For example, lets say I invoke my form: &#60;a href=&#34;http://www.foo.com/form/?ID=1&#34; rel=&#34;nofollow&#34;&#62;http://www.foo.com/form/?ID=1&#60;/a&#62;  ID=1 means that this form pertains to the state of CA. Lets say I have a dropdown of zip codes that I want to dynamically populate with only CA zip codes.&#60;/p&#62;
&#60;p&#62;As I understand it, I must use the hook, gform_pre_render() to populate dropdowns. However, at this function, I don't see my ID field dynamically populated with the value, 1, so I can't determine what zip codes to fill in my ZIP dropdown.&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
