<?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: Populated dynamically checkbox&#039;s not showing options</title>
		<link>https://legacy.forums.gravityhelp.com/topic/populated-dynamically-no-showing-options</link>
		<description>Gravity Support Forums Topic: Populated dynamically checkbox&#039;s not showing options</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 16:20:32 +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/populated-dynamically-no-showing-options" rel="self" type="application/rss+xml" />

		<item>
			<title>Bsport on "Populated dynamically checkbox&#039;s not showing options"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populated-dynamically-no-showing-options#post-48717</link>
			<pubDate>Wed, 08 Feb 2012 13:00:04 +0000</pubDate>
			<dc:creator>Bsport</dc:creator>
			<guid isPermaLink="false">48717@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bsport on "Populated dynamically checkbox&#039;s not showing options"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populated-dynamically-no-showing-options#post-48290</link>
			<pubDate>Fri, 03 Feb 2012 14:58:01 +0000</pubDate>
			<dc:creator>Bsport</dc:creator>
			<guid isPermaLink="false">48290@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Trying to populated a checkbox list dynamically, i have the checkboxes set correctly ie &#34;Allow field to be populated dynamically&#34; ticked and and the name set as &#34;teams&#34;, I know the function is correct as it prints out correctly and I know the filter is being called. But the checkbox's from this arent being displayed, what have i missed?&#60;/p&#62;
&#60;p&#62;Any help to shed some light on this would be much appreciated&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;add_filter(&#34;gform_field_value_teams&#34;, &#34;team_list&#34;);&#60;/p&#62;
&#60;p&#62;function team_list($value){&#60;/p&#62;
&#60;p&#62;	$teams = get_terms('team');&#60;/p&#62;
&#60;p&#62;	foreach($teams as $team){&#60;/p&#62;
&#60;p&#62;		$teamlist[] = $team-&#38;gt;name;&#60;/p&#62;
&#60;p&#62;	}&#60;/p&#62;
&#60;p&#62;	return $teamlist;&#60;/p&#62;
&#60;p&#62;}
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
