<?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 date and UTC</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-date-and-utc</link>
		<description>Gravity Support Forums Topic: Form date and UTC</description>
		<language>en-US</language>
		<pubDate>Wed, 29 Apr 2026 10:34:39 +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-date-and-utc" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Form date and UTC"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-date-and-utc#post-64695</link>
			<pubDate>Wed, 04 Jul 2012 07:16:46 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">64695@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Let us know how it turns out.  Good work so far.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>michaelsilva on "Form date and UTC"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-date-and-utc#post-64661</link>
			<pubDate>Tue, 03 Jul 2012 20:11:10 +0000</pubDate>
			<dc:creator>michaelsilva</dc:creator>
			<guid isPermaLink="false">64661@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;10-4
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Form date and UTC"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-date-and-utc#post-64657</link>
			<pubDate>Tue, 03 Jul 2012 20:00:48 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">64657@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would recommend contacting the author of that plugin in this case.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>michaelsilva on "Form date and UTC"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-date-and-utc#post-64655</link>
			<pubDate>Tue, 03 Jul 2012 19:58:43 +0000</pubDate>
			<dc:creator>michaelsilva</dc:creator>
			<guid isPermaLink="false">64655@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;After some closer inspection and questions, I have come to realize that this is all controlled by this plugin: &#60;a href=&#34;http://wordpress.org/extend/plugins/gravity-forms-update-post/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/gravity-forms-update-post/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I started wondering if I had the right filter once I realized that with the gform_pre_render, there didn't really seem to be a way to update the wp_postmeta value for 'wpcf-date'.. So in a way I'm back at square one. I am presently trying to see if I can properly filter part of what goes into the plugin's public gform_pre_render() function. Inside it does an apply_filters() to gform_update_post_id and appears to pass in gform_post_id, but that doesn't seem to hold a value I want. Maybe this post will help clear up some confusion, and I wish I realized it was the plugin instead of core GF earlier than I did.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>michaelsilva on "Form date and UTC"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-date-and-utc#post-64650</link>
			<pubDate>Tue, 03 Jul 2012 19:25:36 +0000</pubDate>
			<dc:creator>michaelsilva</dc:creator>
			<guid isPermaLink="false">64650@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;ah, I'll just use $_GET['gform_post_id']. It seems to work well enough :D
&#60;/p&#62;</description>
		</item>
		<item>
			<title>michaelsilva on "Form date and UTC"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-date-and-utc#post-64648</link>
			<pubDate>Tue, 03 Jul 2012 19:13:47 +0000</pubDate>
			<dc:creator>michaelsilva</dc:creator>
			<guid isPermaLink="false">64648@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've come to discover that the number at the end of this is the ID I need:&#60;/p&#62;
&#60;p&#62;?gform_post_id=789&#60;/p&#62;
&#60;p&#62;I am at the point of trying to retrieve that value when in the function being attached to this hook.&#60;/p&#62;
&#60;p&#62;I'm close, I can feel it
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Form date and UTC"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-date-and-utc#post-64645</link>
			<pubDate>Tue, 03 Jul 2012 19:10:04 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">64645@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You just need the key (which you have) and the post ID.  Are you creating a post with your Gravity Form?  If so, you have access to the post ID using the gform_after_submission hook.  If you need it for a post which is already created, then a global $post is probably the way to go, so you can pull it into your form which is being rendered on that post/page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>michaelsilva on "Form date and UTC"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-date-and-utc#post-64643</link>
			<pubDate>Tue, 03 Jul 2012 19:01:10 +0000</pubDate>
			<dc:creator>michaelsilva</dc:creator>
			<guid isPermaLink="false">64643@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Eh, did a db backup plugin, with ctrl+f. Looks like the wpcf-date is in the wp_postmeta table, which would logically say I just need to find a way to get the right ID value.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>michaelsilva on "Form date and UTC"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-date-and-utc#post-64641</link>
			<pubDate>Tue, 03 Jul 2012 18:45:14 +0000</pubDate>
			<dc:creator>michaelsilva</dc:creator>
			<guid isPermaLink="false">64641@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;May be a couple hours before i get the db information. Thanks for the help thus far Chris and David. While waiting for access, I'll try a few things.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Form date and UTC"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-date-and-utc#post-64636</link>
			<pubDate>Tue, 03 Jul 2012 18:34:53 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">64636@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you show a screenshot of exactly WHERE you see that meta key?  Use something like phpMyAdmin to view the database, or the SQL that the plugin uses or something?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
