<?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: Populate form input text with Dropdown selection</title>
		<link>https://legacy.forums.gravityhelp.com/topic/populate-form-input-text-with-dropdown-selection</link>
		<description>Gravity Support Forums Topic: Populate form input text with Dropdown selection</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:31:03 +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/populate-form-input-text-with-dropdown-selection" rel="self" type="application/rss+xml" />

		<item>
			<title>ultramel123 on "Populate form input text with Dropdown selection"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-form-input-text-with-dropdown-selection#post-281348</link>
			<pubDate>Mon, 27 May 2013 17:39:59 +0000</pubDate>
			<dc:creator>ultramel123</dc:creator>
			<guid isPermaLink="false">281348@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for the replies.  &#60;/p&#62;
&#60;p&#62;David / Rob:&#60;/p&#62;
&#60;p&#62;I have tried to use an HTML field to display certain menu text if the user selects &#34;Menu 1&#34;. however the HTML field shows when the form is displayed, regardless which menu is selected? &#60;/p&#62;
&#60;p&#62;Also, there are 16 menu's which the user will choose from. Would I need to create an HTML field for each menu, and set the conditional logic for each menu choice?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Populate form input text with Dropdown selection"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-form-input-text-with-dropdown-selection#post-270968</link>
			<pubDate>Thu, 23 May 2013 12:16:57 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">270968@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Why would you need to integrate fields into the HTML field? You could add a HTML field that says &#34;Home&#34;, and then using conditional logic show that HTML field when the user selects &#34;Location 1&#34; for example.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dutch7773 on "Populate form input text with Dropdown selection"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-form-input-text-with-dropdown-selection#post-270962</link>
			<pubDate>Thu, 23 May 2013 12:14:43 +0000</pubDate>
			<dc:creator>dutch7773</dc:creator>
			<guid isPermaLink="false">270962@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I think I know where you are going with this. Would you have an example on how to integrate fields in HTML though?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Populate form input text with Dropdown selection"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-form-input-text-with-dropdown-selection#post-270945</link>
			<pubDate>Thu, 23 May 2013 12:02:24 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">270945@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You should be able to show/hide fields and content with conditional logic based on selection. It sounds like you might be able to use an HTML field to display the menu information and show that when the option is chosen.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dutch7773 on "Populate form input text with Dropdown selection"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-form-input-text-with-dropdown-selection#post-268334</link>
			<pubDate>Wed, 22 May 2013 12:47:11 +0000</pubDate>
			<dc:creator>dutch7773</dc:creator>
			<guid isPermaLink="false">268334@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am looking for this functionality too. With me the person selects a location and the display only field shows the name of the location.&#60;/p&#62;
&#60;p&#62;Great plugin! Looking for more guidance on how to implement code snippets, what file they should go into and where to find field names to refer to.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ultramel123 on "Populate form input text with Dropdown selection"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-form-input-text-with-dropdown-selection#post-263529</link>
			<pubDate>Mon, 20 May 2013 15:49:39 +0000</pubDate>
			<dc:creator>ultramel123</dc:creator>
			<guid isPermaLink="false">263529@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there. &#60;/p&#62;
&#60;p&#62;Great plugin first of all :)&#60;/p&#62;
&#60;p&#62;I have a form with different &#34;drop-down&#34; fields where the user chooses a &#34;menu&#34; for their conference.  These are my dropdown values:&#60;/p&#62;
&#60;p&#62;Menu 1 &#124; 90&#60;br /&#62;
Menu 2 &#124;120&#60;br /&#62;
Menu 3 &#124;150&#60;/p&#62;
&#60;p&#62;I would like to have a text field on my form, which displays the actual menu text for the relevant selection made in the dropdown. &#60;/p&#62;
&#60;p&#62;ie if the user selects &#34;Menu 1 &#124;90&#34; - then the text field should populate with the text:&#60;br /&#62;
&#34;Menu1: Rice, Chicken, Vegetables &#38;amp; 1 salad&#34;... (or something like that)&#60;/p&#62;
&#60;p&#62;is this possible?&#60;/p&#62;
&#60;p&#62;Thank you so much for a great plugin
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
