<?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: Get Check box fields from a database</title>
		<link>https://legacy.forums.gravityhelp.com/topic/get-check-box-fields-from-a-databse</link>
		<description>Gravity Support Forums Topic: Get Check box fields from a database</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:35:37 +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/get-check-box-fields-from-a-databse" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Get Check box fields from a database"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/get-check-box-fields-from-a-databse#post-33353</link>
			<pubDate>Tue, 23 Aug 2011 16:45:40 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">33353@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I suggest you read over this post... it discusses how to populate a checkbox field dynamically:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/dynamic-checkboxes&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/dynamic-checkboxes&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Checkbox fields are actually one of the most complex fields to work with in Gravity Forms, primarily because they aren't really one field.  Each checkbox is an individual field and the Checkbox field can consist of multiple checkboxes.  So it's more complex than most.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Allenc on "Get Check box fields from a database"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/get-check-box-fields-from-a-databse#post-33350</link>
			<pubDate>Tue, 23 Aug 2011 16:39:55 +0000</pubDate>
			<dc:creator>Allenc</dc:creator>
			<guid isPermaLink="false">33350@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;and that becomes the parameter I use in the dynamic field in the admin area?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Get Check box fields from a database"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/get-check-box-fields-from-a-databse#post-33347</link>
			<pubDate>Tue, 23 Aug 2011 16:37:31 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">33347@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That is the function name, you'd call it whatever you want.  That example uses populate_dropdown because the function in that example is called populate_dropdown.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Allenc on "Get Check box fields from a database"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/get-check-box-fields-from-a-databse#post-33342</link>
			<pubDate>Tue, 23 Aug 2011 16:30:50 +0000</pubDate>
			<dc:creator>Allenc</dc:creator>
			<guid isPermaLink="false">33342@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Im not seeing what I would title the pre render for checkboxes.. ie to change a drop down it is &#34;populate_dropdown&#34; wouls it be &#34;populate_chckbox&#34;?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Get Check box fields from a database"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/get-check-box-fields-from-a-databse#post-33340</link>
			<pubDate>Tue, 23 Aug 2011 16:21:17 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">33340@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad that helped.  Please let us know if you need any help implementing it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Allenc on "Get Check box fields from a database"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/get-check-box-fields-from-a-databse#post-33338</link>
			<pubDate>Tue, 23 Aug 2011 16:16:50 +0000</pubDate>
			<dc:creator>Allenc</dc:creator>
			<guid isPermaLink="false">33338@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Fantastic Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Get Check box fields from a database"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/get-check-box-fields-from-a-databse#post-33335</link>
			<pubDate>Tue, 23 Aug 2011 16:11:20 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">33335@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can do this as a customization using the &#60;strong&#62;gform_pre_render&#60;/strong&#62; hook.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_pre_render&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_pre_render&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You would add some code to your functions.php using that hook to populate a set of check boxes with values pulled from your database.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Allenc on "Get Check box fields from a database"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/get-check-box-fields-from-a-databse#post-33318</link>
			<pubDate>Tue, 23 Aug 2011 15:43:58 +0000</pubDate>
			<dc:creator>Allenc</dc:creator>
			<guid isPermaLink="false">33318@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there a way using this form set to automatically get something like meeting dates and display them as check boxes?&#60;/p&#62;
&#60;p&#62;I can do about 90% of what I want so far but haven't seen this option available but could just be over looking it.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
