<?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: Order form help...</title>
		<link>https://legacy.forums.gravityhelp.com/topic/order-form-help</link>
		<description>Gravity Support Forums Topic: Order form help...</description>
		<language>en-US</language>
		<pubDate>Fri, 01 May 2026 06:15:19 +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/order-form-help" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Order form help..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/order-form-help#post-104438</link>
			<pubDate>Wed, 19 Dec 2012 09:23:00 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">104438@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@epicwebsolutions, you've asked several unrelated questions here.  How do you want to display the orders?  You can always retrieve the data direct from the database, but then displaying it is up to you.  In the past, I have written a shortcode function to pull specific entries from the database for display on the front end.  Here is one example of how to do it  &#60;a href=&#34;http://pastebin.com/kHpaHQvi&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/kHpaHQvi&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;That was a very specific use shortcode.  You can use that as an example and modify it for your needs.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>epicwebsolutions@gmail.com on "Order form help..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/order-form-help#post-101428</link>
			<pubDate>Tue, 11 Dec 2012 22:46:36 +0000</pubDate>
			<dc:creator>epicwebsolutions@gmail.com</dc:creator>
			<guid isPermaLink="false">101428@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can anyone help me with this issue?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>epicwebsolutions@gmail.com on "Order form help..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/order-form-help#post-101346</link>
			<pubDate>Tue, 11 Dec 2012 16:39:03 +0000</pubDate>
			<dc:creator>epicwebsolutions@gmail.com</dc:creator>
			<guid isPermaLink="false">101346@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there away to see the order entries any other place outside of the admin control panel.  I would like the users to be able to see their order history.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>epicwebsolutions@gmail.com on "Order form help..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/order-form-help#post-101279</link>
			<pubDate>Tue, 11 Dec 2012 13:08:44 +0000</pubDate>
			<dc:creator>epicwebsolutions@gmail.com</dc:creator>
			<guid isPermaLink="false">101279@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That does fix the display issue on the front end.  Any way to remove unit price and total price from the entries screen?  I dont see a class assigned on the entries screen for those cols,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Order form help..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/order-form-help#post-101168</link>
			<pubDate>Tue, 11 Dec 2012 05:40:42 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">101168@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can hide the product label and value with this CSS.  Add this to your theme's stylesheet:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper span.ginput_product_price,
body .gform_wrapper span.ginput_product_price_label {
  display: none;
}

body .gform_wrapper span.ginput_quantity_label {
  margin-left: 0px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I used the last 3 lines to override the left margin on the &#34;Quantity&#34; label after removing those 2 options above.&#60;/p&#62;
&#60;p&#62;If that fixes the display issue, please go ahead with your next question.  We'll work on one problem at a time.  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>epicwebsolutions@gmail.com on "Order form help..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/order-form-help#post-101122</link>
			<pubDate>Tue, 11 Dec 2012 02:26:46 +0000</pubDate>
			<dc:creator>epicwebsolutions@gmail.com</dc:creator>
			<guid isPermaLink="false">101122@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;My test form is here... &#60;a href=&#34;http://rfgfoodservice.com/?page_id=48&#34; rel=&#34;nofollow&#34;&#62;http://rfgfoodservice.com/?page_id=48&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;I would also like to display an image next to the title.  Can I do that from the html field?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Order form help..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/order-form-help#post-101101</link>
			<pubDate>Tue, 11 Dec 2012 01:33:57 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">101101@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please provide a link to your form and we will help you hide those elements.&#60;/p&#62;
&#60;p&#62;To populate any field, you can use the gform_pre_render filter, to change the data before the form is displayed: &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_pre_render&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_pre_render&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>epicwebsolutions@gmail.com on "Order form help..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/order-form-help#post-101020</link>
			<pubDate>Mon, 10 Dec 2012 21:06:45 +0000</pubDate>
			<dc:creator>epicwebsolutions@gmail.com</dc:creator>
			<guid isPermaLink="false">101020@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How can I remove the price and price per unit from my form?  My form is basically an order form.  I have 4 products that are feel and there is no need for a price.  also is there a way to load the product list from a custom post type?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
