<?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: Allow user registration without email</title>
		<link>https://legacy.forums.gravityhelp.com/topic/allow-user-registration-without-email</link>
		<description>Gravity Support Forums Topic: Allow user registration without email</description>
		<language>en-US</language>
		<pubDate>Sat, 25 Apr 2026 04:10:18 +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/allow-user-registration-without-email" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Allow user registration without email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/allow-user-registration-without-email#post-109419</link>
			<pubDate>Thu, 27 Dec 2012 23:21:14 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">109419@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That's not a bad work around.  I'll leave the topic open in case anyone has any other suggestions.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>trestian on "Allow user registration without email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/allow-user-registration-without-email#post-109227</link>
			<pubDate>Thu, 27 Dec 2012 17:56:19 +0000</pubDate>
			<dc:creator>trestian</dc:creator>
			<guid isPermaLink="false">109227@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I figured out a work around.  I made the email field of the registration form visible to the admin only, checked off the &#34;allow field to be populated dynamically&#34; field, and set it to use a parameter called &#34;email.&#34; I then added the following code to functions.php to to use a random email address for each new user that is completely hidden from them:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_field_value_email&#38;quot;, &#38;quot;populate_email&#38;quot;);
function populate_email($value)
{
	return substr(str_shuffle(&#38;quot;0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ&#38;quot;), 0, 8) . &#38;#39;@domain.com&#38;#39;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;where &#34;@domain.com&#34; was the actual domain for the site I'm building.  This gets the job done.  If anyone has a better approach I'm open to it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>trestian on "Allow user registration without email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/allow-user-registration-without-email#post-109219</link>
			<pubDate>Thu, 27 Dec 2012 17:13:36 +0000</pubDate>
			<dc:creator>trestian</dc:creator>
			<guid isPermaLink="false">109219@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I'm building an anonymous site and would like for users to register without providing an email. I know that wp_create_user doesn't require an email address.  How can I use the Gravity Forms User Registration Add On without requiring that the user provide an email address?  I'm very comfortable modifying PHP code or creating a hook if that's what's required.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
