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

		<item>
			<title>Chris Hajer on "Displaying form submission results"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/displaying-form-submission-results#post-77382</link>
			<pubDate>Tue, 25 Sep 2012 21:44:12 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">77382@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;However, I think the directory add on would be overkill for you.  I did something similar (to show who had submitted a form) and you could extend this to filter by the response as well.  It uses RGFormsModel::get_leads for the form, to get all the leads. Then you loop through the leads (submissions) and output all the Yes, No, Maybe, sort of like Evite does it.&#60;/p&#62;
&#60;p&#62;Code: &#60;a href=&#34;http://pastebin.com/kHpaHQvi&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/kHpaHQvi&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Discussion: &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/query-submitted-forms-from-custom-page#post-39682&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/query-submitted-forms-from-custom-page#post-39682&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You would have to modify this slightly, since this assumes all submissions are in effect YES answers.  You would have to qualify based on your Yes, No or Maybe response.&#60;/p&#62;
&#60;p&#62;Let us know if you need any assistance with that, if you choose to go this route.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Displaying form submission results"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/displaying-form-submission-results#post-77378</link>
			<pubDate>Tue, 25 Sep 2012 21:37:06 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">77378@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can check in with the developer Zack Katz with your actual errors.  He's very responsive and if you give him your exact error message, I'm sure he will be able to help you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Michael R. Murphy on "Displaying form submission results"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/displaying-form-submission-results#post-77224</link>
			<pubDate>Mon, 24 Sep 2012 19:27:09 +0000</pubDate>
			<dc:creator>Michael R. Murphy</dc:creator>
			<guid isPermaLink="false">77224@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Bummer, I think that would do exactly what I want but it looks like it may no longer be in developer or doesn't work in the latest version of WP. I got errors when I tried to install the file I downloaded from the codex.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Michael R. Murphy on "Displaying form submission results"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/displaying-form-submission-results#post-76681</link>
			<pubDate>Fri, 21 Sep 2012 09:24:23 +0000</pubDate>
			<dc:creator>Michael R. Murphy</dc:creator>
			<guid isPermaLink="false">76681@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'll look into the directory add-on, thanks David!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Displaying form submission results"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/displaying-form-submission-results#post-76680</link>
			<pubDate>Fri, 21 Sep 2012 09:20:58 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">76680@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The only way I know to do this would be to custom code it by pulling the data from the Database, which would require intermediate level PHP. The third party directory add-on might also be able to help you display the information, but I'm not certain. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/gravity-forms-addons/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/gravity-forms-addons/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Michael R. Murphy on "Displaying form submission results"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/displaying-form-submission-results#post-76678</link>
			<pubDate>Fri, 21 Sep 2012 09:07:40 +0000</pubDate>
			<dc:creator>Michael R. Murphy</dc:creator>
			<guid isPermaLink="false">76678@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;A client of mine wants an RSVP form so people can indicate yes/no/maybe they will attend a specific event. I was able to create the kind of form I want and record the entries for administrative purposes. But we'd also like to show visitors to the form page who has responded. I thought the poll add-on would do this but it only shows responses to the poll question itself (the number of yes/no/maybe responses). We'd really like to show the name associated with the response (I do capture name in the form) so visitors can see whether anyone they know has responded and how.&#60;/p&#62;
&#60;p&#62;Is there a way to do this with either the poll ad-on or an ordinary gravity form?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
