<?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: registration form still accessible, tried solutions but still does not work</title>
		<link>https://legacy.forums.gravityhelp.com/topic/registration-form-still-accessible-tried-solutions-but-still-does-not-work</link>
		<description>Gravity Support Forums Topic: registration form still accessible, tried solutions but still does not work</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:58:01 +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/registration-form-still-accessible-tried-solutions-but-still-does-not-work" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "registration form still accessible, tried solutions but still does not work"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/registration-form-still-accessible-tried-solutions-but-still-does-not-work#post-92671</link>
			<pubDate>Sun, 18 Nov 2012 17:43:15 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">92671@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I just tried again and it is requiring an Apache Basic Auth.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>grupoparada on "registration form still accessible, tried solutions but still does not work"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/registration-form-still-accessible-tried-solutions-but-still-does-not-work#post-92648</link>
			<pubDate>Sun, 18 Nov 2012 14:03:46 +0000</pubDate>
			<dc:creator>grupoparada</dc:creator>
			<guid isPermaLink="false">92648@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;any response!!!!&#60;/p&#62;
&#60;p&#62;I need quicker support, it has been 5 days and no response.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>grupoparada on "registration form still accessible, tried solutions but still does not work"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/registration-form-still-accessible-tried-solutions-but-still-does-not-work#post-90835</link>
			<pubDate>Tue, 13 Nov 2012 18:20:41 +0000</pubDate>
			<dc:creator>grupoparada</dc:creator>
			<guid isPermaLink="false">90835@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is the code I added in the functions page (where the id # is the one for my form):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//add the pre_render filter for form id = 5
add_action(&#38;quot;gform_pre_render_5&#38;quot;, &#38;quot;redirect_logged_in_user&#38;quot;);
function redirect_logged_in_user()
{
    if (is_user_logged_in())
    {
        echo &#38;#39;&#38;lt;script language=&#38;quot;javascript&#38;quot;&#38;gt;location.href=&#38;quot;http://www.portadallc.com&#38;quot;&#38;lt;/script&#38;gt;&#38;#39;;
    }
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I added the function again, so that you can check what error shows.&#60;/p&#62;
&#60;p&#62;Sign Up&#60;br /&#62;
Oops! We could not locate your form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "registration form still accessible, tried solutions but still does not work"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/registration-form-still-accessible-tried-solutions-but-still-does-not-work#post-89915</link>
			<pubDate>Mon, 12 Nov 2012 00:00:37 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">89915@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;At this point, I can't test, because the form will appear whether I am logged in or not.  I see the page now is visible to me at least.&#60;/p&#62;
&#60;p&#62;If the code Dana provided works fine with the visitor is logged in, but the form will not show when they are NOT logged in, then something is misconfigured.  Either the code you pasted or something with the shortcode or the form number.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>grupoparada on "registration form still accessible, tried solutions but still does not work"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/registration-form-still-accessible-tried-solutions-but-still-does-not-work#post-89671</link>
			<pubDate>Sat, 10 Nov 2012 16:45:54 +0000</pubDate>
			<dc:creator>grupoparada</dc:creator>
			<guid isPermaLink="false">89671@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I removed the restriction.  Please try again.&#60;/p&#62;
&#60;p&#62;Notice that the form is visible at the moment, I removed the code from Dana in functions.php
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "registration form still accessible, tried solutions but still does not work"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/registration-form-still-accessible-tried-solutions-but-still-does-not-work#post-89651</link>
			<pubDate>Sat, 10 Nov 2012 14:16:52 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">89651@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I tried that URL but there is an apache basic auth dialog in the way.  Please make the form accessible where we can see it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>grupoparada on "registration form still accessible, tried solutions but still does not work"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/registration-form-still-accessible-tried-solutions-but-still-does-not-work#post-89635</link>
			<pubDate>Sat, 10 Nov 2012 13:25:53 +0000</pubDate>
			<dc:creator>grupoparada</dc:creator>
			<guid isPermaLink="false">89635@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is the form:  &#60;a href=&#34;http://www.portadallc.com/signup/&#34; rel=&#34;nofollow&#34;&#62;http://www.portadallc.com/signup/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;When i added to code from Dana, the form does not show when the user is logged in, and redirects to another page.  The problem is that if the user is not logged in, the registration form does not show up.  That mean that anyone who wants to register won't be able to do it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "registration form still accessible, tried solutions but still does not work"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/registration-form-still-accessible-tried-solutions-but-still-does-not-work#post-89125</link>
			<pubDate>Fri, 09 Nov 2012 05:30:49 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">89125@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you post a link to the page on your site where we can see this form?&#60;/p&#62;
&#60;p&#62;What happened when you tried the code that Dana provided in the page you linked to?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>grupoparada on "registration form still accessible, tried solutions but still does not work"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/registration-form-still-accessible-tried-solutions-but-still-does-not-work#post-88999</link>
			<pubDate>Thu, 08 Nov 2012 22:46:43 +0000</pubDate>
			<dc:creator>grupoparada</dc:creator>
			<guid isPermaLink="false">88999@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have successfully created and linked a gform with the registration add-on, a user is created, and all the data from the fields are collected.&#60;/p&#62;
&#60;p&#62;The problem I have is that after the user logins to the site, the form still shows to the user.  It should only appear for visitors.&#60;/p&#62;
&#60;p&#62;I tried the solution from this post: &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/registration-form-still-accessible-to-logged-in-users&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/registration-form-still-accessible-to-logged-in-users&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;When I try to access the registration form after I log in to the site, it successfully redirects me to a designated URL I chose to.  The problem I have now is that the form disappeared if a user is not logged in ( visitors).&#60;/p&#62;
&#60;p&#62;This is the message that shows up in the page &#34;Oops! We could not locate your form.&#34;&#60;/p&#62;
&#60;p&#62;Help please!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
