<?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: Complete a field with a variable value</title>
		<link>https://legacy.forums.gravityhelp.com/topic/complete-a-field-with-a-variable-value</link>
		<description>Gravity Support Forums Topic: Complete a field with a variable value</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:51:19 +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/complete-a-field-with-a-variable-value" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Complete a field with a variable value"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/complete-a-field-with-a-variable-value#post-46750</link>
			<pubDate>Wed, 18 Jan 2012 15:37:42 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">46750@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I believe you want to use the gform_field_value filter to populate the form field before the form is rendered.  &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_field_value_$parameter_name&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_field_value_$parameter_name&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Your example though shows using the query string to grab the value of &#34;o&#34; - but it's just two characters.  If you want to populate a text area with just the value of that parameter in the query string, all you need to do is on the advanced tab of your form field, check the box &#34;Allow field to be populated dynamically&#34; then fill in the &#34;parameter name&#34; with &#34;o&#34; (no quotes) then use the URL as you have shown it, and the value of &#34;o&#34; will be placed in the value for the text area.&#60;/p&#62;
&#60;p&#62;Do either of those solutions help you?&#60;/p&#62;
&#60;p&#62;Here is more information about how you can pre-populate fields:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Using_Dynamic_Population&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Using_Dynamic_Population&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>spiral on "Complete a field with a variable value"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/complete-a-field-with-a-variable-value#post-46108</link>
			<pubDate>Wed, 11 Jan 2012 07:08:48 +0000</pubDate>
			<dc:creator>spiral</dc:creator>
			<guid isPermaLink="false">46108@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a form with a textarea field and I would like to complete the textarea value with a variable, is it possible to do it with GF?&#60;/p&#62;
&#60;p&#62;In this case I will access the form with a URL like these: &#60;a href=&#34;http://www.myweb.com/realizar-pedidos/?o=22&#34; rel=&#34;nofollow&#34;&#62;http://www.myweb.com/realizar-pedidos/?o=22&#60;/a&#62;&#60;br /&#62;
Then, on my page I will request the o variable ($my_var = $_GET['o']) and then I would like to fill my textarea field with $my_var value.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
