<?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: Form data sent via email and calendar icon</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-data-sent-via-email-and-calendar-icon</link>
		<description>Gravity Support Forums Topic: Form data sent via email and calendar icon</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:52:42 +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/form-data-sent-via-email-and-calendar-icon" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Form data sent via email and calendar icon"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-data-sent-via-email-and-calendar-icon#post-18831</link>
			<pubDate>Thu, 17 Feb 2011 15:36:03 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">18831@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, the data is stored in your WordPress database and is accessible there.  To export to CSV you have to use the Export Entries tool and then you can export the form entries to a CSV file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ejteague on "Form data sent via email and calendar icon"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-data-sent-via-email-and-calendar-icon#post-18821</link>
			<pubDate>Thu, 17 Feb 2011 14:30:36 +0000</pubDate>
			<dc:creator>ejteague</dc:creator>
			<guid isPermaLink="false">18821@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks again. I assume the data is still saved on the site in addition to being emailed so later if they want a csv file they can go grab it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Form data sent via email and calendar icon"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-data-sent-via-email-and-calendar-icon#post-18799</link>
			<pubDate>Thu, 17 Feb 2011 12:21:39 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">18799@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Notifications are sent via email.  Notifications can include the form data if you configure them to include the form data.  The form data can be inserted into the content of the notification email, it isn't an attachment.  The notification is emailed to whoever you configure it to go to.&#60;/p&#62;
&#60;p&#62;If you want all of the form data to be emailed via the Notification then you would configure your Notification and in the Message Body you would select the &#34;All submitted fields&#34; from the &#34;Insert form field&#34; and insert that variable into the Message Body.  It will then email all the submitted form data in the notification.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ejteague on "Form data sent via email and calendar icon"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-data-sent-via-email-and-calendar-icon#post-18783</link>
			<pubDate>Thu, 17 Feb 2011 09:33:54 +0000</pubDate>
			<dc:creator>ejteague</dc:creator>
			<guid isPermaLink="false">18783@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there a way to have the submitted form data go to the email recipient who gets the notification or is the only way to get it is to have to login in and download the cvs file? &#60;/p&#62;
&#60;p&#62;Hopefully there is a way that the recipient can just get the submitted data when its submitted without the inconvenience of having to go out to the site.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Form data sent via email and calendar icon"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-data-sent-via-email-and-calendar-icon#post-18722</link>
			<pubDate>Wed, 16 Feb 2011 17:43:11 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">18722@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Form emails are referred to as Notifications.  To configure Notifications you go to Edit Forms and hover over the form and select the &#34;Notifications&#34; link that will appear.&#60;/p&#62;
&#60;p&#62;See this documentation:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/edit-forms/notifications/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/edit-forms/notifications/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;As for the calendar icon, you need to make sure your theme has both the wp_head() function called in your themes header.php file AND the wp_footer() function call in your themes footer.php file.  These are necessary for Gravity Forms to output necessary javascript in the header and footer of your site.&#60;/p&#62;
&#60;p&#62;You can read more about these here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Function_Reference/wp_head&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/wp_head&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Function_Reference/wp_footer&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/wp_footer&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Make sure they are in place as Gravity Forms relies on this functionality being present in your theme and every theme should have these functions as a standard feature.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>eteague on "Form data sent via email and calendar icon"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-data-sent-via-email-and-calendar-icon#post-18718</link>
			<pubDate>Wed, 16 Feb 2011 17:27:40 +0000</pubDate>
			<dc:creator>eteague</dc:creator>
			<guid isPermaLink="false">18718@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Where do I set the email address for the person who is to receive the form information once it has been submitted?&#60;/p&#62;
&#60;p&#62;Also, I have the calendar icon selected for the tournament date. It shows in the &#34;edit&#34; mode but does not show on the form. &#60;a href=&#34;http://rainbowtennisleague.com/tournament-survey/&#34; rel=&#34;nofollow&#34;&#62;http://rainbowtennisleague.com/tournament-survey/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
