<?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: Replace BuddyPress registration with Gravity form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/replace-buddypress-registration-with-gravity-form</link>
		<description>Gravity Support Forums Topic: Replace BuddyPress registration with Gravity form</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:35:44 +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/replace-buddypress-registration-with-gravity-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Replace BuddyPress registration with Gravity form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/replace-buddypress-registration-with-gravity-form#post-39171</link>
			<pubDate>Thu, 27 Oct 2011 22:58:59 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">39171@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Oh yeah, forgot about the code in functions.php.  David Smith to the rescue!&#60;/p&#62;
&#60;p&#62;Glad you got that working tetsubo.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tetsubo on "Replace BuddyPress registration with Gravity form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/replace-buddypress-registration-with-gravity-form#post-39168</link>
			<pubDate>Thu, 27 Oct 2011 20:59:16 +0000</pubDate>
			<dc:creator>tetsubo</dc:creator>
			<guid isPermaLink="false">39168@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It works perfectly!  Thanks so much you guys - lifesaver (love the gravity forms, so didn't want to have to resort to a different plugin!). Making all of these things work together is definitely a learning process, and I couldn't manage to find the answer through searching. Thanks so much again for your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Replace BuddyPress registration with Gravity form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/replace-buddypress-registration-with-gravity-form#post-39139</link>
			<pubDate>Thu, 27 Oct 2011 15:47:41 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">39139@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Tetsubo,&#60;/p&#62;
&#60;p&#62;Try adding this to your theme's functions.php file: &#60;a href=&#34;http://pastie.org/2767118&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/2767118&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tetsubo on "Replace BuddyPress registration with Gravity form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/replace-buddypress-registration-with-gravity-form#post-39126</link>
			<pubDate>Thu, 27 Oct 2011 14:20:07 +0000</pubDate>
			<dc:creator>tetsubo</dc:creator>
			<guid isPermaLink="false">39126@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks so much!!  That got the form on the page perfectly. However, it doesn't seem to be sending any data. How did you get that part to work (or did it work seamlessly?)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Replace BuddyPress registration with Gravity form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/replace-buddypress-registration-with-gravity-form#post-39053</link>
			<pubDate>Wed, 26 Oct 2011 23:32:03 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">39053@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I replaced the code in registration/register.php in my child theme with a call to the registration form.&#60;/p&#62;
&#60;p&#62;This was done with an older version of the Gravity Forms User Registration add-on, before the ability to specify a custom registration page, and was also with BuddyPress 1.2.8, not 1.5.x.&#60;/p&#62;
&#60;p&#62;Here's the full code of my register.php in my BuddyPress child theme:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
&#38;lt;?php get_header(); ?&#38;gt;
&#38;lt;div id=&#38;quot;content&#38;quot;&#38;gt;
	&#38;lt;h1&#38;gt;Register&#38;lt;/h1&#38;gt;
	&#38;lt;div class=&#38;quot;postarea&#38;quot;&#38;gt;
	&#38;lt;?php gravity_form(10, false, true, false, null, false); ?&#38;gt;
	&#38;lt;/div&#38;gt;
&#38;lt;/div&#38;gt;
&#38;lt;?php get_sidebar(); ?&#38;gt;
&#38;lt;?php get_footer(); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Your template might be structured differently.  That's one way of doing it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tetsubo on "Replace BuddyPress registration with Gravity form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/replace-buddypress-registration-with-gravity-form#post-39040</link>
			<pubDate>Wed, 26 Oct 2011 21:18:33 +0000</pubDate>
			<dc:creator>tetsubo</dc:creator>
			<guid isPermaLink="false">39040@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have created a Gravity Form User Registration page with BuddyPress fields for a password protected site that requires admin approval of the account. It works fine using Gravity Form User Reg + Approve User plugins (I am logged in, can use the form, and it works as expected).&#60;/p&#62;
&#60;p&#62;I have BuddyPress installed on the site, and it seems to take over user registration. I'd like to use my gravity form instead (if I place the form on the Registration page, BuddyPress takes over with its default registration form). Does anyone know how to override registration so I can use WP/Gravity form instead?  I reckon someone does due to the BP features in this release. So far I've only seen people suggest other form plugins, and I'm happy with Gravity Forms (why I bought the developer license!)&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
