<?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 add-on: domain whitelist/blacklist</title>
		<link>https://legacy.forums.gravityhelp.com/topic/user-registration-add-on-domain-whitelistblacklist</link>
		<description>Gravity Support Forums Topic: User Registration add-on: domain whitelist/blacklist</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:12:35 +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-add-on-domain-whitelistblacklist" rel="self" type="application/rss+xml" />

		<item>
			<title>transmyt on "User Registration add-on: domain whitelist/blacklist"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-add-on-domain-whitelistblacklist#post-36060</link>
			<pubDate>Fri, 23 Sep 2011 15:15:53 +0000</pubDate>
			<dc:creator>transmyt</dc:creator>
			<guid isPermaLink="false">36060@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Excellent.&#60;/p&#62;
&#60;p&#62;As always, thank you for sharing your time and expertise; it's much appreciated.&#60;/p&#62;
&#60;p&#62;Cheers.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "User Registration add-on: domain whitelist/blacklist"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-add-on-domain-whitelistblacklist#post-36053</link>
			<pubDate>Fri, 23 Sep 2011 15:06:22 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">36053@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would have to write a customization that implements custom validation to check the value of the email to determine if it is allowed or not.&#60;/p&#62;
&#60;p&#62;We have a tutorial on using the gform_validation hook which you can find here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Using_the_Gravity_Forms_%22gform_validation%22_Hook&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Using_the_Gravity_Forms_%22gform_validation%22_Hook&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you are using the User Registration Add-On this would change the hook you would need to use although you would implement it in similar fashion.  That hook would be:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_user_registration_validation&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_user_registration_validation&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If this type of customization isn't something you are capable of doing then you may need to hire a developer with Gravity Forms customization experience to implement it for you.  Here are some developers we can recommend:&#60;/p&#62;
&#60;p&#62;Ounce of Talent&#60;br /&#62;
&#60;a href=&#34;http://www.ounceoftalent.com&#34; rel=&#34;nofollow&#34;&#62;http://www.ounceoftalent.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Raquel Kohler&#60;br /&#62;
&#60;a href=&#34;mailto:raquelaraujokohler@gmail.com&#34;&#62;raquelaraujokohler@gmail.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;WebDevStudios&#60;br /&#62;
&#60;a href=&#34;http://www.webdevstudios.com&#34; rel=&#34;nofollow&#34;&#62;http://www.webdevstudios.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Scott Kingsley Clark&#60;br /&#62;
&#60;a href=&#34;http://scottkclark.com&#34; rel=&#34;nofollow&#34;&#62;http://scottkclark.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Out of those Raquel will probably have the best availability as she typically takes on smaller projects.&#60;/p&#62;
&#60;p&#62;There is a larger list of developers with Gravity Forms experience here (although I can't guarantee they all know what they are doing):&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wpcandy.com/pros/experienced/with-gravity-forms&#34; rel=&#34;nofollow&#34;&#62;http://wpcandy.com/pros/experienced/with-gravity-forms&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>transmyt on "User Registration add-on: domain whitelist/blacklist"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-add-on-domain-whitelistblacklist#post-36021</link>
			<pubDate>Fri, 23 Sep 2011 10:19:18 +0000</pubDate>
			<dc:creator>transmyt</dc:creator>
			<guid isPermaLink="false">36021@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey there,&#60;/p&#62;
&#60;p&#62;I'm working on a new social network aimed at a specific audience and they're asking for the ability to only allow certain email domains to register.&#60;/p&#62;
&#60;p&#62;The site is using BuddyPress for the social functionality and, while I've added two other plugins to attempt to solve this (&#34;buddypress-restrict-email-domains&#34; and &#34;user-domain-whitelist&#34;), they target their respective default registration pages only.&#60;/p&#62;
&#60;p&#62;So, given that your add-on populates both WordPress and BuddyPress, what type of custom function should I be looking to create? &#60;/p&#62;
&#60;p&#62;Thank you so much!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
