<?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: user registration - user already registered</title>
		<link>https://legacy.forums.gravityhelp.com/topic/user-registration-user-already-registered</link>
		<description>Gravity Support Forums Topic: user registration - user already registered</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Apr 2026 17:00:25 +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/user-registration-user-already-registered" rel="self" type="application/rss+xml" />

		<item>
			<title>David Smith on "user registration - user already registered"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-user-already-registered#post-34176</link>
			<pubDate>Thu, 01 Sep 2011 17:01:09 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">34176@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Twistystraws,&#60;/p&#62;
&#60;p&#62;I took a look and saw that you had:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
add_filter(&#38;#39;gform_user_registration_validation_message&#38;#39;, &#38;#39;add_login_link&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;instead of&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
add_filter(&#38;#39;gform_user_registration_validation_message&#38;#39;, &#38;#39;add_login_link&#38;#39;, 10, 2);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The 10 is the priority, defaults to 10. And the 2 is the number of variables you wish to pass to the function. In this case, we want to pass the $validation_message and $form variables, so &#34;2&#34;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>twistystraws on "user registration - user already registered"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-user-already-registered#post-34115</link>
			<pubDate>Thu, 01 Sep 2011 05:03:56 +0000</pubDate>
			<dc:creator>twistystraws</dc:creator>
			<guid isPermaLink="false">34115@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey David&#60;/p&#62;
&#60;p&#62;I'm not sure if a GF update has caused problems with this, but although I still get the login link in the warning, I get a missing argument warning at the head of the page, which breaks my theme layout; &#60;/p&#62;
&#60;p&#62;Warning: Missing argument 2 for add_login_link() in /wp-content/themes/theme/functions.php on line 19&#60;/p&#62;
&#60;p&#62;Any clues?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>twistystraws on "user registration - user already registered"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-user-already-registered#post-29150</link>
			<pubDate>Tue, 05 Jul 2011 14:50:13 +0000</pubDate>
			<dc:creator>twistystraws</dc:creator>
			<guid isPermaLink="false">29150@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Fantastic, thanks very much. You guys are the best.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "user registration - user already registered"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-user-already-registered#post-29147</link>
			<pubDate>Tue, 05 Jul 2011 14:10:30 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">29147@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Twistystraws,&#60;/p&#62;
&#60;p&#62;Here is a snippet to get you started:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastie.org/2168393&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/2168393&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Paste this in your theme's functions.php. If you'd like more information on the &#60;strong&#62;gform_user_registration_validation_message&#60;/strong&#62; filter, you can read about it here: &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_user_registration_validation_message&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_user_registration_validation_message&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "user registration - user already registered"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-user-already-registered#post-29127</link>
			<pubDate>Tue, 05 Jul 2011 12:30:09 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">29127@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have forwarded this request to our developer who handles the User Registration Add-On.  He is currently traveling but will respond when he gets a chance with a solution.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>twistystraws on "user registration - user already registered"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-user-already-registered#post-29101</link>
			<pubDate>Tue, 05 Jul 2011 07:16:34 +0000</pubDate>
			<dc:creator>twistystraws</dc:creator>
			<guid isPermaLink="false">29101@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a user registration form working, and am testing usability. If I try to register with an email address that is already registered, I get the appropriate warning message. Is it possible to include in that message a link to the login page?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
