<?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: Conditional Registration Form Hangs</title>
		<link>https://legacy.forums.gravityhelp.com/topic/conditional-registration-form-hangs</link>
		<description>Gravity Support Forums Topic: Conditional Registration Form Hangs</description>
		<language>en-US</language>
		<pubDate>Fri, 17 Apr 2026 00:50:54 +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/conditional-registration-form-hangs" rel="self" type="application/rss+xml" />

		<item>
			<title>attorney on "Conditional Registration Form Hangs"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-registration-form-hangs#post-48119</link>
			<pubDate>Thu, 02 Feb 2012 02:07:42 +0000</pubDate>
			<dc:creator>attorney</dc:creator>
			<guid isPermaLink="false">48119@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I wonder how many users you have in the database and how it's relatively quick.. how do you guys manage to optimize performance as the usermeta table grows? With GF, it seems like a growing usermeta can be deadly to performance. As I said, with my users / usermeta up at 40,000, I'm seeing GravityForms crawl and also registration. Viewing posts, pages and other items are very fast.&#60;/p&#62;
&#60;p&#62;Any tips? Would be interested to see what you can find out by looking. Thank you for the great support here.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>attorney on "Conditional Registration Form Hangs"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-registration-form-hangs#post-48117</link>
			<pubDate>Thu, 02 Feb 2012 01:30:17 +0000</pubDate>
			<dc:creator>attorney</dc:creator>
			<guid isPermaLink="false">48117@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here is what I'm looking at... the insert into the wpusers and then wpmeta takes forever. Personally I don't understand the purpose of the wpmeta table at all. IMHO it's like a normalization 101 mistake but, then again, I'm just an amateur hack.&#60;/p&#62;
&#60;p&#62;mysql&#38;gt; show processlist;&#60;br /&#62;
+-------+-----------------+-------------------+-----------------+---------+------+--------+------------------------------------------------------------------------------------------------------+&#60;br /&#62;
&#124; Id    &#124; User            &#124; Host              &#124; db              &#124; Command &#124; Time &#124; State  &#124; Info                                                                                                 &#124;&#60;br /&#62;
+-------+-----------------+-------------------+-----------------+---------+------+--------+------------------------------------------------------------------------------------------------------+&#60;br /&#62;
&#124; 61316 &#124; mysite_myadmin &#124; localhost         &#124; mysite_mydb &#124; Query   &#124;    0 &#124; NULL   &#124; show processlist                                                                                     &#124;&#60;br /&#62;
&#124; 64110 &#124; mysite_myadmin &#124; 10.10.10.33:55782 &#124; mysite_mydb &#124; Sleep   &#124;    0 &#124;        &#124; NULL                                                                                                 &#124;&#60;br /&#62;
&#124; 64122 &#124; mysite_myadmin &#124; 10.10.10.33:55794 &#124; mysite_mydb &#124; Sleep   &#124;    0 &#124;        &#124; NULL                                                                                                 &#124;&#60;br /&#62;
&#124; 64228 &#124; mysite_myadmin &#124; 10.10.10.33:55917 &#124; mysite_mydb &#124; Query   &#124;   10 &#124; update &#124; INSERT INTO &#60;code&#62;wp_users&#60;/code&#62; (&#60;code&#62;user_pass&#60;/code&#62;,&#60;code&#62;user_email&#60;/code&#62;,&#60;code&#62;user_url&#60;/code&#62;,&#60;code&#62;user_nicename&#60;/code&#62;,&#60;code&#62;display_name&#60;/code&#62;,`user_reg &#124;&#60;br /&#62;
+-------+-----------------+-------------------+-----------------+---------+------+--------+------------------------------------------------------------------------------------------------------+&#60;br /&#62;
4 rows in set (0.00 sec)&#60;/p&#62;
&#60;p&#62;mysql&#38;gt; show processlist;&#60;br /&#62;
+-------+-----------------+-------------------+-----------------+---------+------+--------+------------------------------------------------------------------------------------------------+&#60;br /&#62;
&#124; Id    &#124; User            &#124; Host              &#124; db              &#124; Command &#124; Time &#124; State  &#124; Info                                                                                           &#124;&#60;br /&#62;
+-------+-----------------+-------------------+-----------------+---------+------+--------+------------------------------------------------------------------------------------------------+&#60;br /&#62;
&#124; 61316 &#124; mysite_myadmin &#124; localhost         &#124; mysite_mydb &#124; Query   &#124;    0 &#124; NULL   &#124; show processlist                                                                               &#124;&#60;br /&#62;
&#124; 64110 &#124; mysite_myadmin &#124; 10.10.10.33:55782 &#124; mysite_mydb &#124; Sleep   &#124;    0 &#124;        &#124; NULL                                                                                           &#124;&#60;br /&#62;
&#124; 64122 &#124; mysite_myadmin &#124; 10.10.10.33:55794 &#124; mysite_mydb &#124; Sleep   &#124;    0 &#124;        &#124; NULL                                                                                           &#124;&#60;br /&#62;
&#124; 64228 &#124; mysite_myadmin &#124; 10.10.10.33:55917 &#124; mysite_mydb &#124; Query   &#124;    0 &#124; update &#124; INSERT INTO &#60;code&#62;wp_usermeta&#60;/code&#62; (&#60;code&#62;user_id&#60;/code&#62;,&#60;code&#62;meta_key&#60;/code&#62;,&#60;code&#62;meta_value&#60;/code&#62;) VALUES ('44143','first_name','') &#124;&#60;br /&#62;
+-------+-----------------+-------------------+-----------------+---------+------+--------+------------------------------------------------------------------------------------------------+&#60;br /&#62;
4 rows in set (0.00 sec)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>attorney on "Conditional Registration Form Hangs"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-registration-form-hangs#post-48116</link>
			<pubDate>Thu, 02 Feb 2012 00:57:13 +0000</pubDate>
			<dc:creator>attorney</dc:creator>
			<guid isPermaLink="false">48116@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin - Thanks for the reply.  You can try it now. I ended up using a dropdown which isn't ideal but I may like it better.  I'll try the checkbox again. &#60;/p&#62;
