<?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: How can User Registration Add-On Create MULTIPLE Blogs?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-can-user-registration-add-on-create-multiple-blogs</link>
		<description>Gravity Support Forums Topic: How can User Registration Add-On Create MULTIPLE Blogs?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 03:13:18 +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/how-can-user-registration-add-on-create-multiple-blogs" rel="self" type="application/rss+xml" />

		<item>
			<title>David Smith on "How can User Registration Add-On Create MULTIPLE Blogs?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-user-registration-add-on-create-multiple-blogs#post-61333</link>
			<pubDate>Mon, 04 Jun 2012 11:26:44 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">61333@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gravity Forms and most of it's Add-ons are full of hooks and filters to allow almost any modification of functionality. You could add your own validation using the gform_validation filter.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_validation&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_validation&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dan &amp; Jennifer on "How can User Registration Add-On Create MULTIPLE Blogs?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-user-registration-add-on-create-multiple-blogs#post-61331</link>
			<pubDate>Mon, 04 Jun 2012 11:23:54 +0000</pubDate>
			<dc:creator>Dan &amp; Jennifer</dc:creator>
			<guid isPermaLink="false">61331@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@David Smith - thanks!!&#60;/p&#62;
&#60;p&#62;The catch i think would be that there would be no pre-site-create error message if the info provided for &#34;2nd blog&#34; fails... so the whole submission can fail.&#60;/p&#62;
&#60;p&#62;my point i guess is that this probably isn't viable unless &#34;add multiple bogs&#34; is supported officially as part of GF. :-)&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Dan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "How can User Registration Add-On Create MULTIPLE Blogs?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-user-registration-add-on-create-multiple-blogs#post-61264</link>
			<pubDate>Sun, 03 Jun 2012 22:28:41 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">61264@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Dan,&#60;/p&#62;
&#60;p&#62;It is not possible out of the box; however, using the gform_user_registered hook you could create as many blogs for that user as you wanted manually.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_user_registered&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_user_registered&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Since the created user ID and all submitted entry data is passed to this hook, it wouldn't be difficult to aggregate the required data from the entry and call the wpmu_create_blog function manually. Here is a small snippet of how the User Registration uses this function:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
// create the new site!
        $blog_id = wpmu_create_blog($site_data[&#38;#39;domain&#38;#39;], $site_data[&#38;#39;path&#38;#39;], $site_data[&#38;#39;title&#38;#39;], $user_id , array( &#38;#39;public&#38;#39; =&#38;gt; 1 ), $current_site-&#38;gt;id);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Dan &amp; Jennifer on "How can User Registration Add-On Create MULTIPLE Blogs?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-user-registration-add-on-create-multiple-blogs#post-61220</link>
			<pubDate>Sun, 03 Jun 2012 10:52:59 +0000</pubDate>
			<dc:creator>Dan &amp; Jennifer</dc:creator>
			<guid isPermaLink="false">61220@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey David, &#60;/p&#62;
&#60;p&#62;Thanks for getting back to me, but I'm confused. Please feel free to correct me if I'm misunderstanding this, but it sounds like you're asking me to explain how the Gravity Forms User Reg module works, which was my question for the Gravity Forms team.&#60;/p&#62;
&#60;p&#62;Could you please forward this post to someone else on the RG team who is familiar with specifically how the User Reg module works and how to achieve the behavior I'm asking about, which is specifically creating blogs in multisite. :-)&#60;/p&#62;
&#60;p&#62;So to recap, my question is: what is the correct way to configure the Gravity Form with user reg module so that it can create Multiple Blogs, not just a single one. &#60;/p&#62;
&#60;p&#62;I've already got it configured to create a user and single blog, and that works with no problems.&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Dan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "How can User Registration Add-On Create MULTIPLE Blogs?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-user-registration-add-on-create-multiple-blogs#post-61140</link>
			<pubDate>Fri, 01 Jun 2012 12:37:34 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">61140@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would like to say yes, but I've never created a blog in multisite with the User Registration add-on, so I can't say yes or no until I've looked at how you've done it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dan &amp; Jennifer on "How can User Registration Add-On Create MULTIPLE Blogs?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-user-registration-add-on-create-multiple-blogs#post-61136</link>
			<pubDate>Fri, 01 Jun 2012 12:28:21 +0000</pubDate>
			<dc:creator>Dan &amp; Jennifer</dc:creator>
			<guid isPermaLink="false">61136@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey David, sure. &#60;/p&#62;
&#60;p&#62;But just to take a quick step back - could you confirm that it IS possible for a Gravity Form with User Reg module to create multiple blogs for that newly created user. :-)&#60;/p&#62;
&#60;p&#62;i've got it working great creating the user and his ONE new blog in the multisite already.&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Dan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "How can User Registration Add-On Create MULTIPLE Blogs?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-user-registration-add-on-create-multiple-blogs#post-61134</link>
			<pubDate>Fri, 01 Jun 2012 12:26:40 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">61134@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you explain more about how you've set up the creation of blogs within Gravity Forms User Registration Add-on?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dan &amp; Jennifer on "How can User Registration Add-On Create MULTIPLE Blogs?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-user-registration-add-on-create-multiple-blogs#post-61133</link>
			<pubDate>Fri, 01 Jun 2012 12:25:21 +0000</pubDate>
			<dc:creator>Dan &amp; Jennifer</dc:creator>
			<guid isPermaLink="false">61133@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi guys!&#60;/p&#62;
&#60;p&#62;We're going to offer multiple plans in the Gravity Form user registration form, for example:&#60;br /&#62;
- Plan A: 1 Blog&#60;br /&#62;
- Plan B: 2 blogs&#60;br /&#62;
- Plan C: 3 blogs&#60;/p&#62;
&#60;p&#62;We've already got GF User Reg add-on creating the login AND the initial blog for the user. &#60;/p&#62;
&#60;p&#62;But how can we have the same form prompt for - and create - multiple blogs for this user if he chooses that plan?&#60;/p&#62;
&#60;p&#62;I figure you could create fields &#34;blog name #2&#34; and &#34;blog URL #2&#34; - and conditionally display those only if Plan B is selected, right? &#60;/p&#62;
&#60;p&#62;But how can we have GF User Reg add-on create both of these blogs automatically upon submit?&#60;/p&#62;
&#60;p&#62;is it a matter of creating a second &#34;User Registration Form&#34; based on the same Gravity Form? Tried that, but once I have the first &#34;User Registration Form&#34; created, it won't let me created another one based on the same Gravity Form above, the drop-down is empty. &#60;/p&#62;
&#60;p&#62;SO looking to have both blogs created as part of the same initial registration process, not some after the fact upgrade thing. :-)&#60;/p&#62;
&#60;p&#62;Suggestions? &#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Dan
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
