<?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: GF User Registration + WPMU Pro Site Level selection</title>
		<link>https://legacy.forums.gravityhelp.com/topic/gf-user-registration-wpmu-pro-site-level-selection</link>
		<description>Gravity Support Forums Topic: GF User Registration + WPMU Pro Site Level selection</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 03:28:09 +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/gf-user-registration-wpmu-pro-site-level-selection" rel="self" type="application/rss+xml" />

		<item>
			<title>rl55 on "GF User Registration + WPMU Pro Site Level selection"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gf-user-registration-wpmu-pro-site-level-selection#post-58984</link>
			<pubDate>Tue, 15 May 2012 09:41:40 +0000</pubDate>
			<dc:creator>rl55</dc:creator>
			<guid isPermaLink="false">58984@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a related question about WPMU + GF user registration add-on.&#60;/p&#62;
&#60;p&#62;When a user registers using the GF reg form, all the meta data is added to usermeta table. However, I would like to accept user details + site setting details in one form (I know this could be different.. but well, I have my reasons why all this has to be on one form). &#60;/p&#62;
&#60;p&#62;Question - Is there a way to send part of data from one form for user registration (i.e. to $wpdb-&#38;gt;users, $wpdb-&#38;gt;usermeta) and the rest to wp_X_options table? &#60;/p&#62;
&#60;p&#62;X=blog_id of the subdomain.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dunskii on "GF User Registration + WPMU Pro Site Level selection"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gf-user-registration-wpmu-pro-site-level-selection#post-58964</link>
			<pubDate>Tue, 15 May 2012 08:06:00 +0000</pubDate>
			<dc:creator>dunskii</dc:creator>
			<guid isPermaLink="false">58964@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Cheers Hiranthi,&#60;br /&#62;
I'll let you know how it all goes.&#60;br /&#62;
D
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Hiranthi on "GF User Registration + WPMU Pro Site Level selection"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gf-user-registration-wpmu-pro-site-level-selection#post-57883</link>
			<pubDate>Sun, 06 May 2012 04:05:50 +0000</pubDate>
			<dc:creator>Hiranthi</dc:creator>
			<guid isPermaLink="false">57883@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would add a dropdown with the levels you have (fill it manually or use a filter to fill the field). Then hook into the &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Developer_Docs&#34; rel=&#34;nofollow&#34;&#62;form submission&#60;/a&#62; and perform the extend function inside the function you attach to a submission hook.&#60;br /&#62;
I guess I'd use the &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_pre_submission_filter&#34; rel=&#34;nofollow&#34;&#62;gform_pre_submission_filter&#60;/a&#62;, because that also gives you the option of adding info on the Pro Sites level into the notification.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dunskii on "GF User Registration + WPMU Pro Site Level selection"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gf-user-registration-wpmu-pro-site-level-selection#post-52952</link>
			<pubDate>Tue, 20 Mar 2012 08:05:20 +0000</pubDate>
			<dc:creator>dunskii</dc:creator>
			<guid isPermaLink="false">52952@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi all,&#60;br /&#62;
I am currently using the User registration add-on for my multisite signup. And using WPMU's Pro Sites to create different levels of membership.&#60;/p&#62;
&#60;p&#62;Does any one know of a way to enable a user to select a Pro site level on signup instead of using the default that you set in the Pro Site settings.&#60;/p&#62;
&#60;p&#62;I.E. Please select which membership type you would like.&#60;br /&#62;
Free - Bronze - Silver - Gold&#60;/p&#62;
&#60;p&#62;The following post touches on it but its wanting to integrate a different feature so though I'd ask. &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/creating-new-sites-in-a-network-after-taking-payment&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/creating-new-sites-in-a-network-after-taking-payment&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I've asked over at the WPMU forums and they have suggested looking at the extend function and get GF to trigger it, but honestly I am at a loss.&#60;/p&#62;
&#60;p&#62;Here's the function&#60;br /&#62;
function extend($blog_id, $extend, $gateway = false, $level = 1, $amount = false)&#60;/p&#62;
&#60;p&#62;I'm going through the docs and think this &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_user_registration_add_option_section&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_user_registration_add_option_section&#60;/a&#62; may help, but if anyone can steer me in the right direction that would be great.&#60;/p&#62;
&#60;p&#62;Thanks in advance,&#60;br /&#62;
D
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
