<?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: Trigger Registration for Existing GF Form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/trigger-registration-for-existing-gf-form</link>
		<description>Gravity Support Forums Topic: Trigger Registration for Existing GF Form</description>
		<language>en-US</language>
		<pubDate>Fri, 17 Apr 2026 01:21:46 +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/trigger-registration-for-existing-gf-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Trigger Registration for Existing GF Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/trigger-registration-for-existing-gf-form#post-87924</link>
			<pubDate>Tue, 06 Nov 2012 09:41:53 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">87924@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would need to code something yourself.  Gravity Forms works with the data that is submitted by a form, including user registration if you are using that add on.  At this point, Gravity Forms has nothing to do with those users, other than the fact that it stores their name and email address.&#60;/p&#62;
&#60;p&#62;You would write a single-use script which utilizes the wp_create_user function. &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/wp_create_user&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/wp_create_user&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Read all the information from the entries table that you need, and loop through the data, calling the wp_create_user function each time.&#60;/p&#62;
&#60;p&#62;You could use the &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/wp_insert_user&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/wp_insert_user&#60;/a&#62; function instead, but the process will be the same.  Your script will read all the entries which were collected by your form, and create user records from that data.  This is not Gravity Forms functionality but WordPress functionality.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>leapwise on "Trigger Registration for Existing GF Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/trigger-registration-for-existing-gf-form#post-87551</link>
			<pubDate>Mon, 05 Nov 2012 10:22:18 +0000</pubDate>
			<dc:creator>leapwise</dc:creator>
			<guid isPermaLink="false">87551@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've got hundreds of users in a GF form that I really need to get into the WP users backend. Is there ANY way I can setup something to trigger the registration action for existing records in a GF form? The form was not originally tied to a GF registration form, but now it is, but I have no way (at least that I can tell) to get all the user info into my WP user meta data.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
