<?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: GFv1.6.4 Beta 1 stops the assigning uniqie number to entries</title>
		<link>https://legacy.forums.gravityhelp.com/topic/gfv164-beta-1-stops-the-assigning-uniqie-number-to-entries</link>
		<description>Gravity Support Forums Topic: GFv1.6.4 Beta 1 stops the assigning uniqie number to entries</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:49:43 +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/gfv164-beta-1-stops-the-assigning-uniqie-number-to-entries" rel="self" type="application/rss+xml" />

		<item>
			<title>Ruby on "GFv1.6.4 Beta 1 stops the assigning uniqie number to entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gfv164-beta-1-stops-the-assigning-uniqie-number-to-entries#post-55249</link>
			<pubDate>Sat, 14 Apr 2012 03:35:10 +0000</pubDate>
			<dc:creator>Ruby</dc:creator>
			<guid isPermaLink="false">55249@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a field that gives a unique number to entries. It was working fine until I installed v1.6.4 Beta 1. &#60;/p&#62;
&#60;p&#62;the code&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_field_value_uuid&#38;quot;, &#38;quot;get_unique&#38;quot;);

function get_unique(){

    $prefix = &#38;quot;MEFF&#38;quot;; // update the prefix here

    do {
       $unique = mt_rand();
       $unique = substr($unique, 0, 8);
       $unique = $prefix . $unique;
    } while (!check_unique($unique));

    return $unique;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
