<?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: Show results from entries</title>
		<link>https://legacy.forums.gravityhelp.com/topic/show-results-from-entries</link>
		<description>Gravity Support Forums Topic: Show results from entries</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:36:31 +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/show-results-from-entries" rel="self" type="application/rss+xml" />

		<item>
			<title>Hig116 on "Show results from entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/show-results-from-entries#post-136784</link>
			<pubDate>Wed, 30 Jan 2013 21:00:54 +0000</pubDate>
			<dc:creator>Hig116</dc:creator>
			<guid isPermaLink="false">136784@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Oh, that makes sense. Not sure how this will work for me. My form is of a site buying iPhones. I'm using radio buttons with conditional logic to give visitors a way to chose the phone they have. In the end, I have an html field that gives them a quote based off their choices. I have approximately 350 fields and only need to show the ones that are used to drill down to the quote. If I'm understanding this correctly, I would have to manually enter all those field ids into a html field, correct? I may just skip this idea.&#60;/p&#62;
&#60;p&#62;Keith
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kristof Bernaert on "Show results from entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/show-results-from-entries#post-134856</link>
			<pubDate>Tue, 29 Jan 2013 05:37:23 +0000</pubDate>
			<dc:creator>Kristof Bernaert</dc:creator>
			<guid isPermaLink="false">134856@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Keith&#60;/p&#62;
&#60;p&#62;It's already quite clear explained doh?&#60;br /&#62;
You need to copy/paste the given code in functions.php&#60;br /&#62;
In gravity form you need to put a 'html' field in your form.&#60;br /&#62;
There, you mention the ID's you want the value from&#60;br /&#62;
{:1} &#38;gt; gives you the value of field ID 1 (field ID can you see when you hover ur mouse on a field in upper left corner).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Hig116 on "Show results from entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/show-results-from-entries#post-133449</link>
			<pubDate>Mon, 28 Jan 2013 00:18:00 +0000</pubDate>
			<dc:creator>Hig116</dc:creator>
			<guid isPermaLink="false">133449@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can anyone help to me to figure out how to specify the content delivered as mentioned above?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Keith
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Hig116 on "Show results from entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/show-results-from-entries#post-130647</link>
			<pubDate>Thu, 24 Jan 2013 18:03:46 +0000</pubDate>
			<dc:creator>Hig116</dc:creator>
			<guid isPermaLink="false">130647@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK, this is EXACTLY what I need. Now I need to figure out how to specify the content I want delivered so that I can organize and style it. Is there another method aside form {all_fields} where I can grab them individually and put them in divs instead of in the table?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Keith
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kristof Bernaert on "Show results from entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/show-results-from-entries#post-130643</link>
			<pubDate>Thu, 24 Jan 2013 17:51:08 +0000</pubDate>
			<dc:creator>Kristof Bernaert</dc:creator>
			<guid isPermaLink="false">130643@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;got it working.&#60;/p&#62;
&#60;p&#62;to select the value you want to show use shortcode:&#60;br /&#62;
{:ID}&#60;br /&#62;
where ID is the ID value of a field&#60;/p&#62;
&#60;p&#62;Good luck with it!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Hig116 on "Show results from entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/show-results-from-entries#post-130637</link>
			<pubDate>Thu, 24 Jan 2013 17:43:31 +0000</pubDate>
			<dc:creator>Hig116</dc:creator>
			<guid isPermaLink="false">130637@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Duh!!! Thanks Kristof. I'll let you know if this works for me.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kristof Bernaert on "Show results from entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/show-results-from-entries#post-130636</link>
			<pubDate>Thu, 24 Jan 2013 17:36:09 +0000</pubDate>
			<dc:creator>Kristof Bernaert</dc:creator>
			<guid isPermaLink="false">130636@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Hig116&#60;/p&#62;
&#60;p&#62; be aware to remove &#34;&#38;lt;?php&#34; at the top of the code u're copy/paste
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kristof Bernaert on "Show results from entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/show-results-from-entries#post-130606</link>
			<pubDate>Thu, 24 Jan 2013 16:24:57 +0000</pubDate>
			<dc:creator>Kristof Bernaert</dc:creator>
			<guid isPermaLink="false">130606@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Rob&#60;/p&#62;
&#60;p&#62;And how to use  a chosen drop down value (or filled in field) further on the other pages of the form?&#60;/p&#62;
&#60;p&#62;A form has eg 3 pages (steps) to process ... I want to show the value of a token dropdown selection the user made on the first step trough all next steps.&#60;/p&#62;
&#60;p&#62;Thx!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Hig116 on "Show results from entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/show-results-from-entries#post-130605</link>
			<pubDate>Thu, 24 Jan 2013 16:23:23 +0000</pubDate>
			<dc:creator>Hig116</dc:creator>
			<guid isPermaLink="false">130605@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm using the Genesis framework. When adding your code to my child theme's function file, the site breaks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Show results from entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/show-results-from-entries#post-130603</link>
			<pubDate>Thu, 24 Jan 2013 16:16:12 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">130603@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey guys, I think this might help you out:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://gravitywiz.com/2012/08/04/better-pre-submission-confirmation/&#34; rel=&#34;nofollow&#34;&#62;http://gravitywiz.com/2012/08/04/better-pre-submission-confirmation/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
