<?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: User Created Product</title>
		<link>https://legacy.forums.gravityhelp.com/topic/user-created-product</link>
		<description>Gravity Support Forums Topic: User Created Product</description>
		<language>en-US</language>
		<pubDate>Mon, 06 Apr 2026 14:57:05 +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/user-created-product" rel="self" type="application/rss+xml" />

		<item>
			<title>David Smith on "User Created Product"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-created-product#post-31802</link>
			<pubDate>Fri, 05 Aug 2011 07:08:47 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">31802@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Unfortunately, there will be nothing as easy as the {all_fields} token for formatting. Anything else will have to be by hand or using an HTML editor and pasting the code in.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brad13x on "User Created Product"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-created-product#post-31747</link>
			<pubDate>Thu, 04 Aug 2011 15:47:09 +0000</pubDate>
			<dc:creator>brad13x</dc:creator>
			<guid isPermaLink="false">31747@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks David. Did the trick. Any easy way to format it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "User Created Product"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-created-product#post-31722</link>
			<pubDate>Thu, 04 Aug 2011 14:58:02 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">31722@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Brad,&#60;/p&#62;
&#60;p&#62;Assuming these unwanted fields are not product fields, the only way to remove them would be not user the {all_fields} token and create a custom email format for the notifications.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brad13x on "User Created Product"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-created-product#post-31662</link>
			<pubDate>Wed, 03 Aug 2011 23:25:31 +0000</pubDate>
			<dc:creator>brad13x</dc:creator>
			<guid isPermaLink="false">31662@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Would changing the value of $lead[17] remove it from the invoice page?&#60;/p&#62;
&#60;p&#62;Here is an example of what I want and don't want. This is the email that gform sends after the form is submitted.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://imgur.com/WG0hH&#34; rel=&#34;nofollow&#34;&#62;http://imgur.com/WG0hH&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;After I'm done with the user created product I no longer need it to appear above the Order section like it's doing now. It is redundant. &#60;/p&#62;
&#60;p&#62;How can I edit the values in $lead[17] so that they no longer show up on the purchase order? Once I'm done with the values in $lead[17] how can I clear them or remove them so they don't show up on the invoice.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "User Created Product"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-created-product#post-31604</link>
			<pubDate>Wed, 03 Aug 2011 15:31:04 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">31604@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Brad,&#60;/p&#62;
&#60;p&#62;Looks like the issue was with the source code I provided in the other thread. Instead of the using rgpost() to retrieve the value, you can get the value from the $lead variable instead. This means &#60;strong&#62;rgpost('input_17')&#60;/strong&#62; would become &#60;strong&#62;$lead[17]&#60;/strong&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brad13x on "User Created Product"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-created-product#post-31586</link>
			<pubDate>Wed, 03 Aug 2011 13:56:56 +0000</pubDate>
			<dc:creator>brad13x</dc:creator>
			<guid isPermaLink="false">31586@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Any help?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brad13x on "User Created Product"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-created-product#post-31148</link>
			<pubDate>Thu, 28 Jul 2011 13:54:07 +0000</pubDate>
			<dc:creator>brad13x</dc:creator>
			<guid isPermaLink="false">31148@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome David. This is what I was looking for. Now is there a way to remove the values from the product fields (the product names I no longer need) so they don't show up in the email.&#60;/p&#62;
&#60;p&#62;What I have so far.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_product_info_1&#38;quot;, &#38;quot;update_product_info&#38;quot;, 10, 3);&#38;lt;br /&#38;gt;
function update_product_info($product_info, $form, $lead){&#38;lt;/p&#38;gt;
	//23:17 24:19 25:21 26:28 27:29
	$product_info[&#38;quot;products&#38;quot;][23][&#38;quot;name&#38;quot;] = rgpost(&#38;#39;input_17&#38;#39;);
	$product_info[&#38;quot;products&#38;quot;][24][&#38;quot;name&#38;quot;] = rgpost(&#38;#39;input_19&#38;#39;);
	$product_info[&#38;quot;products&#38;quot;][25][&#38;quot;name&#38;quot;] = rgpost(&#38;#39;input_21&#38;#39;);
	$product_info[&#38;quot;products&#38;quot;][26][&#38;quot;name&#38;quot;] = rgpost(&#38;#39;input_28&#38;#39;);
	$product_info[&#38;quot;products&#38;quot;][27][&#38;quot;name&#38;quot;] = rgpost(&#38;#39;input_29&#38;#39;);
    return $product_info;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>David Smith on "User Created Product"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-created-product#post-31088</link>
			<pubDate>Wed, 27 Jul 2011 17:57:21 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">31088@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Brad13x,&#60;/p&#62;
&#60;p&#62;This thread sounds very similar to what you are trying to do:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/customization-to-the-beginning-of-the-value-of-the-product-selected&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/customization-to-the-beginning-of-the-value-of-the-product-selected&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brad13x on "User Created Product"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-created-product#post-31011</link>
			<pubDate>Tue, 26 Jul 2011 19:25:16 +0000</pubDate>
			<dc:creator>brad13x</dc:creator>
			<guid isPermaLink="false">31011@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Also thanks for all your help so far Carl.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brad13x on "User Created Product"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-created-product#post-31009</link>
			<pubDate>Tue, 26 Jul 2011 18:45:17 +0000</pubDate>
			<dc:creator>brad13x</dc:creator>
			<guid isPermaLink="false">31009@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Key: 23.1; Value: Product Name&#60;br /&#62;
Key: 23.2; Value: $0.00&#60;br /&#62;
Key: 23.3; Value: 1&#60;br /&#62;
Key: 17; Value: Product Name 1&#60;/p&#62;
&#60;p&#62;How do I update the entry value? $entry['23.1'] = $entry['17']; ? That doesn't work.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
