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.

after payment

  1. h253022
    Member

    Can I use Gravity forms with paypal to do the following...

    1. let customers select which product they want and count the total, then
    2. redirect to paypal to do transaction
    3. after confirmed the payment let customers to fill in the remain information.
    4. send a receipt to client

    Thanks!

    Posted 11 years ago on Thursday July 19, 2012 | Permalink
  2. David Peralty

    The payment processing has to happen at the end of your list, and not in the middle. Then it will work with Gravity Forms without issue.

    Posted 11 years ago on Thursday July 19, 2012 | Permalink
  3. Hello david,

    i have question,i have form and it taken to paypal sandbox ,after completing the payment it says the thanks message ,rather i need to check that the payment is success and i need to do some more actions after the payment is success.

    is their any way to do it, will form return any variable saying its success or unsucess like

    $payment_status='sucess';

    im using seperate template and im using do_shortcode() function.

    and how do i style the forms it dosent fit withing the page.

    Posted 11 years ago on Wednesday January 16, 2013 | Permalink
  4. Instead of the thank you text (text confirmation) you can use a Page or Redirect for confirmation, and on that page run whatever code you want to.

    In addition, there is a hook, gform_paypal_fulfillment http://www.gravityhelp.com/documentation/page/Gform_paypal_fulfillment which can be used to run code upon successful PayPal transaction.

    Please open a separate topic in the regular support forum for your CSS question: http://www.gravityhelp.com/forums/forum/gravity-forms#postform

    Posted 11 years ago on Wednesday January 16, 2013 | Permalink