<?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: Add Entry Date to Notification?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/add-entry-date-to-notification</link>
		<description>Gravity Support Forums Topic: Add Entry Date to Notification?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:55:52 +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/add-entry-date-to-notification" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Add Entry Date to Notification?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-entry-date-to-notification#post-121761</link>
			<pubDate>Mon, 14 Jan 2013 15:56:38 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">121761@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;With that level of customization and code required, it might be best for you to hire a developer to help do all of those things. We have a Job Board on this forum, and recommend sites like jobs.wordpress.net.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>marindee on "Add Entry Date to Notification?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-entry-date-to-notification#post-121753</link>
			<pubDate>Mon, 14 Jan 2013 15:47:50 +0000</pubDate>
			<dc:creator>marindee</dc:creator>
			<guid isPermaLink="false">121753@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm trying to add a Date/Time stamp to my entries as well. I looked at the functions.php code on the link above, but I can't figure out how to add a pre-populated date and timestamp to my form's notification email. I also need to add a prefix of the date and time to the file that is uploaded. Can anyone help me on how to do this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Add Entry Date to Notification?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-entry-date-to-notification#post-110583</link>
			<pubDate>Sat, 29 Dec 2012 12:58:44 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">110583@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The entry ID is sequential and in the order in which the form was submitted.  Can you base your registration order on the entry ID?  Entry 67 will have been created before entry 68, etc.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cwcoop on "Add Entry Date to Notification?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-entry-date-to-notification#post-110025</link>
			<pubDate>Fri, 28 Dec 2012 19:22:17 +0000</pubDate>
			<dc:creator>cwcoop</dc:creator>
			<guid isPermaLink="false">110025@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey! I totally got that to work! Thank you so much for the help!&#60;/p&#62;
&#60;p&#62;Unfortunately, I don't think it'll work for what I need it to do. We are going to be assigning registration order by the entry date/time stamp. The submission date/time is different enough (by milliseconds) from the entry date/time, that I think it will introduce confusion for our admins. Oh well..wish I could just capture that entry dt and spit it out! :)&#60;/p&#62;
&#60;p&#62;Megan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Add Entry Date to Notification?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-entry-date-to-notification#post-109971</link>
			<pubDate>Fri, 28 Dec 2012 16:11:10 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">109971@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So you would put the custom code in your theme's functions.php file. You would add the PHP datetime value you want to the field using the gform_field_value hook.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_field_value_$parameter_name&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_field_value_$parameter_name&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Not sure how you've hidden this field. I recommend using CSS to hide the time field so it is easier to add to the notification as hidden fields by default aren't sent through the notification system. To do this, just add a normal input field and give it a CSS class of gf_hidden and then in your theme's CSS add .gf_hidden { display: none; } &#60;/p&#62;
&#60;p&#62;All my best!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cwcoop on "Add Entry Date to Notification?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-entry-date-to-notification#post-109968</link>
			<pubDate>Fri, 28 Dec 2012 16:05:42 +0000</pubDate>
			<dc:creator>cwcoop</dc:creator>
			<guid isPermaLink="false">109968@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi David,&#60;br /&#62;
More info would be great. I read up on the hook, but I'm not sure where exactly to add the function. &#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Megan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Add Entry Date to Notification?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-entry-date-to-notification#post-109964</link>
			<pubDate>Fri, 28 Dec 2012 15:57:04 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">109964@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There currently isn't a timestamp feature in Gravity Forms to include the time. This has been requested a few times recently, and has made our list of features to be investigated further. For now, you can include a hidden field, and using some PHP add the time to that field, and include it in your e-mail if you would like. Let me know if you need some more details on how to do that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cwcoop on "Add Entry Date to Notification?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-entry-date-to-notification#post-109935</link>
			<pubDate>Fri, 28 Dec 2012 15:01:10 +0000</pubDate>
			<dc:creator>cwcoop</dc:creator>
			<guid isPermaLink="false">109935@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I would like to include the full datetime stamp in a notification email. I see that I can add the date as a merge field, but not the time. Is there a way to get the full entry date/time?  It seems like this should be simple, but I'm not seeing it.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
