<?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: Localizing the email Advanced Field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/localizing-the-email-advanced-field</link>
		<description>Gravity Support Forums Topic: Localizing the email Advanced Field</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 03:03:27 +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/localizing-the-email-advanced-field" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Localizing the email Advanced Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/localizing-the-email-advanced-field#post-22396</link>
			<pubDate>Mon, 04 Apr 2011 11:33:06 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">22396@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, it is similar to the WP Codex.  All filters/hooks are listed and described.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Idealien on "Localizing the email Advanced Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/localizing-the-email-advanced-field#post-22394</link>
			<pubDate>Mon, 04 Apr 2011 11:29:37 +0000</pubDate>
			<dc:creator>Idealien</dc:creator>
			<guid isPermaLink="false">22394@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Trying to find same filter / hook for the File and Caption fields on post image field type.&#60;/p&#62;
&#60;p&#62;Is the updated documentation you mention for the now released 1.5 going to be something close(r) to the WP Codex where all functions, filters, hooks, etc are listed and described?&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Update&#60;/strong&#62;&#60;br /&#62;
Very much so - &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_postimage_file&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_postimage_file&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Great job guys!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Localizing the email Advanced Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/localizing-the-email-advanced-field#post-20293</link>
			<pubDate>Wed, 09 Mar 2011 18:52:27 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">20293@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;They will be in when the final 1.5 version is released very soon.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jean-Francois Arseneault on "Localizing the email Advanced Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/localizing-the-email-advanced-field#post-20292</link>
			<pubDate>Wed, 09 Mar 2011 18:43:14 +0000</pubDate>
			<dc:creator>Jean-Francois Arseneault</dc:creator>
			<guid isPermaLink="false">20292@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Super, thanks! Are all these filter documented somewhere, by any chance? I've seen a list in another post, but don't recall seeing these filters.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Localizing the email Advanced Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/localizing-the-email-advanced-field#post-20276</link>
			<pubDate>Wed, 09 Mar 2011 16:50:31 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">20276@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;By creating a language translation of the POT file that is in the /languages folder for the appropriate language.&#60;/p&#62;
&#60;p&#62;They can also be changed individually using filters if you don't want to mess with a PO translation.&#60;/p&#62;
&#60;p&#62;The filters are:&#60;/p&#62;
&#60;p&#62;gform_email&#60;br /&#62;
gform_email_confirm&#60;/p&#62;
&#60;p&#62;An example of how to use one is:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
add_filter(&#38;quot;gform_email&#38;quot;, &#38;quot;change_email&#38;quot;, 10, 2);
function change_email($label, $form_id){
return &#38;quot;My Custom Sublabel&#38;quot;;
}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This code would go in your themes functions.php file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jean-Francois Arseneault on "Localizing the email Advanced Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/localizing-the-email-advanced-field#post-20270</link>
			<pubDate>Wed, 09 Mar 2011 16:27:43 +0000</pubDate>
			<dc:creator>Jean-Francois Arseneault</dc:creator>
			<guid isPermaLink="false">20270@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How can I localize the 'Enter email' and 'Confirm email' descriptions below each field for the email Advanced Field?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
