<?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: View table in dynamically populated hidden field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/view-table-in-dynamically-populated-hidden-field</link>
		<description>Gravity Support Forums Topic: View table in dynamically populated hidden field</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:12:40 +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/view-table-in-dynamically-populated-hidden-field" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "View table in dynamically populated hidden field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/view-table-in-dynamically-populated-hidden-field#post-69802</link>
			<pubDate>Tue, 07 Aug 2012 01:44:23 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">69802@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there a place I can submit the form without cost, so I can receive a notification and see what's wrong with it?  Or can you submit a test with my email &#60;a href=&#34;mailto:chris@rocketgenius.com&#34;&#62;chris@rocketgenius.com&#60;/a&#62; so that I can see the email first hand?  Screenshots will be of limited value but maybe we'll be able to tell something from them if you can post a screenshot of the notification with the poor layout.  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nyist on "View table in dynamically populated hidden field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/view-table-in-dynamically-populated-hidden-field#post-69767</link>
			<pubDate>Mon, 06 Aug 2012 20:39:30 +0000</pubDate>
			<dc:creator>nyist</dc:creator>
			<guid isPermaLink="false">69767@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;br /&#62;
It is a Cart66 shortcode, but the email is coming from Gravity Forms.&#60;br /&#62;
In an ideal world, I would be using Cart66 with offline payments for my shopping cart, but Cart66 does not allow you to customize the &#34;Checkout&#34; page, and unfortunately there is a lot of other information that I need to gather. So, rather than have the checkout completed by Cart66, I would like to pass the contents of the cart to a hidden field in a Gravity form, which would allow me to collect all of the information that I need. When the user hits &#34;submit&#34;, the shopping cart contents and all of the other information in the form are sent to me via Gravity forms.&#60;br /&#62;
The function above works, but I was hoping there would be a way to have the field show up in a nice table format. It seems that the html tags are lost somewhere along the way.&#60;br /&#62;
Hope this explains more, let me know if you need any further information.&#60;br /&#62;
Thanks in advance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "View table in dynamically populated hidden field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/view-table-in-dynamically-populated-hidden-field#post-69609</link>
			<pubDate>Sun, 05 Aug 2012 23:49:47 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">69609@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It sounds like that's a Cart66 shortcode. Is the email from Cart66 or Gravity Forms?  Please provide more information on where this cart shortcode comes from and where you're trying to use it.  If it's an issue with the Cart66 shortcode, or other plugin's shortcode, we'll have to ask you to contact that plugin author for support.  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nyist on "View table in dynamically populated hidden field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/view-table-in-dynamically-populated-hidden-field#post-69248</link>
			<pubDate>Thu, 02 Aug 2012 20:22:20 +0000</pubDate>
			<dc:creator>nyist</dc:creator>
			<guid isPermaLink="false">69248@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I've set up a hidden field in my form that is dynamically populated by the following shortcode in my functions.php file and using the parameter &#34;cart&#34; : &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;gform_field_value_cart&#38;#39;, &#38;#39;populate_cart&#38;#39;);
function populate_cart($value){
    return do_shortcode(&#38;quot;[cart mode=&#38;quot;read&#38;quot;]&#38;quot;);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The [cart mode='read'] shortcode is supposed to display a table with the cart's contents (products, prices, total, etc.), but for some reason all of the table formatting is lost in the email.... The cart's contents are all there, but they are all displayed on separate lines and have several blank lines in between items, which creates a very long email that cannot be forwarded to clients.&#60;/p&#62;
&#60;p&#62;Is there any way I can retain the original formatting of the shortcode?&#60;/p&#62;
&#60;p&#62;Thanks,
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
