<?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: Dynamically populate dropdown based on Product name</title>
		<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-dropdown-based-on-product-name</link>
		<description>Gravity Support Forums Topic: Dynamically populate dropdown based on Product name</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:37:13 +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/dynamically-populate-dropdown-based-on-product-name" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Dynamically populate dropdown based on Product name"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-dropdown-based-on-product-name#post-76375</link>
			<pubDate>Wed, 19 Sep 2012 17:23:31 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">76375@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Conversation is continued here:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/list-field-and-photo-upload#post-76329&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/list-field-and-photo-upload#post-76329&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Dynamically populate dropdown based on Product name"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-dropdown-based-on-product-name#post-76091</link>
			<pubDate>Tue, 18 Sep 2012 13:29:43 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">76091@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;By default the list type field is text, but you can add a drop down.  The file upload field is not supported in the list type field.  You would have to use conditional logic to add an additional file upload field when the additional row is shown, or come up with some other work around.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kriscone on "Dynamically populate dropdown based on Product name"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-dropdown-based-on-product-name#post-76059</link>
			<pubDate>Tue, 18 Sep 2012 11:09:27 +0000</pubDate>
			<dc:creator>kriscone</dc:creator>
			<guid isPermaLink="false">76059@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;One more question on this....I would like to add a File Upload box next to each list grouping...so that if the user clicked the + icon to add another row, they could populate the columns and say the last column is a file upload box.  Can I use the same general principal to add that upload box for each list row?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Dynamically populate dropdown based on Product name"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-dropdown-based-on-product-name#post-67211</link>
			<pubDate>Fri, 20 Jul 2012 07:36:21 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">67211@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The support forum software here is the 1.x version of &#60;a href=&#34;http://bbpress.org/&#34; rel=&#34;nofollow&#34;&#62;bbPress&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;You might want to look into the List field (it can be found under Advanced in the form builder.)  That will allow multiple columns of input and will allow visitors to add additional lines of input for items to be logged.&#60;/p&#62;
&#60;p&#62;By default, the list field uses all text box inputs, but you can change that to include a drop down select list.  See these code examples:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/populate-dropdown-with-list-field#post-48504&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/populate-dropdown-with-list-field#post-48504&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/list-field-drop-down-option#post-66555&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/list-field-drop-down-option#post-66555&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I think the list field will do what you want, and you can make two fields drop down select boxes with some additional code.&#60;/p&#62;
&#60;p&#62;You would have to get that working first and address getting that information into the BuddyPress profile later.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kriscone on "Dynamically populate dropdown based on Product name"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-dropdown-based-on-product-name#post-67075</link>
			<pubDate>Thu, 19 Jul 2012 14:32:31 +0000</pubDate>
			<dc:creator>kriscone</dc:creator>
			<guid isPermaLink="false">67075@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a similar question that not sure the answer really addressed.&#60;br /&#62;
I would like to create a form to log items.  So, it would be multiple columns and rows.  The first row would be Item and I would like this to be a drop down.  Then the next column would be another drop down, then free form columns for text input, etc.   &#60;/p&#62;
&#60;p&#62;Is it possible to set up a list or is there a different type of field to be able to set up this table of user populated things.&#60;/p&#62;
&#60;p&#62;Ultimately, I would then like to be able to show this in a user's profile (buddy press profile).&#60;/p&#62;
&#60;p&#62;If you can point me in the right direction, much appreciated.&#60;/p&#62;
&#60;p&#62;Also, what software are you using for your support forum?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Kris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Dynamically populate dropdown based on Product name"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-dropdown-based-on-product-name#post-64621</link>
			<pubDate>Tue, 03 Jul 2012 17:51:05 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">64621@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So you would use conditional logic to hide things you don't want shown. Then based on a selection, the drop down (or whatever fields you want) would be shown. Then you could stack it as such that when the newly shown drop down has a certain selection to show more fields. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Enable_Conditional_Logic&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Enable_Conditional_Logic&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>craigdabbs on "Dynamically populate dropdown based on Product name"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-dropdown-based-on-product-name#post-64567</link>
			<pubDate>Tue, 03 Jul 2012 11:53:53 +0000</pubDate>
			<dc:creator>craigdabbs</dc:creator>
			<guid isPermaLink="false">64567@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Im setting up a web store and using gravity forms to add options on certain products.&#60;br /&#62;
I would like to enable only certain sections of the forms depending on the product shown.  Is it possible to populate a dropdown list with product name (hide it from everyone), then use that list as a condition on another dropdown list.&#60;br /&#62;
Thanks&#60;br /&#62;
Craig
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
