<?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: Registering New User</title>
		<link>https://legacy.forums.gravityhelp.com/topic/registering-new-user</link>
		<description>Gravity Support Forums Topic: Registering New User</description>
		<language>en-US</language>
		<pubDate>Sat, 25 Apr 2026 00:35:38 +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/registering-new-user" rel="self" type="application/rss+xml" />

		<item>
			<title>crucedesign on "Registering New User"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/registering-new-user#post-5651</link>
			<pubDate>Thu, 20 May 2010 21:32:40 +0000</pubDate>
			<dc:creator>crucedesign</dc:creator>
			<guid isPermaLink="false">5651@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@net_mage I would still love to see that script!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>net_mage on "Registering New User"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/registering-new-user#post-3561</link>
			<pubDate>Tue, 23 Feb 2010 04:18:35 +0000</pubDate>
			<dc:creator>net_mage</dc:creator>
			<guid isPermaLink="false">3561@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I believe we are waiting the next release of GF for this.  My hack of a script doesn't do a great job of data validation like checking previous registered accounts and such.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Scott Hack on "Registering New User"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/registering-new-user#post-3524</link>
			<pubDate>Sun, 21 Feb 2010 23:38:17 +0000</pubDate>
			<dc:creator>Scott Hack</dc:creator>
			<guid isPermaLink="false">3524@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Any update on this?  I would like to do this as well...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tictok on "Registering New User"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/registering-new-user#post-2940</link>
			<pubDate>Mon, 25 Jan 2010 18:24:51 +0000</pubDate>
			<dc:creator>tictok</dc:creator>
			<guid isPermaLink="false">2940@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi net_mage and Carl H- &#60;/p&#62;
&#60;p&#62;Purchased Gravity forms yesterday and have to say is been a breeze setting up a fairly complex form with a few condition fields. Great stuff... well worth the $$. The same thing would probably have taken me a day or so with any of the other 'free' form plugins I've come across.&#60;/p&#62;
&#60;p&#62;Anyway, if possible, net_mage, I'd be really keen to take a look at your script for registering new users. Now my client has seen there new form page they would like for their users to be able so sign up for a newsletter using gravity forms. We currently use a WP plugin to manage the mailing list and create emails to send out. The plugin requires newsletter signups are new low-level registered members of my site. That's fine as we plan on integrating more community features in the future that could use the already existing user data. &#60;/p&#62;
&#60;p&#62;Obviously its already possible to export name and email data from Gravitiy Forms, but I'd also like someway for new users to also be able to sign up for a newsletter too directly from Gravitiy Forms (thus making them registered users of the site). I'm guessing I need away to to pass variables from Gravity Forms as mentioned above?&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Stef
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Registering New User"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/registering-new-user#post-2629</link>
			<pubDate>Tue, 12 Jan 2010 11:34:19 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">2629@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;To pass variables from a form to another page you would use a custom confirmation page redirect.&#60;/p&#62;
&#60;p&#62;Edit the form, go to Form Settings and select the Confirmation tab.  You would choose a redirect as the confirmation and then you can build a query string using the query string builder.  This will pass the data to this new confirmation page using query string parameters.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>net_mage on "Registering New User"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/registering-new-user#post-2619</link>
			<pubDate>Tue, 12 Jan 2010 02:16:49 +0000</pubDate>
			<dc:creator>net_mage</dc:creator>
			<guid isPermaLink="false">2619@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Okay I have the script together that will register a new user.  I would really like some help with passing variables from the form to another script.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>net_mage on "Registering New User"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/registering-new-user#post-2486</link>
			<pubDate>Wed, 06 Jan 2010 10:10:26 +0000</pubDate>
			<dc:creator>net_mage</dc:creator>
			<guid isPermaLink="false">2486@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I believe someone successfully was able to send variables to a new user registration script from GF.  Will anyone please share that script?  I would find it very useful.  Thank you.&#60;/p&#62;
&#60;p&#62;I would be happy to commission GF to create this extension.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
