<?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, with quantities, showing 125 items</title>
		<link>https://legacy.forums.gravityhelp.com/topic/order-form-with-quantities-showing-125-items</link>
		<description>Gravity Support Forums Topic: Order form, with quantities, showing 125 items</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:12:51 +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-with-quantities-showing-125-items" rel="self" type="application/rss+xml" />

		<item>
			<title>johnnyriss on "Order form, with quantities, showing 125 items"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/order-form-with-quantities-showing-125-items#post-200570</link>
			<pubDate>Mon, 08 Apr 2013 00:13:27 +0000</pubDate>
			<dc:creator>johnnyriss</dc:creator>
			<guid isPermaLink="false">200570@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Chris,&#60;br /&#62;
Ok. Given your response above, I'm not going to create form fields dynamically from Custom Posts anymore.&#60;br /&#62;
Next question:&#60;br /&#62;
I have 125 products, in 11 categories. So, in order to make the form more user-friendly for my client would it be possible to create 11 different forms in the GF admin area – one for each category – then compile and display them, or render them *into* one form with one submit button on one page?&#60;br /&#62;
I've looked at a lot of the filters. But I'm not quite seeing how I might be able to do this.&#60;br /&#62;
Maybe I could just filter out the form opening and closing tags completely, then I could hardcode one form opening and closing pair around my shortcodes? Is that possible?&#60;br /&#62;
Again, with 125 menu items, a SINGLE form admin is cumbersome to navigate or revise, and often it seems like the form fields aren't updating properly when I create them. Sometimes I have to add descriptions several times before they actually stick.&#60;br /&#62;
ANY suggestions you can provide are greatly appreciated!&#60;br /&#62;
Thanks for your input.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Order form, with quantities, showing 125 items"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/order-form-with-quantities-showing-125-items#post-192764</link>
			<pubDate>Mon, 01 Apr 2013 09:17:44 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">192764@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This customization is beyond the support we can give in the support forums.  You're on the right track with gform_pre_render. You're going to have to do everything before the form is rendered though.  You might want to post this on our job board to solicit other input &#60;a href=&#34;http://www.gravityhelp.com/forums/forum/job-board&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/forum/job-board&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>johnnyriss on "Order form, with quantities, showing 125 items"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/order-form-with-quantities-showing-125-items#post-192379</link>
			<pubDate>Mon, 01 Apr 2013 02:08:32 +0000</pubDate>
			<dc:creator>johnnyriss</dc:creator>
			<guid isPermaLink="false">192379@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Greetings Chris,&#60;br /&#62;
Thanks for the suggestions above.&#60;br /&#62;
Quick background – I'm creating a menu for a catering company.&#60;br /&#62;
After reading the above, I understand how the gform_pre_render filter works. And I was able to duplicate the example.&#60;br /&#62;
However, since I need to create the entire form from my Custom Post Entries, I need to loop through the data earlier than the field choices in the examples provided.&#60;br /&#62;
I know how to query to get the posts. But I don't know how to match the queried post data to the form elements/structure.&#60;br /&#62;
Basically, here's my sitch: I'll have 10 categories, so it'll be something like,&#60;br /&#62;
Foreach category, loop through the posts and display a form field for each post.&#60;br /&#62;
From each post, I'll have title, description, price, and maybe another piece of data (added as custom field to my post) that I'll want to insert like &#34;unit&#34; – since some item prices on my menu will be &#34;per person&#34; while others will be &#34;each.&#34; Those will just be a string, displayed so that customers understand what they're ordering.&#60;br /&#62;
Anyway, I need each of the form fields to be a Product Field. Again, I don't know how to pair the form elements with the data from the custom posts. If anyone can point me in the right direction on this, that'd be awesome.&#60;br /&#62;
Much thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Order form, with quantities, showing 125 items"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/order-form-with-quantities-showing-125-items#post-92164</link>
			<pubDate>Sat, 17 Nov 2012 00:48:06 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">92164@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;blockquote&#62;&#60;p&#62;
10 categories with total of 125 items&#60;br /&#62;
Needs to have price and quantity box for each so that a customer can order multiples of 1 item.&#60;br /&#62;
Summary should show total.&#60;br /&#62;
Confirmation Email should be sent to customer specifying complete order and total.&#60;br /&#62;
No eCommerce/PayPal or any payment needed.
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;This is all possible.  Use product fields so that the total can be added automatically.&#60;/p&#62;
&#60;p&#62;For the rest, sounds like you need to dynamically populate your form.  You need to look into the gform_pre_render filter.  &#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;
&#60;p&#62;There is an example showing how to populate a drop down with posts from a certain category.  You could use a similar process to populate your form from a custom post type.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Order form, with quantities, showing 125 items"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/order-form-with-quantities-showing-125-items#post-92163</link>
			<pubDate>Sat, 17 Nov 2012 00:44:58 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">92163@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Moved to the regular support forums.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>johnnyriss on "Order form, with quantities, showing 125 items"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/order-form-with-quantities-showing-125-items#post-91174</link>
			<pubDate>Wed, 14 Nov 2012 17:54:24 +0000</pubDate>
			<dc:creator>johnnyriss</dc:creator>
			<guid isPermaLink="false">91174@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Greetings Gravity Formers,&#60;/p&#62;
&#60;p&#62;I assume GF can do what I need it to but I’m not sure how.&#60;/p&#62;
&#60;p&#62;I have a client who wants a menu order form.&#60;/p&#62;
&#60;p&#62;Details:&#60;br /&#62;
10 categories with total of 125 items&#60;br /&#62;
Needs to have price and quantity box for each so that a customer can order multiples of 1 item.&#60;br /&#62;
Summary should show total.&#60;br /&#62;
Confirmation Email should be sent to customer specifying complete order and total.&#60;br /&#62;
No eCommerce/PayPal or any payment needed.&#60;/p&#62;
&#60;p&#62;So, as mentioned, I assume GF can do this. My question is how?&#60;br /&#62;
Can GF create a form by pulling form elements from a custom post type?&#60;/p&#62;
&#60;p&#62;Let’s say I create a custom post type called Menu Items.&#60;br /&#62;
Each has a Title, Description, Category, and custom meta field called Price.&#60;/p&#62;
&#60;p&#62;Can a Gravity Form query all active Menu Items, sorted by category, each item showing a price, with a form field for quantity, and when user enters a quantity, the form tallies the total of the order, on submit the order is sent to admin, with confirmation to user.&#60;/p&#62;
&#60;p&#62;Please let me know. Thanks so much!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
