<?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: Add a Field to the Site Registration String?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/add-a-field-to-the-site-registration-string</link>
		<description>Gravity Support Forums Topic: Add a Field to the Site Registration String?</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:39:28 +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/add-a-field-to-the-site-registration-string" rel="self" type="application/rss+xml" />

		<item>
			<title>inmn on "Add a Field to the Site Registration String?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-a-field-to-the-site-registration-string#post-129029</link>
			<pubDate>Wed, 23 Jan 2013 00:56:30 +0000</pubDate>
			<dc:creator>inmn</dc:creator>
			<guid isPermaLink="false">129029@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Looks like this is after fact. So plugins that watch post array wouldnt work for that.&#60;/p&#62;
&#60;p&#62;But if i could find a way to use this afterblogs been made trigger to call the function, then maybe work? &#60;/p&#62;
&#60;p&#62;But this is beneficial for my Pro Sites plugin, so nice hook
&#60;/p&#62;</description>
		</item>
		<item>
			<title>inmn on "Add a Field to the Site Registration String?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-a-field-to-the-site-registration-string#post-127671</link>
			<pubDate>Mon, 21 Jan 2013 12:42:37 +0000</pubDate>
			<dc:creator>inmn</dc:creator>
			<guid isPermaLink="false">127671@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Alex&#60;/p&#62;
&#60;p&#62;I think it would be a beneficial feature of Gform; because there are plenty of registration-esque plugins out there that could then be used with yours
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "Add a Field to the Site Registration String?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-a-field-to-the-site-registration-string#post-124479</link>
			<pubDate>Thu, 17 Jan 2013 12:50:38 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">124479@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok. I get it. You basically are looking for a new &#34;section&#34; of field mapping for &#34;Site Meta&#34; that will allow you to map site meta to fields in your form. That makes sense, but unfortunately it is not something we currently support. I have made a note and will discuss this with the team to see if it is something can add in the future.&#60;br /&#62;
However, we do have a hook that you can use to manually add that site meta when the new site/bog is created. The following doc page explains how to use the hook and has an example to get you started.&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_site_created&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_site_created&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>inmn on "Add a Field to the Site Registration String?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-a-field-to-the-site-registration-string#post-124139</link>
			<pubDate>Thu, 17 Jan 2013 03:43:01 +0000</pubDate>
			<dc:creator>inmn</dc:creator>
			<guid isPermaLink="false">124139@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;check out this html from wp-signup.php&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;form id=&#38;quot;setupform&#38;quot; method=&#38;quot;post&#38;quot; action=&#38;quot;wp-signup.php&#38;quot;&#38;gt;
		&#38;lt;input type=&#38;quot;hidden&#38;quot; name=&#38;quot;stage&#38;quot; value=&#38;quot;gimmeanotherblog&#38;quot; /&#38;gt;
		&#38;lt;input type=&#38;#39;hidden&#38;#39; name=&#38;#39;signup_form_id&#38;#39; value=&#38;#39;220627718&#38;#39; /&#38;gt;&#38;lt;input type=&#38;quot;hidden&#38;quot; id=&#38;quot;_signup_form&#38;quot; name=&#38;quot;_signup_form&#38;quot; value=&#38;quot;354c0ab4be&#38;quot; /&#38;gt;		&#38;lt;label for=&#38;quot;blogname&#38;quot;&#38;gt;Site Domain:&#38;lt;/label&#38;gt;&#38;lt;input name=&#38;quot;blogname&#38;quot; type=&#38;quot;text&#38;quot; id=&#38;quot;blogname&#38;quot; value=&#38;quot;&#38;quot; maxlength=&#38;quot;60&#38;quot; /&#38;gt;&#38;lt;span class=&#38;quot;suffix_address&#38;quot;&#38;gt;.,....&#38;lt;/span&#38;gt;&#38;lt;br /&#38;gt;	&#38;lt;label for=&#38;quot;blog_title&#38;quot;&#38;gt;Site Title:&#38;lt;/label&#38;gt;
	&#38;lt;input name=&#38;quot;blog_title&#38;quot; type=&#38;quot;text&#38;quot; id=&#38;quot;blog_title&#38;quot; value=&#38;quot;&#38;quot; /&#38;gt;
	&#38;lt;div id=&#38;quot;privacy&#38;quot;&#38;gt;
        &#38;lt;p class=&#38;quot;privacy-intro&#38;quot;&#38;gt;
            &#38;lt;label for=&#38;quot;blog_public_on&#38;quot;&#38;gt;Privacy:&#38;lt;/label&#38;gt;
            Allow search engines to index this site.            &#38;lt;br style=&#38;quot;clear:both&#38;quot; /&#38;gt;
            &#38;lt;label class=&#38;quot;checkbox&#38;quot; for=&#38;quot;blog_public_on&#38;quot;&#38;gt;
                &#38;lt;input type=&#38;quot;radio&#38;quot; id=&#38;quot;blog_public_on&#38;quot; name=&#38;quot;blog_public&#38;quot; value=&#38;quot;1&#38;quot; checked=&#38;quot;checked&#38;quot; /&#38;gt;
                &#38;lt;strong&#38;gt;Yes&#38;lt;/strong&#38;gt;
            &#38;lt;/label&#38;gt;
            &#38;lt;label class=&#38;quot;checkbox&#38;quot; for=&#38;quot;blog_public_off&#38;quot;&#38;gt;
                &#38;lt;input type=&#38;quot;radio&#38;quot; id=&#38;quot;blog_public_off&#38;quot; name=&#38;quot;blog_public&#38;quot; value=&#38;quot;0&#38;quot;  /&#38;gt;
                &#38;lt;strong&#38;gt;No&#38;lt;/strong&#38;gt;
            &#38;lt;/label&#38;gt;
        &#38;lt;/p&#38;gt;
	&#38;lt;/div&#38;gt;

	&#38;lt;div id=&#38;quot;blog_template-selection&#38;quot;&#38;gt;
	&#38;lt;div class=&#38;quot;blog_template-option&#38;quot;&#38;gt;
		.......
				&#38;lt;input type=&#38;quot;radio&#38;quot; name=&#38;quot;blog_template&#38;quot; value=&#38;quot;4&#38;quot; style=&#38;quot;display: none&#38;quot; /&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>inmn on "Add a Field to the Site Registration String?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-a-field-to-the-site-registration-string#post-124136</link>
			<pubDate>Thu, 17 Jan 2013 03:40:36 +0000</pubDate>
			<dc:creator>inmn</dc:creator>
			<guid isPermaLink="false">124136@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Essentially, I have a blog template plugin. It attaches itself to the wp-register form, and has a field for a template number to be submitted in the blog meta array (from the register page) &#60;/p&#62;
