<?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: How to filter text field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-filter-text-field</link>
		<description>Gravity Support Forums Topic: How to filter text field</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 07:38:59 +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/how-to-filter-text-field" rel="self" type="application/rss+xml" />

		<item>
			<title>roman.bwg on "How to filter text field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-filter-text-field#post-14306</link>
			<pubDate>Mon, 13 Dec 2010 14:22:53 +0000</pubDate>
			<dc:creator>roman.bwg</dc:creator>
			<guid isPermaLink="false">14306@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok I see thanks, will create 3 forms :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "How to filter text field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-filter-text-field#post-14302</link>
			<pubDate>Mon, 13 Dec 2010 13:46:32 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">14302@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The form field labels for simple fields such as a Text Field can't be filtered like this because they are already dynamic.  The values are what you enter in the database.  These filters aren't designed to be used for dynamic translations, you'd have to create language specific versions of your forms.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>roman.bwg on "How to filter text field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-filter-text-field#post-14240</link>
			<pubDate>Sun, 12 Dec 2010 03:46:23 +0000</pubDate>
			<dc:creator>roman.bwg</dc:creator>
			<guid isPermaLink="false">14240@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi it's a verry nice plugin !&#60;/p&#62;
&#60;p&#62;I have looked the forum, found this : &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_submit_button&#38;quot;, &#38;quot;form_submit_button&#38;quot;);
function form_submit_button($button){
    return &#38;quot;&#38;lt;input type=&#38;#39;submit&#38;#39; value=&#38;#39;My new button&#38;#39; /&#38;gt;&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_name_first&#38;quot;, change_first_name);

function change_first_name($sublabel){

   return &#38;quot;Voorname&#38;quot;;

}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Following is the list of all available sub-label filters:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;gform_address_street
gform_address_street2
gform_address_city
gform_address_state
gform_address_country

gform_name_prefix
gform_name_first
gform_name_last
gform_name_suffix&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;----------&#60;/p&#62;
&#60;p&#62;But if I have a text field which the label name is Money, for example and I wanted to translate it in French (Argent), how would I do it ? Because the text input field Money is not a basic field as name_prefix...&#60;/p&#62;
&#60;p&#62;Have a nice day !
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
