I want to set conditions to success page

I want to set conditions on gravity form user registration. to only create a user account if the redirected to success page only

Hi Caleb. The User Registration Add-On will create the user before processing the payment or confirmation, which is not what you want.

If you want to create the user only after completing payment and being redirected to a success page, I recommend creating the user programmatically at that point, when the success page is loaded. You can use WordPress functions for that, or you can trigger a Gravity Forms User Registration feed at that time.

If you are redirecting to the success page after processing a payment, and the payment gateway can send a Success webhook to your site, you could use the Gravity Flow Incoming Webhook step to process a User Registration feed upon a success notification from the payment gateway.

If you have any other questions or are trying to do something different, please let us know.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.