<?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: Register only when paid</title>
		<link>https://legacy.forums.gravityhelp.com/topic/register-only-when-paid</link>
		<description>Gravity Support Forums Topic: Register only when paid</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 21:31:12 +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/register-only-when-paid" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Register only when paid"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/register-only-when-paid#post-42599</link>
			<pubDate>Wed, 30 Nov 2011 18:13:30 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">42599@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You integrate Gravity Forms with the User Registration Add-On and the Paypal Add-On to accomplish this.&#60;/p&#62;
&#60;p&#62;- Create your form that contains both the user registration related fields and the pricing fields for the purchase.&#60;/p&#62;
&#60;p&#62;- Use the User Registration Add-On to create a PayPal Feed for that form that creates the user based on the settings you configure.&#60;/p&#62;
&#60;p&#62;- Use the PayPal Add-On to create a PayPal Feed for that form that integrates with PayPal.  If you created a User Registration Feed then additional User Registration related options will appear in the PayPal Feed settings.  Those options include when to create the user (after payment is received) and if it is a subscription, what to do when the subscription is canceled.&#60;/p&#62;
&#60;p&#62;So you setup the User Registration integration first, then when you setup the PayPal integration you will see User Registration related settings that you can configure.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cathyh on "Register only when paid"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/register-only-when-paid#post-42563</link>
			<pubDate>Wed, 30 Nov 2011 11:43:02 +0000</pubDate>
			<dc:creator>cathyh</dc:creator>
			<guid isPermaLink="false">42563@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can I ask how you configured the PayPal Form (Transaction Settings) to create the user automatically?  I don't see an option for this even though the documentation seems to indicate that there is one. &#60;/p&#62;
&#60;p&#62;Sorry to be asking a question and not being able to help directly but I hope that you've had success solving your issue.&#60;/p&#62;
&#60;p&#62;[UPDATE]&#60;br /&#62;
I answered my own question in this thread, &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/register-user-only-when-a-payment-is-received&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/register-user-only-when-a-payment-is-received&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Miramedia on "Register only when paid"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/register-only-when-paid#post-42104</link>
			<pubDate>Thu, 24 Nov 2011 09:57:36 +0000</pubDate>
			<dc:creator>Miramedia</dc:creator>
			<guid isPermaLink="false">42104@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/User_Registration_Add-On&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/User_Registration_Add-On&#60;/a&#62;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;PayPal Integration

The User Registration Add-On integrates with the Gravity Forms PayPal Add-On to provide the following options:

Register user only when a payment is received.
When this option is enabled, the user will not be registered until the PayPal payment has been received.&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Could you point me to how I need to set this?&#60;br /&#62;
I have PP and UserReg add-ons enabled. It is a network install (subdomain).&#60;/p&#62;
&#60;p&#62;The form asks for username, name, prefix. The new user and blog are created before PP payment is taken. I can't find the option to delay this.&#60;/p&#62;
&#60;p&#62;Also I have tried to add my own validation:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;gform_validation&#38;#39;, &#38;#39;my_signup_check&#38;#39;);
function my_signup_check($validation_result){
  $forceerror = true;
  if( $forceerror ){
    $invalid = true;
    foreach($validation_result[&#38;#39;form&#38;#39;][&#38;#39;fields&#38;#39;] as &#38;amp;$field){
      if($field[&#38;#39;id&#38;#39;] == &#38;#39;9_3&#38;#39;){
        $field[&#38;#39;failed_validation&#38;#39;]  = true;
        $field[&#38;#39;validation_message&#38;#39;] = &#38;#39;** THIS IS A FORCED ERROR **&#38;#39;;
        break;
      }
    }
  }
  if( $invalid ) $validation_result[&#38;#39;is_valid&#38;#39;] = false;
  return $validation_result;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I can see that it runs, but it doesn't actually stop the form from submitting.&#60;/p&#62;
&#60;p&#62;It is tricky to write up any non-trivial issue description in these text boxes.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
