<?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: Populate Fields Dynamically</title>
		<link>https://legacy.forums.gravityhelp.com/topic/populate-fields-dynamically</link>
		<description>Gravity Support Forums Topic: Populate Fields Dynamically</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 02:19:35 +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/populate-fields-dynamically" rel="self" type="application/rss+xml" />

		<item>
			<title>rentageekmom on "Populate Fields Dynamically"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-fields-dynamically#post-36833</link>
			<pubDate>Sat, 01 Oct 2011 21:28:24 +0000</pubDate>
			<dc:creator>rentageekmom</dc:creator>
			<guid isPermaLink="false">36833@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This fixed the error for me as well - thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>riodev on "Populate Fields Dynamically"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-fields-dynamically#post-8537</link>
			<pubDate>Fri, 13 Aug 2010 08:11:13 +0000</pubDate>
			<dc:creator>riodev</dc:creator>
			<guid isPermaLink="false">8537@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey jmhelms,&#60;br /&#62;
Thanks for your input, I have mod_speling running too and it works fine as long as i use an uppercase letter in the parameter.&#60;/p&#62;
&#60;p&#62;Thanks a ton!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jmhelms on "Populate Fields Dynamically"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-fields-dynamically#post-4346</link>
			<pubDate>Tue, 30 Mar 2010 02:06:31 +0000</pubDate>
			<dc:creator>jmhelms</dc:creator>
			<guid isPermaLink="false">4346@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I was having the same issue. I changed the parameter to an uppercase letter i.e. &#34;Name&#34; and the query string passed into the form.&#60;/p&#62;
&#60;p&#62;I'm not sure why it made a difference but figured I would mention it anyway.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Populate Fields Dynamically"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-fields-dynamically#post-4297</link>
			<pubDate>Fri, 26 Mar 2010 17:19:47 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">4297@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;ActiveFriends, it looks like the Apache mod_speling (yep, speling) module is running?  &#60;/p&#62;
&#60;p&#62;Try this URL to see what I mean:&#60;br /&#62;
&#60;a href=&#34;http://www.zenmediastudios.com/conta&#34; rel=&#34;nofollow&#34;&#62;http://www.zenmediastudios.com/conta&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Should redirect you to:&#60;br /&#62;
&#60;a href=&#34;http://www.zenmediastudios.com/contact-us/&#34; rel=&#34;nofollow&#34;&#62;http://www.zenmediastudios.com/contact-us/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Can you try disabling it by adding this to the top of your .htaccess?&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;IfModule mod_speling.c&#38;gt;
CheckSpelling on
&#38;lt;/IfModule&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then try accessing your contact form with the query string as you posted initially (although it might be better with a slash before the &#60;strong&#62;?name=test&#60;/strong&#62;), like &#60;a href=&#34;http://www.zenmediastudios.com/contact-us/?name=test&#34; rel=&#34;nofollow&#34;&#62;http://www.zenmediastudios.com/contact-us/?name=test&#60;/a&#62;  Worth a shot maybe?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Populate Fields Dynamically"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-fields-dynamically#post-4294</link>
			<pubDate>Fri, 26 Mar 2010 16:22:21 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">4294@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try deleting your .htaccess file, then go to the WordPress Permalinks page and save that page again so that it updates.  Then test the form address.&#60;/p&#62;
&#60;p&#62;Your site isn't treating the querystring parameters as querystring parameters, but rather a separate page which of course doesn't exist.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ActiveFriends on "Populate Fields Dynamically"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-fields-dynamically#post-4293</link>
			<pubDate>Fri, 26 Mar 2010 16:14:37 +0000</pubDate>
			<dc:creator>ActiveFriends</dc:creator>
			<guid isPermaLink="false">4293@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#38;lt;IfModule mod_rewrite.c&#38;gt;&#60;br /&#62;
RewriteEngine On&#60;br /&#62;
RewriteBase /&#60;br /&#62;
RewriteCond %{REQUEST_FILENAME} !-f&#60;br /&#62;
RewriteCond %{REQUEST_FILENAME} !-d&#60;br /&#62;
RewriteRule . /index.php [L]&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Populate Fields Dynamically"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-fields-dynamically#post-4262</link>
			<pubDate>Thu, 25 Mar 2010 23:25:50 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">4262@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No, what you are doing should work.  &#60;/p&#62;
&#60;p&#62;It appears for some reason your WordPress install is not treating it as a query string parameter.  It looks like a permalink rewrite issue.  That is why you are getting a 404 error message.&#60;/p&#62;
&#60;p&#62;Do you have any permalink settings you have done outside the standard WordPress permalink settings? Are you running on a Windows machine?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ActiveFriends on "Populate Fields Dynamically"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-fields-dynamically#post-4248</link>
			<pubDate>Thu, 25 Mar 2010 15:18:16 +0000</pubDate>
			<dc:creator>ActiveFriends</dc:creator>
			<guid isPermaLink="false">4248@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Before I get flogged --- I know this topic has been covered before, and I've read more posts then I care to mention about this, however, it's not working for me.&#60;/p&#62;
&#60;p&#62;I'm using GForms in WP 2.9 and I have setup a test form that &#34;should&#34; allow dynamic population according to all the documentation I've read, but it's not.&#60;/p&#62;
&#60;p&#62;The form: &#60;a href=&#34;http://www.zenmediastudios.com/contact-us/&#34; rel=&#34;nofollow&#34;&#62;http://www.zenmediastudios.com/contact-us/&#60;/a&#62;&#60;br /&#62;
The field: &#34;name&#34;&#60;br /&#62;
The attempt: &#60;a href=&#34;http://www.zenmediastudios.com/contact-us?name=test&#34; rel=&#34;nofollow&#34;&#62;http://www.zenmediastudios.com/contact-us?name=test&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;All I get is the error page because that &#34;page&#34; doesn't exist, it's not reading it as a form and pre-populating the field.&#60;/p&#62;
&#60;p&#62;Am I that daft?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
