<?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: Picking Theme from User Registration Form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/picking-theme-from-user-registration-form</link>
		<description>Gravity Support Forums Topic: Picking Theme from User Registration Form</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 02:51:08 +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/picking-theme-from-user-registration-form" rel="self" type="application/rss+xml" />

		<item>
			<title>southtowncreative on "Picking Theme from User Registration Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/picking-theme-from-user-registration-form#post-52627</link>
			<pubDate>Thu, 15 Mar 2012 22:42:39 +0000</pubDate>
			<dc:creator>southtowncreative</dc:creator>
			<guid isPermaLink="false">52627@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you both for your responses (sorry, I read these a while ago and am just now getting around to replying). &#60;/p&#62;
&#60;p&#62;David, I would love it if you or someone could help me walk through this step-by-step, I can edit PHP and have a tiny bit of experience writing PHP myself but definitely not my strong point. &#60;/p&#62;
&#60;p&#62;Carl - thank you for your response. I do know that Gravity Forms won't allow editing from the front-end, I have that part covered with another type of plugin, sorry, I may not have said that in my original post. &#60;/p&#62;
&#60;p&#62;Thank You both, I look forward to future responses. Thanks!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Picking Theme from User Registration Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/picking-theme-from-user-registration-form#post-51026</link>
			<pubDate>Thu, 01 Mar 2012 12:45:19 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">51026@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;As David said above, some of this is possible using the Gravity Forms and the User Registration Add-On, however it's not going to do everything you described out of the box.&#60;/p&#62;
&#60;p&#62;It can be used to register and create users, however it does not currently allow the user to select the theme associated with their new site.  It defaults to whatever the default theme for new sites on your multi-site network is setup to use.&#60;/p&#62;
&#60;p&#62;We do plan on adding the ability to select the theme in a future update to the User Registration Add-On.&#60;/p&#62;
&#60;p&#62;Beyond that... Gravity Forms isn't going to provide any features or functionality that would allow the user to completely manage the new site from the frontend.  Gravity Forms is only going to create the new user and create the new site, it has no involvement after that.  So you would need another solution for allowing them to then manage that new site from the frontend.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Carroll on "Picking Theme from User Registration Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/picking-theme-from-user-registration-form#post-50636</link>
			<pubDate>Mon, 27 Feb 2012 06:13:07 +0000</pubDate>
			<dc:creator>David Carroll</dc:creator>
			<guid isPermaLink="false">50636@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is very possible. However, it will require some basic knowledge of PHP, WordPress Codex, GravityForms API, and HTML / CSS.  &#60;/p&#62;
&#60;p&#62;&#60;strong&#62;GravityForms Online Docs to Review:&#60;/strong&#62;&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/User_Registration_Add-on_Developer_Docs&#34; rel=&#34;nofollow&#34;&#62;GravityForms User Registration API&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_user_registration_add_option_section&#34; rel=&#34;nofollow&#34;&#62;Adding Option Section to Gform User Registration&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_user_registration_add_option_group&#34; rel=&#34;nofollow&#34;&#62;Adding Option Group to Gform User Registration&#60;/a&#62;&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;&#60;strong&#62;WordPress Codex Docs to Review:&#60;/strong&#62;&#60;br /&#62;
The WordPress function &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/get_themes&#34; rel=&#34;nofollow&#34;&#62;get_themes()&#60;/a&#62; returns an array of themes each containing an array of the following theme attributes:&#60;/p&#62;
&#60;p&#62; - Name&#60;br /&#62;
 - Title&#60;br /&#62;
 - Description&#60;br /&#62;
 - Author&#60;br /&#62;
 - Author Name&#60;br /&#62;
 - Author URI&#60;br /&#62;
 - Version&#60;br /&#62;
 - Template&#60;br /&#62;
 - Stylesheet&#60;br /&#62;
 - Template Files&#60;br /&#62;
 - Stylesheet Files&#60;br /&#62;
 - Template Dir&#60;br /&#62;
 - Stylesheet Dir&#60;br /&#62;
 - Status&#60;br /&#62;
 - Screenshot&#60;br /&#62;
 - Tags&#60;br /&#62;
 - Theme Root&#60;br /&#62;
 - Theme Root URI&#60;/p&#62;
&#60;p&#62;By calling get_themes(), you'll be able to loop through the available themes to build out the HTML select box that would be loaded as a new option in the Gforms User Registration. &#60;/p&#62;
&#60;p&#62;Much of this code could reside in your theme functions.php file.&#60;/p&#62;
&#60;p&#62;As I was writing this response, I was thinking about prototyping something for you. Before I continue, how familiar are you with referencing and writing PHP on your own?  Do you need the step by step walk through?&#60;/p&#62;
&#60;p&#62;Best Regards,&#60;/p&#62;
&#60;p&#62;David Carroll
&#60;/p&#62;</description>
		</item>
		<item>
			<title>southtowncreative on "Picking Theme from User Registration Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/picking-theme-from-user-registration-form#post-50502</link>
			<pubDate>Sat, 25 Feb 2012 11:19:28 +0000</pubDate>
			<dc:creator>southtowncreative</dc:creator>
			<guid isPermaLink="false">50502@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am working on a site that will allow users to register, create their own site and then ONLY be able to access and edit their site from the front-end, never seeing the dashboard, etc. I will basically have a &#34;store&#34; of different themes they can choose from and I'd like the User Registration form to allow them to pick their theme from a list while registering and then that theme is automatically activated on their new site...is that possible?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
