<?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 - Dynamically Populated, with a prefix as a PO Number?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/entry-ids-dynamically-populated-with-a-prefix-as-a-po-number</link>
		<description>Gravity Support Forums Topic: ENTRY ID&#039;s - Dynamically Populated, with a prefix as a PO Number?</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 12:46:18 +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-dynamically-populated-with-a-prefix-as-a-po-number" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "ENTRY ID&#039;s - Dynamically Populated, with a prefix as a PO Number?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entry-ids-dynamically-populated-with-a-prefix-as-a-po-number#post-146643</link>
			<pubDate>Wed, 13 Feb 2013 14:14:55 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">146643@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We'll carry on the conversation there Gil.  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Gil Namur on "ENTRY ID&#039;s - Dynamically Populated, with a prefix as a PO Number?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entry-ids-dynamically-populated-with-a-prefix-as-a-po-number#post-146581</link>
			<pubDate>Wed, 13 Feb 2013 11:35:19 +0000</pubDate>
			<dc:creator>Gil Namur</dc:creator>
			<guid isPermaLink="false">146581@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Chris :-)&#60;/p&#62;
&#60;p&#62;In the meantime I am trying this code from member &#34;drawonline&#34;&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/unique-reference-number-for-submissions&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/unique-reference-number-for-submissions&#60;/a&#62;&#60;br /&#62;
ALMOST works. I left a question there :-)&#60;br /&#62;
Have a great week!&#60;br /&#62;
Cheers,&#60;br /&#62;
Gil
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "ENTRY ID&#039;s - Dynamically Populated, with a prefix as a PO Number?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entry-ids-dynamically-populated-with-a-prefix-as-a-po-number#post-146426</link>
			<pubDate>Wed, 13 Feb 2013 00:51:19 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">146426@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks again Gil for your thoughtful comments.  I'll bring it up with the team.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Gil Namur on "ENTRY ID&#039;s - Dynamically Populated, with a prefix as a PO Number?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entry-ids-dynamically-populated-with-a-prefix-as-a-po-number#post-146146</link>
			<pubDate>Tue, 12 Feb 2013 01:58:09 +0000</pubDate>
			<dc:creator>Gil Namur</dc:creator>
			<guid isPermaLink="false">146146@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;/p&#62;
&#60;p&#62;Thank you for taking the time to spell this out. As PHP is not my forte, I will pass this on to a coder I know.&#60;/p&#62;
&#60;p&#62;I know I said it in my P.S., but I will say it again here. A PO field would be a very very useful feature. You know I love Gravity Forms and will continue to update my license yearly. You offer a great product, a great forum and great value. Just suggesting what I think would add even more value and 'flexibility' to an already great product :-)&#60;br /&#62;
Cheers,&#60;br /&#62;
Gil
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "ENTRY ID&#039;s - Dynamically Populated, with a prefix as a PO Number?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entry-ids-dynamically-populated-with-a-prefix-as-a-po-number#post-146088</link>
			<pubDate>Mon, 11 Feb 2013 23:02:10 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">146088@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Without adding code to functions.php - no.  You need to calculate this PO number using the code as shown by David Smith.&#60;/p&#62;
&#60;p&#62;The form ID is already stored in the entry as the Entry ID.  If you want to store the entry ID in another field called PO, you would still need code added to functions.php since the entry ID is not available until after the entry is made.&#60;/p&#62;
&#60;p&#62;What you could do, is have one generic function to combine the entry ID with a hidden field in your form, which would be populated with the BW or RW, as needed for the form.  If you want to do that, create a hidden text field in the form, and then give it a parameter name (the name does not matter. Call it 'widgetcode' or something.)&#60;/p&#62;
&#60;p&#62;Then, in your shortcode, set the parameter name like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
[gravityforms id=1 field_values=&#38;#39;widgetcode=BW&#38;#39;]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That would pre-populate the hidden field with the parameter name &#34;widgetcode&#34; with the value of &#34;BW&#34;.  Then, in your function, combine this hidden field always, with the entry ID, and store that as the PO.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Gil Namur on "ENTRY ID&#039;s - Dynamically Populated, with a prefix as a PO Number?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entry-ids-dynamically-populated-with-a-prefix-as-a-po-number#post-145671</link>
			<pubDate>Sun, 10 Feb 2013 21:36:23 +0000</pubDate>
			<dc:creator>Gil Namur</dc:creator>
			<guid isPermaLink="false">145671@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello!&#60;/p&#62;
&#60;p&#62;Please don't shoot me if this has been covered but I searched and searched and can not find this.&#60;/p&#62;
&#60;p&#62;To generate a PO Number, I have been using the code that David Smith provided here which works great!: &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/guid-entry-id&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/guid-entry-id&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Now I have a client that needs multiple forms. I saw David's notes on this but I also read in the forums that ENTRY ID's are unique across all forms.&#60;/p&#62;
&#60;p&#62;So I was wondering!&#60;/p&#62;
&#60;p&#62;Form 1 - for Blue Widgets orders&#60;br /&#62;
Hidden field - Allow field to be populated dynamically -&#60;br /&#62;
BW(Entry ID)&#60;/p&#62;
&#60;p&#62;example: PO becomes: BW76&#60;/p&#62;
&#60;p&#62;Form 2 - for Red Widgets orders&#60;br /&#62;
Hidden field - Allow field to be populated dynamically -&#60;br /&#62;
RW(Entry ID)&#60;/p&#62;
&#60;p&#62;example: PO becomes: RW77&#60;/p&#62;
&#60;p&#62;Can that be done (shortcodes or hooks) without adding PHP to the functions.php file?&#60;/p&#62;
&#60;p&#62;If so, what parameter name do I enter into the hidden field?&#60;/p&#62;
&#60;p&#62;Also, if I just wanted the ENTRY ID with no prefix (BW / RW) what is the parameter name?&#60;/p&#62;
&#60;p&#62;Thanks so much!&#60;br /&#62;
Cheers,&#60;br /&#62;
Gil&#60;br /&#62;
P.S. A PO Number Field ... would REALLY be a great feature to add. Just sayin ;-)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
