<?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: This email address is already registered.</title>
		<link>https://legacy.forums.gravityhelp.com/topic/this-email-address-is-already-registered</link>
		<description>Gravity Support Forums Topic: This email address is already registered.</description>
		<language>en-US</language>
		<pubDate>Thu, 23 Apr 2026 01:54:33 +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/this-email-address-is-already-registered" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "This email address is already registered."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/this-email-address-is-already-registered#post-19230</link>
			<pubDate>Wed, 23 Feb 2011 12:31:29 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">19230@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What you want to change can only be done with custom code.  David provided a code snippet above of that custom code.  You would have to place that code in your themes functions.php file and it will change the text you wanted to change in the plugin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jacquesbez on "This email address is already registered."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/this-email-address-is-already-registered#post-19213</link>
			<pubDate>Wed, 23 Feb 2011 05:01:37 +0000</pubDate>
			<dc:creator>jacquesbez</dc:creator>
			<guid isPermaLink="false">19213@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;David&#60;/p&#62;
&#60;p&#62;Thank you, but I'm not that clever when it comes to coding...I've updates the UR Plugin on my site..&#60;/p&#62;
&#60;p&#62;Should it automatically allow me to change the text in the Plugin or do I need to ad your above code somewhere..If so where do I ad it
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "This email address is already registered."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/this-email-address-is-already-registered#post-19165</link>
			<pubDate>Tue, 22 Feb 2011 13:33:25 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">19165@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Jacques,&#60;/p&#62;
&#60;p&#62;I will send you a separate email with the update version of the add-on. Here is an example of how to use the hook we added to handle this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_user_registration_validation_message&#38;quot;, &#38;quot;update_validation_msgs&#38;quot;, 10, 2);
        function update_validation_msgs($message, $form){

            if($message == &#38;#39;This username is already registered&#38;#39;)
                $message = &#38;#39;We\&#38;#39;re sorry, this username is already registered. Try submitting with a different username.&#38;#39;;

            return $message;
        }&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>David Smith on "This email address is already registered."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/this-email-address-is-already-registered#post-19087</link>
			<pubDate>Mon, 21 Feb 2011 15:12:48 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">19087@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Jacques, currently there is no one to do this but we are reviewing the best method to support this. I will keep you posted.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jacquesbez on "This email address is already registered."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/this-email-address-is-already-registered#post-19082</link>
			<pubDate>Mon, 21 Feb 2011 13:37:33 +0000</pubDate>
			<dc:creator>jacquesbez</dc:creator>
			<guid isPermaLink="false">19082@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Where can I change this text &#34;This email address is already registered.&#34;&#60;/p&#62;
&#60;p&#62;It shows up when I use a form with the User Registration Add On. &#60;/p&#62;
&#60;p&#62;I want to change it to show other text
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
