<?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: Entry ID&#039;s</title>
		<link>https://legacy.forums.gravityhelp.com/topic/entry-ids</link>
		<description>Gravity Support Forums Topic: Entry ID&#039;s</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:44:38 +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/entry-ids" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Entry ID&#039;s"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entry-ids#post-75322</link>
			<pubDate>Fri, 14 Sep 2012 08:49:35 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">75322@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Are you all set now?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mconnelly on "Entry ID&#039;s"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entry-ids#post-75319</link>
			<pubDate>Fri, 14 Sep 2012 08:48:20 +0000</pubDate>
			<dc:creator>mconnelly</dc:creator>
			<guid isPermaLink="false">75319@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;And, still and idiot.  Thanks David. -m
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Entry ID&#039;s"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entry-ids#post-74985</link>
			<pubDate>Wed, 12 Sep 2012 14:11:42 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">74985@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You aren't calling that &#34;new function&#34; in your second call:&#60;/p&#62;
&#60;p&#62;add_action('gform_after_submission_2', 'add_submission_id', 10, 2);&#60;/p&#62;
&#60;p&#62;should be add_submission_id2
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mconnelly on "Entry ID&#039;s"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entry-ids#post-74980</link>
			<pubDate>Wed, 12 Sep 2012 13:13:06 +0000</pubDate>
			<dc:creator>mconnelly</dc:creator>
			<guid isPermaLink="false">74980@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So changing the function name stops everything from breaking -- but the second form won't take a new id?  I'm positive I've got the form id and field id's right.  Does that make any sense? &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastie.org/4709058&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/4709058&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mconnelly on "Entry ID&#039;s"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entry-ids#post-74976</link>
			<pubDate>Wed, 12 Sep 2012 13:02:51 +0000</pubDate>
			<dc:creator>mconnelly</dc:creator>
			<guid isPermaLink="false">74976@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;And... i'm an idiot.  Thanks david.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Entry ID&#039;s"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entry-ids#post-74970</link>
			<pubDate>Wed, 12 Sep 2012 12:21:52 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">74970@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Give your second function a slightly different name. You can't re-declare functions like that. ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mconnelly on "Entry ID&#039;s"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entry-ids#post-74968</link>
			<pubDate>Wed, 12 Sep 2012 12:05:58 +0000</pubDate>
			<dc:creator>mconnelly</dc:creator>
			<guid isPermaLink="false">74968@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Quick question:  I need to do this twice, but just dropping it in twice breaks everything -- is there a way to do two at once?  &#60;/p&#62;
&#60;p&#62;Site breaking code here: &#60;a href=&#34;http://pastie.org/4708732&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/4708732&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;{Fatal error: Cannot redeclare add_submission_id()....}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mconnelly on "Entry ID&#039;s"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entry-ids#post-74966</link>
			<pubDate>Wed, 12 Sep 2012 12:00:25 +0000</pubDate>
			<dc:creator>mconnelly</dc:creator>
			<guid isPermaLink="false">74966@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Chris -- Worked perfectly!  Many thanks!&#60;/p&#62;
&#60;p&#62;In future releases -- form specific id's would be rad.&#60;/p&#62;
&#60;p&#62;Thanks again!&#60;/p&#62;
&#60;p&#62;-martin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Entry ID&#039;s"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entry-ids#post-74963</link>
			<pubDate>Wed, 12 Sep 2012 11:34:08 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">74963@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Martin, this was more complex than expected.  It is sort of a catch 22: you don't have the entry ID before the entry is written, so you can't use gform_pre_submission.  And it's more complex to update an existing form field in gform_after_submission.  Please give this code a try: &#60;a href=&#34;http://pastebin.com/8jzCnSpK&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/8jzCnSpK&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You should change '93' on line 4 to your form ID (was it 5? or 1?) and the number '4' on line 8 to your field ID (was it 22?)  I was able to add a number like &#34;A994&#34; to my entry using this function.  Let me know if you need additional help.&#60;/p&#62;
&#60;p&#62;The developers are considering adding a helper function to update existing entries so we don't have to resort to using wpdb.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Entry ID&#039;s"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entry-ids#post-74955</link>
			<pubDate>Wed, 12 Sep 2012 09:48:59 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">74955@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have your email Martin.  Hang in there.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
