<?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: Using $_POST to get the values of checkbox fields.</title>
		<link>https://legacy.forums.gravityhelp.com/topic/using-_post-to-get-the-values-of-checkbox-fields</link>
		<description>Gravity Support Forums Topic: Using $_POST to get the values of checkbox fields.</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 03:44:13 +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/using-_post-to-get-the-values-of-checkbox-fields" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Using $_POST to get the values of checkbox fields."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-_post-to-get-the-values-of-checkbox-fields#post-67648</link>
			<pubDate>Mon, 23 Jul 2012 22:46:23 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">67648@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Great. Glad that worked out for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gingram815 on "Using $_POST to get the values of checkbox fields."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-_post-to-get-the-values-of-checkbox-fields#post-67644</link>
			<pubDate>Mon, 23 Jul 2012 22:26:53 +0000</pubDate>
			<dc:creator>gingram815</dc:creator>
			<guid isPermaLink="false">67644@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Using underscore instead of decimal worked perfectly--thanks so much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Using $_POST to get the values of checkbox fields."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-_post-to-get-the-values-of-checkbox-fields#post-67622</link>
			<pubDate>Mon, 23 Jul 2012 20:13:04 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">67622@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try dumping (with var_dump or print_r) the $_POST array and you will see how to reference the $_POST values.  From memory, I think the variables are converted from period to underscore though, for complex inputs like the name.  For example, &#60;strong&#62;$_POST[&#34;input_2.1&#34;]&#60;/strong&#62; would become &#60;strong&#62;$_POST[&#34;input_2_1&#34;]&#60;/strong&#62;.  You can try that, or dump the $_POST to see the names with 100% certainty.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gingram815 on "Using $_POST to get the values of checkbox fields."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-_post-to-get-the-values-of-checkbox-fields#post-67614</link>
			<pubDate>Mon, 23 Jul 2012 19:45:58 +0000</pubDate>
			<dc:creator>gingram815</dc:creator>
			<guid isPermaLink="false">67614@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am having trouble getting the values of fields that have an array such as the name, address, or checkbox fields.  $_POST[&#34;input_fieldid&#34;] works great when the value is a string such as text fields.  I tried &#60;code&#62;$_POST[&#38;quot;input_2.1&#38;quot;]&#60;/code&#62; to get the value particular item in a checkbox but it does not return anything.  Trying the same sort of thing also does not work with the name field using &#34;3.3&#34; for the first name, for example.&#60;/p&#62;
&#60;p&#62;Any help would be greatly appreciated.&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