&#60;p&#62;Otherwise it submits to the $_POST array in admin&#60;/p&#62;
&#60;p&#62;Then the plugin listens too the hook wpmu_new_blog , uses the meta / post value for the template # &#60;/p&#62;
&#60;p&#62;So Im simply trying to insert another field/value into the array.  Or however you guys do it.  Meta fields are for user creation, so they werent working for me (unless im doing something wrong)&#60;/p&#62;
&#60;p&#62;Instead im after some blog meta fields. So if i have things like this template plugin, or a plugin that allows people to set blog description on signup; etc; that I can attach it to part of the Gravity Form form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "Add a Field to the Site Registration String?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-a-field-to-the-site-registration-string#post-123558</link>
			<pubDate>Wed, 16 Jan 2013 13:14:19 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">123558@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am not sure exactly what you are trying to accomplish, but like you said, this Add-On is complex, so I wouldn't recommend changing any of the core files. However, if you try explaining again in more details what you are trying to do, we may have some ideas for you using a hook.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Add a Field to the Site Registration String?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-a-field-to-the-site-registration-string#post-123504</link>
			<pubDate>Wed, 16 Jan 2013 12:25:12 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">123504@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'll send this information to the development team and see if they have any suggestions for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>inmn on "Add a Field to the Site Registration String?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-a-field-to-the-site-registration-string#post-123126</link>
			<pubDate>Wed, 16 Jan 2013 02:38:44 +0000</pubDate>
			<dc:creator>inmn</dc:creator>
			<guid isPermaLink="false">123126@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am using a Blog Templates plugin, and it uses a value in the Post string/array. &#60;/p&#62;
&#60;p&#62;(similar to user meta)&#60;/p&#62;
&#60;p&#62;Instead this is site meta, how can I add this functionality? &#60;/p&#62;
&#60;p&#62;Since usermeta is already built into script, what if i used usermeta (1st) as the field containng this value, where can i add it to the userregistration.php file&#60;/p&#62;
&#60;p&#62;Btw, kudos, this script is pretty complex. You guys have some good preg replace logic in it that i was surprised to see :)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
