<?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: Display Poll Results</title>
		<link>https://legacy.forums.gravityhelp.com/topic/display-poll-results</link>
		<description>Gravity Support Forums Topic: Display Poll Results</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:33:50 +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/display-poll-results" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Display Poll Results"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/display-poll-results#post-118651</link>
			<pubDate>Thu, 10 Jan 2013 14:17:03 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">118651@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No problem. There are multiple ways to do it.  Glad you have it working.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>clicknathan on "Display Poll Results"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/display-poll-results#post-118645</link>
			<pubDate>Thu, 10 Jan 2013 14:01:37 +0000</pubDate>
			<dc:creator>clicknathan</dc:creator>
			<guid isPermaLink="false">118645@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Chris - looking back through the documentation today I found the right way to do it via the shortcode:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;echo do_shortcode('[gravityform action=&#34;polls&#34; id=&#34;1&#34; mode=&#34;results&#34; style=&#34;green&#34; cookie=&#34;1 month&#34; show_results_link=&#34;true&#34; display_results=&#34;true&#34; percentages=&#34;true&#34; counts=&#34;true&#34;]')&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Or if you want to use it in your theme files:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php echo do_shortcode('[gravityform action=&#34;polls&#34; id=&#34;1&#34; mode=&#34;results&#34; style=&#34;green&#34; cookie=&#34;1 month&#34; show_results_link=&#34;true&#34; display_results=&#34;true&#34; percentages=&#34;true&#34; counts=&#34;true&#34;]'); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I swear I read that documentation three times yesterday and never saw it. My. Bad.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Display Poll Results"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/display-poll-results#post-117795</link>
			<pubDate>Wed, 09 Jan 2013 16:17:43 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">117795@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That does not look like a bad way of doing it, especially if it works for you.  I will send this to the developer of the polls add-on and see if he has any concerns.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>clicknathan on "Display Poll Results"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/display-poll-results#post-117735</link>
			<pubDate>Wed, 09 Jan 2013 13:23:43 +0000</pubDate>
			<dc:creator>clicknathan</dc:creator>
			<guid isPermaLink="false">117735@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Managed to put this together which is working for me: &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
&#38;lt;?php the_widget(&#38;#39;GFPollsPollWidget&#38;#39;, &#38;#39;form_id=1&#38;amp;showtitle=1&#38;amp;&#38;amp;mode=results&#38;#39;); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If anyone knows of a better way, I'm still all ears.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>clicknathan on "Display Poll Results"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/display-poll-results#post-117707</link>
			<pubDate>Wed, 09 Jan 2013 12:33:40 +0000</pubDate>
			<dc:creator>clicknathan</dc:creator>
			<guid isPermaLink="false">117707@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there anyway to simply display the results of a poll without the user needing to click View Results?&#60;/p&#62;
&#60;p&#62;Basically, I want to do exactly what the Polls Widget does when Display Mode is set to Results.&#60;/p&#62;
&#60;p&#62;The issue I'm having with doing it via the View Results link on the poll is that if I have a multi-paged poll, the View Results link doesn't show up until the last poll in the form.&#60;/p&#62;
&#60;p&#62;I tried using gpoll_get_results() but apparently I don't know what I'm doing as that created an error stating the function doesn't exist, I guess because it's just inside of the widget... &#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
