PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

PayPal Guest Checkout

  1. I noticed in one discussion on the PayPal add-on, a developer was able to direct a user to the "guest page" rather than having them go to the standard paypal page where they then choose. Does anyone know how this is done?

    "Customize the PayPal query to make the product names work better for my needs and also to direct those people without PayPal accounts to the "guest" page so they can enter their credit card info directly without having to find the link."

    http://www.gravityhelp.com/forums/topic/donations-subscriptions-feeds-and-notifications

    Posted 11 years ago on Friday August 17, 2012 | Permalink
  2. The gform_paypal_query filter will allow you to modify the information which is being sent to PayPal:
    http://www.gravityhelp.com/documentation/page/Gform_paypal_query

    If you know what PayPal needs to see to send the visitor to the Guest page, you can set that using this filter. Let us know if you need more help with that.

    The code you write will go in your theme's functions.php:
    http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F

    Posted 11 years ago on Friday August 17, 2012 | Permalink