<?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: build checkbox dynamic</title>
		<link>https://legacy.forums.gravityhelp.com/topic/build-checkbox-dynamic</link>
		<description>Gravity Support Forums Topic: build checkbox dynamic</description>
		<language>en-US</language>
		<pubDate>Sat, 25 Apr 2026 04:09: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/build-checkbox-dynamic" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "build checkbox dynamic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/build-checkbox-dynamic#post-9143</link>
			<pubDate>Mon, 30 Aug 2010 10:17:51 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">9143@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In order to populate fields dynamically, such as checkboxes, you have to use our available API hooks to do so.  Judging from the code above, you aren't doing so.  Do a search on the forums for &#34;dynamic population&#34;, &#34;dynamically populate field&#34;, etc. and there are numerous threads on this subject.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ovedmo on "build checkbox dynamic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/build-checkbox-dynamic#post-9129</link>
			<pubDate>Mon, 30 Aug 2010 02:58:15 +0000</pubDate>
			<dc:creator>ovedmo</dc:creator>
			<guid isPermaLink="false">9129@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;can any one help me??
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ovedmo on "build checkbox dynamic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/build-checkbox-dynamic#post-9037</link>
			<pubDate>Thu, 26 Aug 2010 10:48:48 +0000</pubDate>
			<dc:creator>ovedmo</dc:creator>
			<guid isPermaLink="false">9037@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;i will give an example.&#60;br /&#62;
i want the same form to be diffrent by variable that give the number of checkboxes.&#60;br /&#62;
need a way to build form checkbox dynamicly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "build checkbox dynamic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/build-checkbox-dynamic#post-8992</link>
			<pubDate>Wed, 25 Aug 2010 10:53:46 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">8992@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm not sure what you are trying to do.  What do you mean you are trying to build different checkboxes for each category?  Please explain what you are trying to accomplish in more detail.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ovedmo on "build checkbox dynamic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/build-checkbox-dynamic#post-8981</link>
			<pubDate>Wed, 25 Aug 2010 04:43:25 +0000</pubDate>
			<dc:creator>ovedmo</dc:creator>
			<guid isPermaLink="false">8981@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;need to build diffrent chackboxs for each category, i try this code (just for test).&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;foreach($form[&#38;quot;fields&#38;quot;] as &#38;amp;$field)
switch($field[&#38;quot;id&#38;quot;])
{
case &#38;quot;5&#38;quot;:
$field[&#38;#39;inputs&#38;#39;]=array();
$a = array( &#38;#39;id&#38;#39; =&#38;gt; &#38;#39;5.1&#38;#39;,
&#38;#39;label&#38;#39; =&#38;gt; &#38;#39;test&#38;#39;,
&#38;#39;name&#38;#39; =&#38;gt; &#38;#39;&#38;#39;,
);
$field[&#38;#39;inputs&#38;#39;][] = $a;
break;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;but it is not working, the array date changed but no effect on display!!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
