<?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: Multiple Choice and Checkboxes not setting defualt values</title>
		<link>https://legacy.forums.gravityhelp.com/topic/multiple-choice-and-checkboxes-not-setting-defualt-values</link>
		<description>Gravity Support Forums Topic: Multiple Choice and Checkboxes not setting defualt values</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 19:55:26 +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/multiple-choice-and-checkboxes-not-setting-defualt-values" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Multiple Choice and Checkboxes not setting defualt values"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-choice-and-checkboxes-not-setting-defualt-values#post-18297</link>
			<pubDate>Fri, 11 Feb 2011 13:05:16 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">18297@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There isn't a filter/hook for this.  But this issue is already fixed in the 1.5 RC4 release so if that was all you modified, you should have no problem upgrading to 1.5 RC4 because that fix is already in place.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>davemac on "Multiple Choice and Checkboxes not setting defualt values"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-choice-and-checkboxes-not-setting-defualt-values#post-18278</link>
			<pubDate>Fri, 11 Feb 2011 04:42:48 +0000</pubDate>
			<dc:creator>davemac</dc:creator>
			<guid isPermaLink="false">18278@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The issue was in common.php where selected = &#34;selected&#34; was being used instead of checked = &#34;checked&#34; for radio button. So I modified that code.&#60;/p&#62;
&#60;p&#62;I had a look at the documentation, but not sure how I could have overridden this with a hook or a filter? Happy to be pointed in the right direction if I am wrong.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Multiple Choice and Checkboxes not setting defualt values"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-choice-and-checkboxes-not-setting-defualt-values#post-18079</link>
			<pubDate>Wed, 09 Feb 2011 14:37:36 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">18079@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@davemac I have tested this in 1.5rc4 and radio buttons are maintaining their default values when I set one when I edit a multiple choice field.  This was an issue with the earlier plugin.&#60;/p&#62;
&#60;p&#62;What have you modified in 1.5rc2.5 that is preventing you from upgrade? Modifying core code isn't recommended for this reason, it's why we have hooks/filters to customize the plugin without modifying core code... by not upgrading you are missing a lot of fixes/changes between rc2.5 and rc4 and there have been a lot.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>davemac on "Multiple Choice and Checkboxes not setting defualt values"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-choice-and-checkboxes-not-setting-defualt-values#post-18044</link>
			<pubDate>Wed, 09 Feb 2011 06:16:33 +0000</pubDate>
			<dc:creator>davemac</dc:creator>
			<guid isPermaLink="false">18044@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am having the same problem with 1.5.rc2.5 and radio buttons not setting to their defaults because selected = &#34;selected&#34; is being used instead of checked = &#34;checked&#34;.&#60;/p&#62;
&#60;p&#62;Any idea where in the plugin I can update this to output the correct 'checked' attribute? I can't update the plugin due to mods I have made to it
&#60;/p&#62;</description>
		</item>
		<item>
			<title>m4change on "Multiple Choice and Checkboxes not setting defualt values"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-choice-and-checkboxes-not-setting-defualt-values#post-16043</link>
			<pubDate>Wed, 12 Jan 2011 10:47:46 +0000</pubDate>
			<dc:creator>m4change</dc:creator>
			<guid isPermaLink="false">16043@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I was actually referring to any of the &#34;radio&#34; input fields, so fields with the id's 6, 8, 24, 60, 67. When I exported the form, they were set with default/preselected values from the &#34;Form Editor&#34;, so I'm not sure why they are not showing up when you export/import the form, maybe thats part of the issue I am experiencing.&#60;/p&#62;
&#60;p&#62;I monitored the JavaScript with firebug as I went through the process and the console did not report any errors, I did however notice that the radio buttons that I try to set as defaults have the code 'selected = &#34;selected&#34; ' within the input tags. The W3C standard for setting the default state of a radio button is 'checked = &#34;checked&#34;, so maybe that could be a part of the issue. &#60;/p&#62;
&#60;p&#62;For what it's worth I am currently running Version 1.5.rc2.5, and i also checked it in the latest release Version 1.5.rc3.2 . I Also found that the default selecting of the radio buttons with the form works in the current public release, Version 1.4.5&#60;/p&#62;
&#60;p&#62;Here is a fresh copy of the form&#60;br /&#62;
&#60;a href=&#34;http://pastebin.com/CwfsDGey&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/CwfsDGey&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Multiple Choice and Checkboxes not setting defualt values"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-choice-and-checkboxes-not-setting-defualt-values#post-16013</link>
			<pubDate>Tue, 11 Jan 2011 19:41:03 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">16013@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I checked out the form you sent over and the only field I found with a pre-selected value was this one: &#60;a href=&#34;http://grab.by/8kdo&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/8kdo&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;As you can see, it is pre-selected in both the admin and when viewed in the preview mode. When you preview your form are you receiving any JS errors?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>m4change on "Multiple Choice and Checkboxes not setting defualt values"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-choice-and-checkboxes-not-setting-defualt-values#post-15993</link>
			<pubDate>Tue, 11 Jan 2011 17:06:15 +0000</pubDate>
			<dc:creator>m4change</dc:creator>
			<guid isPermaLink="false">15993@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I'm having issues with getting the Multiple Choice input fields on my form to set default values. &#60;/p&#62;
&#60;p&#62;Everything within the Form Editor appears to work as it should, I can set which choice I would like to have as the default value and it appears to set it correctly within the Form Editor, but once I update the form and view it with in the Form Previewer or on an actual page, the Multiple Choice fields do not have the default fields selected that I set in the Form Editor.&#60;/p&#62;
&#60;p&#62;Here is a link to the form that I'm using:&#60;br /&#62;
&#60;a href=&#34;http://pastebin.com/mdpewCS4&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/mdpewCS4&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
