<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Unchecked checkbox form value not set in Ajax call]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=6401</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=6401&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Unchecked checkbox form value not set in Ajax call.]]></description>
		<lastBuildDate>Sat, 06 Aug 2016 01:32:47 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Unchecked checkbox form value not set in Ajax call]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=25968#p25968</link>
			<description><![CDATA[<p>Thanks @cambell and @itronics.</p><p><strong>Lesson:</strong> New modules and code modifiers should keep this fact in mind when using / dealing with checkboxes - in FA, use check_value() before using it....</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sat, 06 Aug 2016 01:32:47 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=25968#p25968</guid>
		</item>
		<item>
			<title><![CDATA[Re: Unchecked checkbox form value not set in Ajax call]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=25964#p25964</link>
			<description><![CDATA[<p>Assuming that folk use the check_value(...) function in ui_input.inc all would be fine.&nbsp; Without this mod requires that all checkboxes be explicitly handled via intentional use of the check_value function or similar.&nbsp; This change makes the humble checkbox handling the same as other input controls which have value.</p><p>I&#039;ll be keeping this functionality in my fork.</p>]]></description>
			<author><![CDATA[null@example.com (cambell)]]></author>
			<pubDate>Fri, 05 Aug 2016 08:02:41 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=25964#p25964</guid>
		</item>
		<item>
			<title><![CDATA[Re: Unchecked checkbox form value not set in Ajax call]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=25963#p25963</link>
			<description><![CDATA[<p>Well, this is just how HTML POST method works in browsers for checkbox type input field (not ticked checkbox is ignored).&nbsp; Changing it will lead to problems in forms which just look for POST variable existence,&nbsp; which is standard way of dealing with checkbox controls.</p><p>Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Fri, 05 Aug 2016 07:39:14 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=25963#p25963</guid>
		</item>
		<item>
			<title><![CDATA[Unchecked checkbox form value not set in Ajax call]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=25960#p25960</link>
			<description><![CDATA[<p>While writing a module I found that the checkbox value is not set for unchecked checkboxes.&nbsp; I propose a fix to js/utils.js such that unchecked checkboxes come through to php with a value of &#039;&#039;.</p><p>A pull request is here:</p><p>https://github.com/FrontAccountingERP/FA/pull/15</p>]]></description>
			<author><![CDATA[null@example.com (cambell)]]></author>
			<pubDate>Fri, 05 Aug 2016 04:50:37 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=25960#p25960</guid>
		</item>
	</channel>
</rss>
