<?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: Not registering user after Gravity Forms v1.6.4.5 Released</title>
		<link>https://legacy.forums.gravityhelp.com/topic/not-registering-user-after-gravity-forms-v1645-released</link>
		<description>Gravity Support Forums Topic: Not registering user after Gravity Forms v1.6.4.5 Released</description>
		<language>en-US</language>
		<pubDate>Thu, 23 Apr 2026 15:11:55 +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/not-registering-user-after-gravity-forms-v1645-released" rel="self" type="application/rss+xml" />

		<item>
			<title>Vayu on "Not registering user after Gravity Forms v1.6.4.5 Released"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/not-registering-user-after-gravity-forms-v1645-released#post-61900</link>
			<pubDate>Fri, 08 Jun 2012 04:52:11 +0000</pubDate>
			<dc:creator>Vayu</dc:creator>
			<guid isPermaLink="false">61900@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi.&#60;/p&#62;
&#60;p&#62;Okay, so I found the reason for this.  It is because I have a form where you have to tick a checkbox to accept term before you can register.  I had placed some HTML in the checkbox choice label/key.  I guess the gravityformsregistration ad-on has trouble with this.&#60;/p&#62;
&#60;p&#62;You can see what I mean here:&#60;br /&#62;
&#60;a href=&#34;https://skitch.com/vayu/89x1n/untitled-1-100-betingelser-rgb-8&#34; rel=&#34;nofollow&#34;&#62;https://skitch.com/vayu/89x1n/untitled-1-100-betingelser-rgb-8&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Cordially&#60;br /&#62;
Vayu
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Vayu on "Not registering user after Gravity Forms v1.6.4.5 Released"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/not-registering-user-after-gravity-forms-v1645-released#post-61758</link>
			<pubDate>Thu, 07 Jun 2012 09:04:08 +0000</pubDate>
			<dc:creator>Vayu</dc:creator>
			<guid isPermaLink="false">61758@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi.&#60;br /&#62;
I just updated to latest version of Gravity Forms and now it will not register new users on my site.&#60;/p&#62;
&#60;p&#62;I had a look in some of the code and it seems something goes wrong here in userregistration.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;// Hook into Gravity Forms
    public static function gf_create_user($entry, $form, $fulfilled = false) {

        // if the entry is marked as spam
        if(rgar($entry, &#38;#39;status&#38;#39;) == &#38;#39;spam&#38;#39;)
            return;

        $config = self::get_config($form[&#38;#39;id&#38;#39;]);
        $meta = rgar($config, &#38;#39;meta&#38;#39;);

        // if there is no registration feed or the registration condition is not met or the feed is not active, abandon ship
        if(!$config &#124;&#124; !self::registration_condition_met($form, $config, $entry) &#124;&#124; !$config[&#38;#39;is_active&#38;#39;])
            return;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The last return here is stopping and the ship is abandoned.&#60;br /&#62;
I found out about this because I am hooking into this action gform_user_registered, which is not being called anymore.&#60;/p&#62;
&#60;p&#62;Is it just me or is anyone else having this problem?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
