<?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: Questions on gform_post_submission and results message</title>
		<link>https://legacy.forums.gravityhelp.com/topic/questions-on-gform_post_submission-and-results-message</link>
		<description>Gravity Support Forums Topic: Questions on gform_post_submission and results message</description>
		<language>en-US</language>
		<pubDate>Wed, 08 Apr 2026 07:03:38 +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/questions-on-gform_post_submission-and-results-message" rel="self" type="application/rss+xml" />

		<item>
			<title>hhickman on "Questions on gform_post_submission and results message"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/questions-on-gform_post_submission-and-results-message#post-33385</link>
			<pubDate>Tue, 23 Aug 2011 23:30:50 +0000</pubDate>
			<dc:creator>hhickman</dc:creator>
			<guid isPermaLink="false">33385@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am sorry to add my question to this topic.&#60;br /&#62;
you said,&#34;If they want to see a list of who filled out a form they can view the entries for that form and view the data in the backend. &#34; Can you explain how can I configure for backend?&#60;/p&#62;
&#60;p&#62;Thanks for quick response.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Questions on gform_post_submission and results message"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/questions-on-gform_post_submission-and-results-message#post-33336</link>
			<pubDate>Tue, 23 Aug 2011 16:13:54 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">33336@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@hhickman I don't know what you are talking about or how that related to this forum topic. If it's not something Gravity Forms does out of the box then you'd have to do it as a customization.  If they want to see a list of who filled out a form they can view the entries for that form and view the data in the backend.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hhickman on "Questions on gform_post_submission and results message"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/questions-on-gform_post_submission-and-results-message#post-33311</link>
			<pubDate>Tue, 23 Aug 2011 14:52:27 +0000</pubDate>
			<dc:creator>hhickman</dc:creator>
			<guid isPermaLink="false">33311@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
My client want to show a list of mail (who completed form) with little description on backend (dashboard). Is it possible to do that?&#60;br /&#62;
Please let me know about it.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>redkite on "Questions on gform_post_submission and results message"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/questions-on-gform_post_submission-and-results-message#post-32778</link>
			<pubDate>Wed, 17 Aug 2011 15:06:56 +0000</pubDate>
			<dc:creator>redkite</dc:creator>
			<guid isPermaLink="false">32778@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Carl, I'm checking with the client to see if their CRM does have an API we can work with.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Questions on gform_post_submission and results message"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/questions-on-gform_post_submission-and-results-message#post-32773</link>
			<pubDate>Wed, 17 Aug 2011 14:49:39 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">32773@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Option 2 isn't going to work with the gform_post_submission hook if it needs to display a popup window using an iframe.  &#60;/p&#62;
&#60;p&#62;The gform_post_submission hook fires behind the scenes, so anything that happens using that hook needs to happen behind the scenes without any interaction or anything visible to the user submitting the form.  Most CRM's have true API's which you can interact with and send data to via custom code using the gform_post_submission hook.&#60;/p&#62;
&#60;p&#62;The hooks can be used with any version of Gravity Forms.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>redkite on "Questions on gform_post_submission and results message"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/questions-on-gform_post_submission-and-results-message#post-32727</link>
			<pubDate>Wed, 17 Aug 2011 10:40:07 +0000</pubDate>
			<dc:creator>redkite</dc:creator>
			<guid isPermaLink="false">32727@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a client who needs to, on form submit, post data to their backend CRM using one of these methods:&#60;/p&#62;
&#60;p&#62;Option 1: Use webservice call to post email signup data (FirstName, LastName, Email, Lsource) into CRM database.  Prompt pop-up message based on webservice return value (True/False).&#60;/p&#62;
&#60;p&#62;Option 2:  Do form post to ECOM system and display status message in pop-up box that uses iframe.&#60;/p&#62;
&#60;p&#62;Sounds like I can use gform_post_submission to do Option 2, is there a way to display a form post result message from the backend in a pop-up window (or on the page) using an iframe?&#60;/p&#62;
&#60;p&#62;I'm a web designer and not that great with programming, but I can follow instructions. :) Can this be done with the personal version of GF or would I need one of the upgrades?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
