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.

Pay Pal Ad On Problem

  1. I've been able to make the pay pal work just fine on two other sites, won't work on this one for some reason.

    None of the data is communicated to the page we're redirected to pay pal.

    IPN is enabled.

    Any ideas of what else I should check?

    http://www.fbcgop.org/contribute/

    Thanks in advance.

    Posted 13 years ago on Thursday March 3, 2011 | Permalink
  2. It's hard to tell without seeing your form setup. If you can provide us a WordPress admin login for the site via our Contact Us form and reference this forum post we can take a look at your form setup and see what is going on.

    Posted 13 years ago on Thursday March 3, 2011 | Permalink
  3. The issue is you have additional code that is causing the form not to save and it's your code that is then redirecting to PayPal, Gravity Form isn't being called so the form isn't executed.

    On the Contribute page you had form code wrapped around the Gravity Form shortcode. See this screenshot:

    http://grab.by/9h3t

    When the submit button was clicked, it was this form action (not Gravity Forms) that was executed. So the form was never submitted and it wasn't Gravity Forms that redirected to PayPal, it was this code.

    That code shouldn't be there. It should simply look like this:

    http://grab.by/9h3D

    I updated the code and the form is submitting, the entry is saving and it is redirecting to PayPal and passing the correct values.

    Posted 13 years ago on Thursday March 3, 2011 | Permalink