<?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: Fields populated dynamically not showing up in email</title>
		<link>https://legacy.forums.gravityhelp.com/topic/fields-populated-dynamically-not-showing-up-in-email</link>
		<description>Gravity Support Forums Topic: Fields populated dynamically not showing up in email</description>
		<language>en-US</language>
		<pubDate>Sat, 18 Apr 2026 09:23:03 +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/fields-populated-dynamically-not-showing-up-in-email" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Fields populated dynamically not showing up in email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fields-populated-dynamically-not-showing-up-in-email#post-38426</link>
			<pubDate>Thu, 20 Oct 2011 10:17:19 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">38426@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad you got that resolved.  Thanks for checking into that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>markbloomfield on "Fields populated dynamically not showing up in email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fields-populated-dynamically-not-showing-up-in-email#post-38407</link>
			<pubDate>Thu, 20 Oct 2011 02:19:19 +0000</pubDate>
			<dc:creator>markbloomfield</dc:creator>
			<guid isPermaLink="false">38407@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Confirmed: removed the disabled attribute (was moot because the fields are hidden with CSS anyways) and it now works fine.&#60;/p&#62;
&#60;p&#62;My bad :P
&#60;/p&#62;</description>
		</item>
		<item>
			<title>markbloomfield on "Fields populated dynamically not showing up in email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fields-populated-dynamically-not-showing-up-in-email#post-38403</link>
			<pubDate>Thu, 20 Oct 2011 00:42:31 +0000</pubDate>
			<dc:creator>markbloomfield</dc:creator>
			<guid isPermaLink="false">38403@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris&#60;/p&#62;
&#60;p&#62;No, there's just the 2 fields that are dynamically populated: Product:6 and URL:7.&#60;/p&#62;
&#60;p&#62;The fields are hidden fields in a form. The values are being posted to the form, as you can see in the code here: &#60;a href=&#34;http://cl.ly/0x3V3o0i433l241D1j0E&#34; rel=&#34;nofollow&#34;&#62;http://cl.ly/0x3V3o0i433l241D1j0E&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Good point, the data isn't being saved/stored either: &#60;a href=&#34;http://cl.ly/2R0U0a1U3O3p3A3Y2G3b&#34; rel=&#34;nofollow&#34;&#62;http://cl.ly/2R0U0a1U3O3p3A3Y2G3b&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I dont want the user to change the values in these 2 fields, so I've set them (via jQuery) as 'disabled'. Is this perhaps why GForms is ignoring the data?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Fields populated dynamically not showing up in email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fields-populated-dynamically-not-showing-up-in-email#post-38304</link>
			<pubDate>Wed, 19 Oct 2011 12:16:40 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">38304@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Oh, there are 3 places there.  Got it.  The one field that is not populated dynamically (name) is working OK?&#60;/p&#62;
&#60;p&#62;Can you try it without quotes though, just as a test?  Maybe if the parser encounters quotes, it stops, or something.  Just troubleshooting.&#60;/p&#62;
&#60;p&#62;I can't see how you're populating the fields though.  Can you share a link to the form?  It's possible the fields are not making it into the entry.&#60;/p&#62;
&#60;p&#62;That's a good question. Are the dynamic fields being stored properly with the entry, or are they missing there too?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>markbloomfield on "Fields populated dynamically not showing up in email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fields-populated-dynamically-not-showing-up-in-email#post-38302</link>
			<pubDate>Wed, 19 Oct 2011 12:12:36 +0000</pubDate>
			<dc:creator>markbloomfield</dc:creator>
			<guid isPermaLink="false">38302@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris. Thanks for your reply...&#60;/p&#62;
&#60;p&#62;There's 2 areas where dynamic fields are being called. One has quotes around it, and the other doesn't. Neither are working, so I don't think quotes are the issue.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;Your friend {Your Name:1} thought you might like this &#38;quot;{Product:6}&#38;quot; product listed on Born With Style.&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;{URL:7}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Product:6 and URL:7 are the 2 'dynamic' fields.&#60;/p&#62;
&#60;p&#62;I'm using the latest version, Version 1.5.3.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Fields populated dynamically not showing up in email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fields-populated-dynamically-not-showing-up-in-email#post-38300</link>
			<pubDate>Wed, 19 Oct 2011 12:07:59 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">38300@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I can't really see any text in the first image you linked to, but that might just be my monitor.&#60;/p&#62;
&#60;p&#62;It looks like you're doing it correctly.  Can you try removing the quotes around {Product:6} and see if that has any effect?  Maybe the merge tag is not being parsed properly when it encounters quotes like that.  You could use HTML like &#38;lt; strong &#38;gt;{Product:6}&#38;lt;/ strong &#38;gt; around it, or &#38;lt; em &#38;gt;{Product:6}&#38;lt;/ em &#38;gt;.  It looks like the name is working properly.&#60;/p&#62;
&#60;p&#62;If removing the quotes allows it to work properly, we can look into why it's happening in the first place.&#60;/p&#62;
&#60;p&#62;Also, what version of Gravity Forms are you using?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>markbloomfield on "Fields populated dynamically not showing up in email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fields-populated-dynamically-not-showing-up-in-email#post-38272</link>
			<pubDate>Wed, 19 Oct 2011 07:40:38 +0000</pubDate>
			<dc:creator>markbloomfield</dc:creator>
			<guid isPermaLink="false">38272@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi guys&#60;/p&#62;
&#60;p&#62;I have created a form that opens via Fancybox. Two fields are required to be pre-populated in that form and so I'm passing these via a URL parameter.&#60;/p&#62;
&#60;p&#62;The form is receiving these parameters fine, as you can see here: &#60;a href=&#34;http://cl.ly/2z05052q0v2u0W1I2C46&#34; rel=&#34;nofollow&#34;&#62;http://cl.ly/2z05052q0v2u0W1I2C46&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;In the notification settings, I'm calling these fields as directed: &#60;a href=&#34;http://cl.ly/2k2T2O471V1C2D3f3s05&#34; rel=&#34;nofollow&#34;&#62;http://cl.ly/2k2T2O471V1C2D3f3s05&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;However the email I'm receiving, the dynamically populated fields aren't showing up: &#60;a href=&#34;http://cl.ly/151L3S0F0W3W1a0m3c0d&#34; rel=&#34;nofollow&#34;&#62;http://cl.ly/151L3S0F0W3W1a0m3c0d&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Can anyone assist me with a reason why this is happening please?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
