<?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 Dynamic Content</title>
		<link>https://legacy.forums.gravityhelp.com/topic/populating-dynamic-content</link>
		<description>Gravity Support Forums Topic: Populating Dynamic Content</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:21:25 +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-dynamic-content" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Populating Dynamic Content"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populating-dynamic-content#post-155927</link>
			<pubDate>Wed, 27 Feb 2013 10:03:32 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">155927@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There is no Gravity Forms hook to accomplish that in the same form.  To take one piece of entered data and copy it to another form field, you can use jQuery.   Something like this &#60;a href=&#34;http://stackoverflow.com/a/4878348&#34; rel=&#34;nofollow&#34;&#62;http://stackoverflow.com/a/4878348&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>donsony on "Populating Dynamic Content"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populating-dynamic-content#post-154893</link>
			<pubDate>Tue, 26 Feb 2013 07:04:08 +0000</pubDate>
			<dc:creator>donsony</dc:creator>
			<guid isPermaLink="false">154893@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;/p&#62;
&#60;p&#62;I already thought of that. I would prefer a solution to hook it in to the same field name as I plan to pass parameters on submit to a form parsing script for another platform
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Populating Dynamic Content"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populating-dynamic-content#post-154560</link>
			<pubDate>Mon, 25 Feb 2013 23:16:51 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">154560@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;On page two, you could have three different text areas with different default text, and use conditional logic to choose which one to display, based on the drop down selection that was made.  Would that work?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>echoca on "Populating Dynamic Content"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populating-dynamic-content#post-154195</link>
			<pubDate>Mon, 25 Feb 2013 11:17:15 +0000</pubDate>
			<dc:creator>echoca</dc:creator>
			<guid isPermaLink="false">154195@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I understand I'm in the same learning php shoes. But that link gave me a snippet to work from.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>donsony on "Populating Dynamic Content"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populating-dynamic-content#post-154030</link>
			<pubDate>Mon, 25 Feb 2013 07:21:22 +0000</pubDate>
			<dc:creator>donsony</dc:creator>
			<guid isPermaLink="false">154030@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am looking in to more like a code snippet that can help me here. I am a novice at PHP, but once I get a piece of code, I can catch on from there...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>echoca on "Populating Dynamic Content"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populating-dynamic-content#post-153867</link>
			<pubDate>Mon, 25 Feb 2013 02:48:06 +0000</pubDate>
			<dc:creator>echoca</dc:creator>
			<guid isPermaLink="false">153867@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I just read about this filter today and it sounds like it could help you.&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_pre_render&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_pre_render&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>donsony on "Populating Dynamic Content"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populating-dynamic-content#post-153586</link>
			<pubDate>Sun, 24 Feb 2013 16:30:59 +0000</pubDate>
			<dc:creator>donsony</dc:creator>
			<guid isPermaLink="false">153586@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a multi page gravity form, &#60;/p&#62;
&#60;p&#62;lets say I have drop down field with Option 1, Option 2 and Option 3 on page 1&#60;/p&#62;
&#60;p&#62;Now on page 2 there is a text area field.&#60;/p&#62;
&#60;p&#62;When I select&#60;br /&#62;
option 1, i want the text area to be populated with the text &#34;Text 1&#34;&#60;br /&#62;
option 2, i want the text area to be populated with the text &#34;Text 2&#34;&#60;br /&#62;
option 3 i want the text area to be populated with the text &#34;Text 3&#34;&#60;/p&#62;
&#60;p&#62;How can I do this?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
