<?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: Radio Buttons De-Select After Completing Form Fields Using Auto-Comp</title>
		<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-de-select-after-completing-form-fields-using-auto-comp</link>
		<description>Gravity Support Forums Topic: Radio Buttons De-Select After Completing Form Fields Using Auto-Comp</description>
		<language>en-US</language>
		<pubDate>Wed, 15 Apr 2026 10:48:01 +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/radio-buttons-de-select-after-completing-form-fields-using-auto-comp" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Radio Buttons De-Select After Completing Form Fields Using Auto-Comp"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-de-select-after-completing-form-fields-using-auto-comp#post-368638</link>
			<pubDate>Mon, 08 Jul 2013 14:51:55 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">368638@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is a known issue in Google Chrome v27 and will be getting fixed on their v28 release. This is a browser specific issue. Please see discussion here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://code.google.com/p/chromium/issues/detail?id=244645&#34; rel=&#34;nofollow&#34;&#62;https://code.google.com/p/chromium/issues/detail?id=244645&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can use this code in your theme's function.php file to disable autocomplete for one form:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;gform_form_tag&#38;#39;, &#38;#39;form_tag_62&#38;#39;, 10, 2);
function form_tag_62($form_tag, $form){
    // apply to form 62 only
    if ($form[&#38;#39;id&#38;#39;] == 62 ) {
        $form_tag = preg_replace(&#38;quot;&#124;action=&#38;#39;&#124;&#38;quot;, &#38;quot;autocomplete=&#38;#39;off&#38;#39; action=&#38;#39;$url&#38;quot;, $form_tag);
    }
    // return the form tag whether or not we modified it
    return $form_tag;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change the 62 to your form ID. This will add the autocomplete='off' to the form tag. That code worked for me and prevented autofill options from appearing in the browser.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colinvalnion on "Radio Buttons De-Select After Completing Form Fields Using Auto-Comp"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-de-select-after-completing-form-fields-using-auto-comp#post-368616</link>
			<pubDate>Mon, 08 Jul 2013 14:40:51 +0000</pubDate>
			<dc:creator>colinvalnion</dc:creator>
			<guid isPermaLink="false">368616@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The previously selected radio button options instantly clear the minute a form field is completed using the browser built in auto-complete data. If I manually enter the data it's fine but if I select anything from the browsers auto-complete it resets all radio buttons to blank/none selected. This is a real problem on a long form where the user won't notice this until they have attempted to submit the form and get the rejection/incomplete warning.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
