<?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: collecting email addresses</title>
		<link>https://legacy.forums.gravityhelp.com/topic/collecting-email-addresses</link>
		<description>Gravity Support Forums Topic: collecting email addresses</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 06:33:16 +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/collecting-email-addresses" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "collecting email addresses"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/collecting-email-addresses#post-43683</link>
			<pubDate>Sun, 11 Dec 2011 00:58:11 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">43683@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This &#34;CHANGE THIS TO YOUR EMAIL FIELD ID&#34; should be the &#60;strong&#62;field&#60;/strong&#62; ID, not form ID. We are pulling all the values from this one FIELD, using the shortcode to specify the form ID.&#60;/p&#62;
&#60;p&#62;Looking at your new page, I suspect the &#34;2&#34; for the field ID needs to be &#34;1&#34;.  Try that and see if it works.  If not, please export your form as XML and email it to &#60;a href=&#34;mailto:chris@rocketegenius.com&#34;&#62;chris@rocketegenius.com&#60;/a&#62; and I will take a look at it for you to be sure it works with the code I provided.  I modified the code from what I used it for and it might have an error.  Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sunil on "collecting email addresses"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/collecting-email-addresses#post-43671</link>
			<pubDate>Sat, 10 Dec 2011 20:47:16 +0000</pubDate>
			<dc:creator>sunil</dc:creator>
			<guid isPermaLink="false">43671@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris.&#60;br /&#62;
Thanks for the continued support.&#60;/p&#62;
&#60;p&#62;Apologies for giving the wrong link. I've got it set up on this page now:&#60;br /&#62;
&#60;a href=&#34;http://74.52.51.90/formtest&#34; rel=&#34;nofollow&#34;&#62;http://74.52.51.90/formtest&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have this in the page template:&#60;/p&#62;
&#60;p&#62; &#38;lt;?php echo do_shortcode(&#34;[gravityform id=2]&#34;)  ?&#38;gt;&#60;br /&#62;
 &#38;lt;?php echo do_shortcode(&#34;[submitted_emails form='2']&#34;)  ?&#38;gt;&#60;/p&#62;
&#60;p&#62;I've pasted the code you've given me into my functions.php, having replaced the string 'CHANGE THIS TO YOUR EMAIL FIELD ID' with the form id. (which is '2').&#60;/p&#62;
&#60;p&#62;Perhaps I'm still doing something wrong. Instead of seeing the email address, I'm seeing the string 'Array'.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "collecting email addresses"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/collecting-email-addresses#post-43667</link>
			<pubDate>Sat, 10 Dec 2011 18:35:32 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">43667@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I submitted that form and it did not appear to do anything?  I don't see a Gravity Form on that page, so it will be difficult to provide you with an exact code example for your form and form fields.&#60;/p&#62;
&#60;p&#62;Basically though, you want to retrieve all the emails addresses submitted by this form and display them on a page on your website?    This code will give you a shortcode [submitted_emails] and you can insert that into a page or post to return a list of all values for one field, from one form.  Use it like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
[submitted_emails form=&#38;#39;FORMID&#38;#39;]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Where FORMID is your actual form ID.  If you want the email addresses from form 2, the shortcode in your post will look like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
[submitted_emails form=&#38;#39;2&#38;#39;]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;a href=&#34;http://pastebin.com/FUF9HA6B&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/FUF9HA6B&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You need to edit this code on line 7 to include the ID of the field you want to return values for.  And when you use the shortcode, use the ID of the form you want values from.    Let us know if you need more help with that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sunil on "collecting email addresses"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/collecting-email-addresses#post-43382</link>
			<pubDate>Wed, 07 Dec 2011 20:09:28 +0000</pubDate>
			<dc:creator>sunil</dc:creator>
			<guid isPermaLink="false">43382@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris.&#60;br /&#62;
The form is on this page:&#60;br /&#62;
&#60;a href=&#34;http://74.52.51.90/about&#34; rel=&#34;nofollow&#34;&#62;http://74.52.51.90/about&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'd like to extract the user-submitted emails.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "collecting email addresses"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/collecting-email-addresses#post-41634</link>
			<pubDate>Sat, 19 Nov 2011 00:44:16 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">41634@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gravity Forms is not designed to display data on the front end, but there are functions available to help you do it.  Can you put a form online so we can see just what fields we're talking about?  That way, we can give you a code example.&#60;/p&#62;
&#60;p&#62;I've written shortcodes in the past to pull data from Gravity Forms entries.  But they are specific to the form and field.  If we can see yours, we can help better.&#60;/p&#62;
&#60;p&#62;Here is some code I used in the past:&#60;br /&#62;
&#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;To use that, you insert a shortcode like this into a page:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[php]
[participants form=37]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That will pull the entries from one specific field, for form 37.  It also does some processing.  Your code will be much simpler than this.  You might only have one form, one field, and no processing.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sunil on "collecting email addresses"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/collecting-email-addresses#post-41632</link>
			<pubDate>Sat, 19 Nov 2011 00:30:23 +0000</pubDate>
			<dc:creator>sunil</dc:creator>
			<guid isPermaLink="false">41632@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yeah - that's the approach that makes sense to me at the moment: having the aggregated submissions published on a page that's only visible to site editors. And even simpler way would be to just publish the content to a page that is protected by a password.&#60;/p&#62;
&#60;p&#62;So, I guess I'd like pointers on how to grab and publish the content.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "collecting email addresses"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/collecting-email-addresses#post-41626</link>
			<pubDate>Fri, 18 Nov 2011 21:14:37 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">41626@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Once the data is collected, what exactly are you going to do with the addresses?  Do you want to display them on a protected page on your site? &#60;/p&#62;
&#60;p&#62;You can always export the entries and then use those email addresses locally however you want.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sunil on "collecting email addresses"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/collecting-email-addresses#post-41603</link>
			<pubDate>Fri, 18 Nov 2011 19:12:23 +0000</pubDate>
			<dc:creator>sunil</dc:creator>
			<guid isPermaLink="false">41603@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'd like to collect email addresses.&#60;/p&#62;
&#60;p&#62;I think I can figure out how to build a simple single-field form with GF.&#60;/p&#62;
&#60;p&#62;After I've collected addresses, how can a wordpress user then access the email addresses that I've collected, in the form of a list?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
