<?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 lead id to notification email</title>
		<link>https://legacy.forums.gravityhelp.com/topic/add-lead-id-to-notification-email</link>
		<description>Gravity Support Forums Topic: Add lead id to notification email</description>
		<language>en-US</language>
		<pubDate>Mon, 11 May 2026 01:34:57 +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-lead-id-to-notification-email" rel="self" type="application/rss+xml" />

		<item>
			<title>stvwlf on "Add lead id to notification email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-lead-id-to-notification-email#post-45938</link>
			<pubDate>Tue, 10 Jan 2012 02:11:54 +0000</pubDate>
			<dc:creator>stvwlf</dc:creator>
			<guid isPermaLink="false">45938@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Angela&#60;/p&#62;
&#60;p&#62;That works, thank you.  Entry ID on the front end seems to be the same as Lead ID from the database.  It was what I was looking for, sequential.  I didn't realize it was already built into the notification interface.  That makes it so easy.  &#60;/p&#62;
&#60;p&#62;Steve
&#60;/p&#62;</description>
		</item>
		<item>
			<title>centilin on "Add lead id to notification email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-lead-id-to-notification-email#post-45933</link>
			<pubDate>Tue, 10 Jan 2012 00:59:11 +0000</pubDate>
			<dc:creator>centilin</dc:creator>
			<guid isPermaLink="false">45933@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;  I had a similar request a couple of days ago, and there are generally 2 options depending on what you want:&#60;br /&#62;
- Sequential, use the entry ID for that. Entry ID is unique across the entire installation (you won't find entry no.2 for form 1 and form 2). I've opt to use that and the variable shortcode you should use is {entry_id} I believe.&#60;br /&#62;
- Unique, generate a random ID. I've simplified an old function (that exists somewhere in the forum)&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function uuid() {
  $char = md5(uniqid(rand(), true));
  $uuid = substr($char, 0, 5);
  return $uuid;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This returns a 5 digit unique ID (made up of letters and characters), but there are chances of collision though.&#60;/p&#62;
&#60;p&#62;Angela
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stvwlf on "Add lead id to notification email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-lead-id-to-notification-email#post-45902</link>
			<pubDate>Mon, 09 Jan 2012 16:50:09 +0000</pubDate>
			<dc:creator>stvwlf</dc:creator>
			<guid isPermaLink="false">45902@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62; I need to return a unique ID on notification emails on submissions from one form.   Lead ID seems workable for that.  ( I realize when multiple forms are in use there will be gaps in the sequence #;s returned - that is acceptable ).  One reason lead is good is its already associated with that submission's database record.&#60;/p&#62;
&#60;p&#62;How would I get Lead ID to appear on notification emails?&#60;br /&#62;
Or, do you have a better suggestion on getting a sequence number on notification emails?&#60;/p&#62;
&#60;p&#62;thank you
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
