<?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: Auto Populate User ID</title>
		<link>https://legacy.forums.gravityhelp.com/topic/auto-populate-user-id</link>
		<description>Gravity Support Forums Topic: Auto Populate User ID</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 13:55:42 +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/auto-populate-user-id" rel="self" type="application/rss+xml" />

		<item>
			<title>Samantha on "Auto Populate User ID"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/auto-populate-user-id#post-56399</link>
			<pubDate>Tue, 24 Apr 2012 15:16:23 +0000</pubDate>
			<dc:creator>Samantha</dc:creator>
			<guid isPermaLink="false">56399@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Has anyone gotten this working? Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Marien on "Auto Populate User ID"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/auto-populate-user-id#post-50938</link>
			<pubDate>Wed, 29 Feb 2012 14:12:34 +0000</pubDate>
			<dc:creator>Marien</dc:creator>
			<guid isPermaLink="false">50938@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I need help in this as well. I know how to generate the random number, but i would like it to increment on each form completion.&#60;/p&#62;
&#60;p&#62;It's a function that would be greatly used in gravity form if it were built in.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carmen on "Auto Populate User ID"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/auto-populate-user-id#post-50428</link>
			<pubDate>Fri, 24 Feb 2012 10:23:10 +0000</pubDate>
			<dc:creator>Carmen</dc:creator>
			<guid isPermaLink="false">50428@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can anyone please assist? I need to get this figured out by next week.&#60;/p&#62;
&#60;p&#62;Thanks for your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carmen on "Auto Populate User ID"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/auto-populate-user-id#post-50224</link>
			<pubDate>Wed, 22 Feb 2012 15:09:34 +0000</pubDate>
			<dc:creator>Carmen</dc:creator>
			<guid isPermaLink="false">50224@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I can't get this to work for me. Can you help me figure out what I may be doing wrong?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/guid-entry-id#post-14915&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/guid-entry-id#post-14915&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;- I added the code to the function.php page&#60;br /&#62;
- Updated the prefix, form id &#38;amp; field id&#60;br /&#62;
- I created a hidden field, check on auto populate and put uuid in the parameters box.  &#60;/p&#62;
&#60;p&#62;I am getting nothing....&#60;/p&#62;
&#60;p&#62;Here is the link to the form - &#60;a href=&#34;http://contitruck.com/contifleet/&#34; rel=&#34;nofollow&#34;&#62;http://contitruck.com/contifleet/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Auto Populate User ID"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/auto-populate-user-id#post-49731</link>
			<pubDate>Fri, 17 Feb 2012 17:16:54 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">49731@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That example does provide a code snippet that can be used as a base to do what you want to do.&#60;/p&#62;
&#60;p&#62;However, if you want the number to be incremental that adds a new layer of complexity.  Because you would have to maintain that incremental number functionality yourself somehow.  Most likely by querying the existing entry data, seeing what the last number was and then incrementing it.  &#60;/p&#62;
&#60;p&#62;Because of the incremental aspect of what you want to do it becomes much more complex because you not only have to generate the number, but you have to query existing data and determine what the next number is.&#60;/p&#62;
&#60;p&#62;I would say that this may be something you would need to hire a developer to implement.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carmen on "Auto Populate User ID"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/auto-populate-user-id#post-49705</link>
			<pubDate>Fri, 17 Feb 2012 15:29:33 +0000</pubDate>
			<dc:creator>Carmen</dc:creator>
			<guid isPermaLink="false">49705@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am trying to send out a &#34;member id number&#34; after the user fills out a registration form. I need this to be 10 digits long with the first two being &#34;CF&#34; I need the number digits to increment.&#60;/p&#62;
&#60;p&#62;I found this thread and I was wondering if this is still the best way to achieve it. If so how can I get the numbers to populate incrementally instead of randomly?&#60;/p&#62;
&#60;p&#62;Here is the thread - &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/guid-entry-id#post-3993&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/guid-entry-id#post-3993&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you for your assistance!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
