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