<?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: Dynamic population using shortcodes</title>
		<link>https://legacy.forums.gravityhelp.com/topic/dynamic-population-using-shortcodes</link>
		<description>Gravity Support Forums Topic: Dynamic population using shortcodes</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 00:58:22 +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/dynamic-population-using-shortcodes" rel="self" type="application/rss+xml" />

		<item>
			<title>mark.dillon on "Dynamic population using shortcodes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-population-using-shortcodes#post-29003</link>
			<pubDate>Fri, 01 Jul 2011 17:06:04 +0000</pubDate>
			<dc:creator>mark.dillon</dc:creator>
			<guid isPermaLink="false">29003@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How would I set multiple values at once?&#60;/p&#62;
&#60;p&#62;I’ve tried this but I can’t get it to select BOTH field values for the &#34;rule field&#34; checkbox I have setup.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[gravityform id=1 name=TestingForm title=false ajax=true
field_values=&#38;#39;apparel=SHOOTING Shirt)&#38;#39;
field_values=&#38;#39;rule-field=hide-logo-placement&#38;#39;
field_values=&#38;#39;rule-field=hide-background-section&#38;#39;
]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;UPDATE: Of course I figured this one out about 2 minutes after posting.  :)&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;[gravityform id=1 name=TestingForm title=false ajax=true field_values='apparel=SHOOTING Shirt&#38;amp;rule-field=hide-logo-placement,hide-background-section']&#60;/strong&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Dynamic population using shortcodes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-population-using-shortcodes#post-25929</link>
			<pubDate>Thu, 19 May 2011 15:09:19 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">25929@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Have you added a Hidden Field to your form and set it up properly?&#60;/p&#62;
&#60;p&#62;- Edit your Form&#60;br /&#62;
- Add a Hidden Field&#60;br /&#62;
- Edit the Hidden Field&#60;br /&#62;
- Give it a Field Label of Source&#60;br /&#62;
- Select the Advanced Tab&#60;br /&#62;
- Check the &#34;Allow field to be populated dynamically&#34; checkbox&#60;br /&#62;
- Give it a parameter name of &#34;source&#34; (without the quotes)&#60;br /&#62;
- See this screenshot: &#60;a href=&#34;http://grab.by/aaIJ&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/aaIJ&#60;/a&#62;&#60;br /&#62;
- Save your form&#60;/p&#62;
&#60;p&#62;Your shortcode should now work and dynamically populate that hidden field with the value you pass just like in your example above.&#60;/p&#62;
&#60;p&#62;[gravityform id=1 field_values='source=ELLP1']&#60;/p&#62;
&#60;p&#62;It worked in my tests.  See this screenshot of the entry created on my test form with a form setup just like I described above: &#60;a href=&#34;http://grab.by/aaIL&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/aaIL&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>davidcross on "Dynamic population using shortcodes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-population-using-shortcodes#post-25780</link>
			<pubDate>Tue, 17 May 2011 22:34:21 +0000</pubDate>
			<dc:creator>davidcross</dc:creator>
			<guid isPermaLink="false">25780@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've a hidden field set up called &#34;source&#34;&#60;/p&#62;
&#60;p&#62;I've checked allow to be populated dynamically with a parameter name of &#34;source&#34;&#60;/p&#62;
&#60;p&#62;I insert this to the page:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;[gravityform id=1 field_values=&#38;#39;source=ELLP1&#38;#39;]&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;What I actually see in the source code is this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;input type=&#38;#39;hidden&#38;#39; name=&#38;#39;gform_field_values&#38;#39; value=&#38;#39;source=ELLP1&#38;#39; /&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I'm passing this to Mailchimp and connecting source field in GF with source field in MC - nothing is being passed.&#60;/p&#62;
&#60;p&#62;I need:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;input type=&#38;#39;hidden&#38;#39; name=&#38;#39;source&#38;#39; value=&#38;#39;ELLP1&#38;#39; /&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Help! :-)&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
