<?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: HELP! Dropdown items appearing below form.</title>
		<link>https://legacy.forums.gravityhelp.com/topic/help-dropdown-items-appearing-below-form</link>
		<description>Gravity Support Forums Topic: HELP! Dropdown items appearing below form.</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 13:29:25 +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/help-dropdown-items-appearing-below-form" rel="self" type="application/rss+xml" />

		<item>
			<title>studiomundi on "HELP! Dropdown items appearing below form."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-dropdown-items-appearing-below-form#post-244637</link>
			<pubDate>Thu, 09 May 2013 12:30:41 +0000</pubDate>
			<dc:creator>studiomundi</dc:creator>
			<guid isPermaLink="false">244637@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the response. I made the changes, but unfortunately the situation hasn't improved. The updated version is here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://dieudonne.runcus.com&#34; rel=&#34;nofollow&#34;&#62;http://dieudonne.runcus.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This is what's now in my functions.php: &#60;a href=&#34;http://pastie.org/7823197&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/7823197&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "HELP! Dropdown items appearing below form."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-dropdown-items-appearing-below-form#post-241459</link>
			<pubDate>Tue, 07 May 2013 14:02:22 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">241459@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're not calling the filter correctly.  You're not sending any arguments.  From the documentation, this is how you call the filter (adapted to your use):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
// form 2, field 3, column 1
add_filter(&#38;quot;gform_column_input_2_3_1&#38;quot;, &#38;quot;employee_name_column&#38;quot;, 10, 5);
function employee_name_column($input_info, $field, $column, $value, $form_id){&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Those 5 arguments need to be sent to your function, exactly like that.  Take a look at the documentation page again. &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_column_input&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_column_input&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>studiomundi on "HELP! Dropdown items appearing below form."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-dropdown-items-appearing-below-form#post-231117</link>
			<pubDate>Tue, 30 Apr 2013 12:24:45 +0000</pubDate>
			<dc:creator>studiomundi</dc:creator>
			<guid isPermaLink="false">231117@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I want to pre-populate a dropdown menu in a list with items from a custom post type. I found an existing post (&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/list-field-drop-down-option&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/list-field-drop-down-option&#60;/a&#62;) that seems to be exactly what I'm looking for, but it just isn't working. My drop-down has the correct label, but the options don't appear there. Instead, they're listed below the form.&#60;/p&#62;
&#60;p&#62;Here's a rough example I uploaded to show you what I mean: &#60;a href=&#34;http://dieudonne.runcus.com&#34; rel=&#34;nofollow&#34;&#62;http://dieudonne.runcus.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This is what's in my functions.php: &#60;a href=&#34;http://pastie.org/7705461&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/7705461&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;See how the drop-down menu is empty and the 5 names appear at the bottom? Am I doing something wrong?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
