<?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: Combine two forms</title>
		<link>https://legacy.forums.gravityhelp.com/topic/combine-two-forms</link>
		<description>Gravity Support Forums Topic: Combine two forms</description>
		<language>en-US</language>
		<pubDate>Fri, 17 Apr 2026 06:28:15 +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/combine-two-forms" rel="self" type="application/rss+xml" />

		<item>
			<title>Martijn Bessems on "Combine two forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/combine-two-forms#post-50296</link>
			<pubDate>Thu, 23 Feb 2012 10:04:27 +0000</pubDate>
			<dc:creator>Martijn Bessems</dc:creator>
			<guid isPermaLink="false">50296@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Someone who can help me out with this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Martijn Bessems on "Combine two forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/combine-two-forms#post-49667</link>
			<pubDate>Fri, 17 Feb 2012 05:38:11 +0000</pubDate>
			<dc:creator>Martijn Bessems</dc:creator>
			<guid isPermaLink="false">49667@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi David,&#60;/p&#62;
&#60;p&#62;Thanks for the link to the documentation. This seems like a good solution. But for me, as a non-programmer, it's very much new information ;)&#60;br /&#62;
I don't have an idea how to populate the field with my products.&#60;/p&#62;
&#60;p&#62;In the doc, they are dynamically loading posts or custom post types. I understand that method, but don't know how to load the form options from Gravity Forms.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Combine two forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/combine-two-forms#post-49618</link>
			<pubDate>Thu, 16 Feb 2012 14:22:35 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">49618@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Martijn,&#60;/p&#62;
&#60;p&#62;Check out this technique for loading options into a drop down field.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Dynamically_Populating_Drop_Down_Fields&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Dynamically_Populating_Drop_Down_Fields&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can use this same concept of altering field options/inputs before the form loads and actually alter the product details.&#60;/p&#62;
&#60;p&#62;For single text product fields you can modify the basePrice and label to change the price and title of the product. For multi-option product fields (drop downs, radio buttons) you can modify the &#34;choices&#34; just like a normal drop down.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Martijn Bessems on "Combine two forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/combine-two-forms#post-49576</link>
			<pubDate>Thu, 16 Feb 2012 06:58:03 +0000</pubDate>
			<dc:creator>Martijn Bessems</dc:creator>
			<guid isPermaLink="false">49576@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi David,&#60;/p&#62;
&#60;p&#62;Thanks for your reply.&#60;/p&#62;
&#60;p&#62;I'm using text fields for the products. There's a label with the product name, and a text input field where the user can fill in how many of the products they want.&#60;br /&#62;
And there's one date field for the delivery date.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Combine two forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/combine-two-forms#post-49539</link>
			<pubDate>Wed, 15 Feb 2012 18:08:56 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">49539@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Martijn,&#60;/p&#62;
&#60;p&#62;The only solution that comes to mind is dynamically loading your product options for each form from some sort of data array in your code. Which kinds of product fields are you using?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Martijn Bessems on "Combine two forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/combine-two-forms#post-49219</link>
			<pubDate>Mon, 13 Feb 2012 04:29:54 +0000</pubDate>
			<dc:creator>Martijn Bessems</dc:creator>
			<guid isPermaLink="false">49219@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;At this moment I have a couple of order forms on my website, so visitors can order my food products online. Once in a while(weekly or monthly), I have some special products or price promotions of some products. These specials/promotions are displayed at the top of some of the forms.&#60;/p&#62;
&#60;p&#62;At this moment, everytime my specials or promotions change, I have to change every form one by one. &#60;/p&#62;
&#60;p&#62;The ideal situation is that I only have to change it once somewhere in Gravity Forms, and that all the other forms are updated automatically. Is this possible with Gravity Forms?&#60;br /&#62;
Because now I have two different forms: 1 with the specials/promotions and 1 normal form, but I would like to combine them.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