&#60;p&#62;You can see the hanging behavior on the server. Even the back end is slow. We do have 40,000 members on our site. I don't know if Wordpress is the culprit. Our hardware is excellent, it is not taxed by current traffic and seems to respond slowly at times on the back end using Gravity Forms and especially now with registration. I have found that the redirect will eventually work but using the page redirect within Wordpress does not.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Conditional Registration Form Hangs"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-registration-form-hangs#post-47876</link>
			<pubDate>Tue, 31 Jan 2012 00:12:30 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">47876@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Tried your form in a couple of different browsers with no hang-ups or problems. Looks like both submissions completed successfully. Since you're form isn't currently set to redirect to another page I can't really test that.. Also, if you're redirecting a single page form to a new page for the confirmation, you really don't need to have Ajax enabled.&#60;/p&#62;
&#60;p&#62;Lastly, I'm not really sure what you mean by this..&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;and we have specifically not required a checkbox I agree due to some trouble I saw here earlier&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;The checkboxes work just fine for &#34;agree to terms&#34; type applications if you set them up right. If you need help with that, you can start a new topic and someone can assist you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>attorney on "Conditional Registration Form Hangs"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-registration-form-hangs#post-47871</link>
			<pubDate>Mon, 30 Jan 2012 23:34:26 +0000</pubDate>
			<dc:creator>attorney</dc:creator>
			<guid isPermaLink="false">47871@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Strange. I was told it is only hanging if you choose a redirect or another page, not if you choose to have a message appear, e.g. &#34;Thanks&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>attorney on "Conditional Registration Form Hangs"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-registration-form-hangs#post-47735</link>
			<pubDate>Mon, 30 Jan 2012 05:22:34 +0000</pubDate>
			<dc:creator>attorney</dc:creator>
			<guid isPermaLink="false">47735@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a form on our test site here: &#60;a href=&#34;http://m00.biz/iRMost&#34; rel=&#34;nofollow&#34;&#62;http://m00.biz/iRMost&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It uses a few conditionals, nothing too major, and we have specifically not required a checkbox I agree due to some trouble I saw here earlier. Unfortunately i cannot get this form to complete the submission and kick off to the next destination. It does register the user but it sits there with a spinning cursor indefinitely. Can't explain why.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
