<?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: Multiple field values not populated</title>
		<link>https://legacy.forums.gravityhelp.com/topic/multiple-field-values-not-populated</link>
		<description>Gravity Support Forums Topic: Multiple field values not populated</description>
		<language>en-US</language>
		<pubDate>Tue, 07 Apr 2026 03:17:08 +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/multiple-field-values-not-populated" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Multiple field values not populated"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-field-values-not-populated#post-40686</link>
			<pubDate>Wed, 09 Nov 2011 23:10:32 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">40686@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the heads up guys. The documentation has been updated accordingly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Multiple field values not populated"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-field-values-not-populated#post-40577</link>
			<pubDate>Wed, 09 Nov 2011 10:34:54 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">40577@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Good point Brian.  I'll bring it to the attention of the documentation team.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brian.s on "Multiple field values not populated"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-field-values-not-populated#post-40561</link>
			<pubDate>Wed, 09 Nov 2011 03:45:20 +0000</pubDate>
			<dc:creator>brian.s</dc:creator>
			<guid isPermaLink="false">40561@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for the ＆amp; clarification (as opposed to &#38;amp;). Please make this revision to the Shortcode section of the &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Using_Dynamic_Population&#34; rel=&#34;nofollow&#34;&#62;Dynamic Field Population&#60;/a&#62; in your official documentation, as it states the contrary.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Multiple field values not populated"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-field-values-not-populated#post-31282</link>
			<pubDate>Sun, 31 Jul 2011 16:36:34 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">31282@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I just tried another test.  Here's my shortcode:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[gravityform id=10 name=BuildingInventory Update Request title=false description=false ajax=true field_values=&#38;#39;Bp1=Test Building Name&#38;#65286;amp;Bp2=123 Main St NW&#38;#39;]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Both parameters begin with a B and it still seems to work for me.  I can have the lead developer take a look at why the problem exists.  As a work around, do you have the opportunity to change the parameter names to something that will always work?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nufantech on "Multiple field values not populated"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-field-values-not-populated#post-31280</link>
			<pubDate>Sun, 31 Jul 2011 16:17:50 +0000</pubDate>
			<dc:creator>nufantech</dc:creator>
			<guid isPermaLink="false">31280@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In my test it seems to work, unless your input starts with 'B', as you mentioned above.  The html for &#38;amp; is converted to '%23038%3B'.  Having a field name with 'B' following the trailing 'B' seems to be what's setting it off.  At least on my end.  Change the field name from 'Building Name' to 'Name' works.  Try 'BName' doesn't work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Multiple field values not populated"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-field-values-not-populated#post-31279</link>
			<pubDate>Sun, 31 Jul 2011 15:19:01 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">31279@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Change the ampersand in between the &#34;Test Building Name&#34; and &#34;BuildingAddress&#34; to &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;#65286;amp;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and I think it will work for you.  It worked for me here:&#60;br /&#62;
&#60;a href=&#34;http://gravity.chrishajer.com/request-an-update/&#34; rel=&#34;nofollow&#34;&#62;http://gravity.chrishajer.com/request-an-update/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Without changing that &#38;amp; to &#60;strong&#62;&#38;#65286;amp;&#60;/strong&#62; this was what the hidden field looked like in the source of the page with the form:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;input type=&#38;#39;hidden&#38;#39; name=&#38;#39;gform_field_values&#38;#39; value=&#38;#39;p1=Test+Building+Name&#38;amp;%23038%3Bp2=123+Main+St+NW&#38;#39; /&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It was being changed to &#60;strong&#62;&#38;#65286;%23038%3B&#60;/strong&#62;.&#60;/p&#62;
&#60;p&#62;Please try it as  &#60;strong&#62;&#38;#65286;amp;&#60;/strong&#62; in your shortcode and see if that works.  I will investigate why that's required as the documentation does not explain it that way.&#60;/p&#62;
&#60;p&#62;p.s. That's the only change you need to make in your shortcode.  I changed the parameter names while testing to see if capitals were a problem, or if Name was reserved.  And Gravity Forms converted the spaces to + as you see in the hidden field.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nufantech on "Multiple field values not populated"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-field-values-not-populated#post-31273</link>
			<pubDate>Sun, 31 Jul 2011 13:50:07 +0000</pubDate>
			<dc:creator>nufantech</dc:creator>
			<guid isPermaLink="false">31273@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm using the shortcode method to dynamically populate two forms.  Only the first field will populate, the second field (building address) will not pass the value.  Any thoughts?  I've triple checked everything and settings are correct (merge field &#38;amp; syntax).&#60;/p&#62;
&#60;p&#62;Using:&#60;br /&#62;
[gravityform id=1 name=BuildingInventory Update Request title=false description=false ajax=true field_values='BuildingName=Test Building Name&#38;amp;BuildingAddress=123 Main St NW']&#60;/p&#62;
&#60;p&#62;Only 'BuildingName' is being passed.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
