<?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: Change the word &#34;other&#34; in&#34;Enable &#34;other&#34; choice&#34; in Radio button opti</title>
		<link>https://legacy.forums.gravityhelp.com/topic/change-the-word-other-inenable-other-choice-in-radio-button-option</link>
		<description>Gravity Support Forums Topic: Change the word &quot;other&quot; in&quot;Enable &quot;other&quot; choice&quot; in Radio button opti</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 10:54:31 +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/change-the-word-other-inenable-other-choice-in-radio-button-option" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Change the word &#34;other&#34; in&#34;Enable &#34;other&#34; choice&#34; in Radio button opti"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-the-word-other-inenable-other-choice-in-radio-button-option#post-84357</link>
			<pubDate>Sat, 27 Oct 2012 20:40:15 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">84357@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Nick, I am going to close this topic because your question is unrelated to the question which is being discussed here.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Change the word &#34;other&#34; in&#34;Enable &#34;other&#34; choice&#34; in Radio button opti"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-the-word-other-inenable-other-choice-in-radio-button-option#post-84149</link>
			<pubDate>Sat, 27 Oct 2012 01:13:38 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">84149@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is it also possible to set user-editable text instead of the disappearing placeholder?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Change the word &#34;other&#34; in&#34;Enable &#34;other&#34; choice&#34; in Radio button opti"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-the-word-other-inenable-other-choice-in-radio-button-option#post-78253</link>
			<pubDate>Mon, 01 Oct 2012 01:55:32 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">78253@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you know which page the form will be embedded in always, you can test for the page ID and then conditionally change the text.  This worked for me:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
add_filter(&#38;#39;gform_other_choice_value&#38;#39;, &#38;#39;set_placeholder&#38;#39;);
function set_placeholder($placeholder){
    global $post;
    // my form is embedded in post 1006
    if (1006 == $post-&#38;gt;ID) {
        return &#38;#39;Enter your own value&#38;#39;;
    }
    else {
        return &#38;#39;Other&#38;#39;;
    }
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Change the word &#34;other&#34; in&#34;Enable &#34;other&#34; choice&#34; in Radio button opti"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-the-word-other-inenable-other-choice-in-radio-button-option#post-78246</link>
			<pubDate>Mon, 01 Oct 2012 01:23:20 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">78246@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can use the gform_other_choice_value filter to change the &#34;Other&#34; placeholder text:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_other_choice_value&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_other_choice_value&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;However, I believe that is only possible globally, not per form.  It might be possible to add some logic to the function to change it conditionally, based on what form is being displayed, but I haven't seen anyone do that yet.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>phest on "Change the word &#34;other&#34; in&#34;Enable &#34;other&#34; choice&#34; in Radio button opti"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-the-word-other-inenable-other-choice-in-radio-button-option#post-78177</link>
			<pubDate>Sun, 30 Sep 2012 15:16:54 +0000</pubDate>
			<dc:creator>phest</dc:creator>
			<guid isPermaLink="false">78177@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I would also like to edit the &#34;other&#34; text. I don't want to do it globally, but per form. Looking forward to your response.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>reazbuet99 on "Change the word &#34;other&#34; in&#34;Enable &#34;other&#34; choice&#34; in Radio button opti"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-the-word-other-inenable-other-choice-in-radio-button-option#post-76539</link>
			<pubDate>Thu, 20 Sep 2012 11:18:28 +0000</pubDate>
			<dc:creator>reazbuet99</dc:creator>
			<guid isPermaLink="false">76539@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I want to use custom level (especially to match foreign language) for the the word &#34;other&#34; in &#34;Enable &#34;other&#34; choice&#34; in Radio button option. Is there any way to do that?&#60;/p&#62;
&#60;p&#62;My 2nd problem is I am using &#34;gf_list_5col&#34; CSS style for the 3rd radio buttons in this site &#60;a href=&#34;http://gdm.hdrcrp.org/survey/&#34; rel=&#34;nofollow&#34;&#62;http://gdm.hdrcrp.org/survey/&#60;/a&#62; .But the &#34;other&#34; choice text box is showing below the radio button instead of the same row. Please help me to correct the issue.&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
