<?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 results like a poll</title>
		<link>https://legacy.forums.gravityhelp.com/topic/display-results-like-a-poll</link>
		<description>Gravity Support Forums Topic: Display results like a poll</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 03:54:00 +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-results-like-a-poll" rel="self" type="application/rss+xml" />

		<item>
			<title>sdins6 on "Display results like a poll"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/display-results-like-a-poll#post-46257</link>
			<pubDate>Thu, 12 Jan 2012 19:13:45 +0000</pubDate>
			<dc:creator>sdins6</dc:creator>
			<guid isPermaLink="false">46257@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is awesome Chris. Sorry for getting back it late. But it's just what I wanted. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Display results like a poll"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/display-results-like-a-poll#post-39608</link>
			<pubDate>Tue, 01 Nov 2011 19:33:38 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">39608@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The XML form I exported is a copy of my form.  You can use it as a start.  The code would go in your theme's functions.php.  They are both starting points.&#60;/p&#62;
&#60;p&#62;You don't have to do a ton of coding or any coding really.  Just edit what's there and ask questions if you have any.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sdins6 on "Display results like a poll"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/display-results-like-a-poll#post-39534</link>
			<pubDate>Tue, 01 Nov 2011 11:31:45 +0000</pubDate>
			<dc:creator>sdins6</dc:creator>
			<guid isPermaLink="false">39534@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Excellent Chris. Thank you. This is the type of functionality I'm talking about. So is that form your created, a template I could just use so I don't have to do a ton of extra coding (which I'm no expert at...)?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Display results like a poll"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/display-results-like-a-poll#post-39526</link>
			<pubDate>Tue, 01 Nov 2011 10:52:15 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">39526@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Scott, here's another really good example of what can be done:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/simple-calculations&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/simple-calculations&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Display results like a poll"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/display-results-like-a-poll#post-39493</link>
			<pubDate>Tue, 01 Nov 2011 00:51:06 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">39493@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Scott, I replied to your other topic, but I will respond here as well since it's a regular support topic 'on the inside.&#34;&#60;/p&#62;
&#60;p&#62;I did what I think you want to do, here:&#60;br /&#62;
&#60;a href=&#34;http://gravity.chrishajer.com/leadership-iq-test/&#34; rel=&#34;nofollow&#34;&#62;http://gravity.chrishajer.com/leadership-iq-test/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It grades the submission and returns the score and an interpretation of that score.&#60;/p&#62;
&#60;p&#62;Here's an explanation of that code:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/mathematics-to-gravity-forms#post-32566&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/mathematics-to-gravity-forms#post-32566&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Let us know if you need help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sdins6 on "Display results like a poll"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/display-results-like-a-poll#post-39462</link>
			<pubDate>Mon, 31 Oct 2011 16:41:01 +0000</pubDate>
			<dc:creator>sdins6</dc:creator>
			<guid isPermaLink="false">39462@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I just purchased Gravity Forms and this is exactly the functionality I need: I am going to ask a series of yes/no questions where yes=0 and no=1. After they answer all the questions I want the confirmation screen to show the total count of their answers. i.e. if there were 8 no's then the total result would be 8. &#60;/p&#62;
&#60;p&#62;Since this question above was asked outside of the main support form, I do not see where the thread was continued on the inside. Please help as I am planning to publish this in a few hours. &#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Scott
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rrabil on "Display results like a poll"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/display-results-like-a-poll#post-34174</link>
			<pubDate>Thu, 01 Sep 2011 16:28:43 +0000</pubDate>
			<dc:creator>rrabil</dc:creator>
			<guid isPermaLink="false">34174@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I too would LOVE to have this functionality. When do you guys plan to develop the add-on for this, if I may ask? I would probably buy it without hesitation.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>K Schroeder on "Display results like a poll"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/display-results-like-a-poll#post-32520</link>
			<pubDate>Mon, 15 Aug 2011 10:03:09 +0000</pubDate>
			<dc:creator>K Schroeder</dc:creator>
			<guid isPermaLink="false">32520@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Chris,&#60;/p&#62;
&#60;p&#62;In this post &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/conditional-logic-to-display-results&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/conditional-logic-to-display-results&#60;/a&#62; you had mentioned some specific places you could point me in answer to that question. Do you have some links to help with what I'm trying to accomplish?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Display results like a poll"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/display-results-like-a-poll#post-32402</link>
			<pubDate>Fri, 12 Aug 2011 12:16:23 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">32402@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That wording can be found on the &#34;Confirmation&#34; tab of your &#34;Form Settings.&#34;&#60;/p&#62;
&#60;p&#62;Screenshot &#60;a href=&#34;http://min.us/m18m07&#34; rel=&#34;nofollow&#34;&#62;http://min.us/m18m07&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>K Schroeder on "Display results like a poll"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/display-results-like-a-poll#post-32384</link>
			<pubDate>Fri, 12 Aug 2011 10:59:34 +0000</pubDate>
			<dc:creator>K Schroeder</dc:creator>
			<guid isPermaLink="false">32384@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If I do this on my own page where I pull the results from the database, where can I change the text that displays after the form is submitted. After thanking people for filling out the form, I'd like to add &#34;see results here&#34; text that would link to a separate page.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
