<?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-number a form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/auto-number-a-form</link>
		<description>Gravity Support Forums Topic: Auto-number a form</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 17:38: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/auto-number-a-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Auto-number a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/auto-number-a-form#post-45196</link>
			<pubDate>Fri, 30 Dec 2011 12:42:40 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">45196@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@andypaddock, please start a new topic with your request and we will be happy to help you accomplish what you're looking to do.  Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypaddock on "Auto-number a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/auto-number-a-form#post-45190</link>
			<pubDate>Fri, 30 Dec 2011 11:12:39 +0000</pubDate>
			<dc:creator>andypaddock</dc:creator>
			<guid isPermaLink="false">45190@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Would like to resurrect this post.&#60;/p&#62;
&#60;p&#62;Carl your last comments very quickly turn into white noise for my limited PHP knowledge, the only thing missing from these forms is a unique ID per form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Auto-number a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/auto-number-a-form#post-25864</link>
			<pubDate>Wed, 18 May 2011 16:56:00 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">25864@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There isn't currently a built in feature for doing this, although it is a feature we would like to add in the future.&#60;/p&#62;
&#60;p&#62;Why not store the Entry ID in the third party database and generate a sequential unique ID in that database also?  If you are adding the submissions to another database anyway, you could generate a sequential ID when you create a new record in that database.&#60;/p&#62;
&#60;p&#62;Your other option is to use custom PHP and write a customization.  Create a hidden field on your form to store the ID, then populate that ID using PHP.  Each time the form is submitted you'd query the entries for that form to get the last ID and then increment it and store the value in the hidden field.  That is another solution.  you'd have to use the available API hooks and write some custom PHP to do this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>FBS_web on "Auto-number a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/auto-number-a-form#post-25863</link>
			<pubDate>Wed, 18 May 2011 16:49:47 +0000</pubDate>
			<dc:creator>FBS_web</dc:creator>
			<guid isPermaLink="false">25863@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have looked at the entry ID, but we have over 40 forms and I only need this numbering on one form, so using the entry ID would leave lots of holes in the numbering.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Auto-number a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/auto-number-a-form#post-25861</link>
			<pubDate>Wed, 18 May 2011 15:29:58 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">25861@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you use the Entry ID? It is a unique number that increases with each form and is sequential, although across all forms.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>FBS_web on "Auto-number a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/auto-number-a-form#post-25848</link>
			<pubDate>Wed, 18 May 2011 13:26:45 +0000</pubDate>
			<dc:creator>FBS_web</dc:creator>
			<guid isPermaLink="false">25848@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would like to be able to add a unique number that increases sequentially to each form.  This would be helpful in adding the submissions to another database.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
