<?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: Merg Tag Notification</title>
		<link>https://legacy.forums.gravityhelp.com/topic/merg-tag-notification</link>
		<description>Gravity Support Forums Topic: Merg Tag Notification</description>
		<language>en-US</language>
		<pubDate>Sat, 25 Apr 2026 11:34:41 +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/merg-tag-notification" rel="self" type="application/rss+xml" />

		<item>
			<title>jcrea on "Merg Tag Notification"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/merg-tag-notification#post-94050</link>
			<pubDate>Wed, 21 Nov 2012 10:59:50 +0000</pubDate>
			<dc:creator>jcrea</dc:creator>
			<guid isPermaLink="false">94050@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It's been over a month and not one response?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jcrea on "Merg Tag Notification"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/merg-tag-notification#post-82759</link>
			<pubDate>Mon, 22 Oct 2012 21:22:50 +0000</pubDate>
			<dc:creator>jcrea</dc:creator>
			<guid isPermaLink="false">82759@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can't anyone give me a clue?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jcrea on "Merg Tag Notification"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/merg-tag-notification#post-82414</link>
			<pubDate>Sat, 20 Oct 2012 15:15:52 +0000</pubDate>
			<dc:creator>jcrea</dc:creator>
			<guid isPermaLink="false">82414@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is my custom function:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function create_ticketid($post_ID) {
   global $wpdb;
   $latestid=$wpdb-&#38;gt;get_var(&#38;quot;SELECT meta_value from $wpdb-&#38;gt;postmeta where meta_key=&#38;#39;ticket_id&#38;#39; order by meta_value DESC limit 1;&#38;quot;);
   if(!wp_is_post_revision($post_ID)) {
add_post_meta( $post_ID, &#38;#39;ticket_id&#38;#39;, $latestid+1, true );
  }
}
add_action( &#38;#39;publish_my_postttype&#38;#39;, &#38;#39;create_ticketid&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I've tried looking at gform_after_submission and gform_pre_submission_filter but can't seem to get anything to work.&#60;br /&#62;
Please help.&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jcrea on "Merg Tag Notification"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/merg-tag-notification#post-82279</link>
			<pubDate>Fri, 19 Oct 2012 15:10:00 +0000</pubDate>
			<dc:creator>jcrea</dc:creator>
			<guid isPermaLink="false">82279@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;TYPO (viable) should visible. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jcrea on "Merg Tag Notification"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/merg-tag-notification#post-82094</link>
			<pubDate>Thu, 18 Oct 2012 17:30:25 +0000</pubDate>
			<dc:creator>jcrea</dc:creator>
			<guid isPermaLink="false">82094@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm using a custom function in my theme to generate a incremental number in the post meta table for each post (custom post type) that gets created ( kind of like the post id ) but it's a custom field.&#60;br /&#62;
I'm looking for a way to pull that field into the notification email the same way the post id can be done.&#60;br /&#62;
Keep in mind, the field is hidden, it's not viable in the admin editor while adding/editing a post and is not populated until the post is published ( like the post id).&#60;br /&#62;
Any help would be greatly appreciated.&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
