https://github.com/ethanclevenger91/gravity-forms-payment-continue
Exposes the PayPal URL needed to complete Gravity Forms payments.
https://github.com/ethanclevenger91/gravity-forms-payment-continue
gravityforms wordpress wordpress-plugin
Last synced: 11 months ago
JSON representation
Exposes the PayPal URL needed to complete Gravity Forms payments.
- Host: GitHub
- URL: https://github.com/ethanclevenger91/gravity-forms-payment-continue
- Owner: ethanclevenger91
- Created: 2017-04-26T15:45:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-05-25T23:12:33.000Z (over 3 years ago)
- Last Synced: 2025-02-24T13:05:59.472Z (11 months ago)
- Topics: gravityforms, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://sternerstuffdesign.com/2017/04/adding-gravity-forms-paypal-continue-url/
- Size: 109 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gravity Forms Payment Continue #
**Contributors:** [eclev91](https://profiles.wordpress.org/eclev91), [travislopes](https://profiles.wordpress.org/travislopes)
**Tags:** gravity forms, paypal
**Requires at least:** 4.7.4
**Requires PHP:** 5.4
**Tested up to:** 5.0.2
**Stable tag:** 1.1.1
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
Exposes the PayPal URL needed to complete payments for PayPal-powered Gravity Forms.
## Description ##
Users not completing payment on your PayPal-powered Gravity Forms? This must-have plugin exposes the PayPal payment URL for an entry. Use it via the merge tag in your notification emails, and copy it directly from an entry for use everywhere else---drip campaigns, personal follow-ups, everywhere!
Features:
* Use the `{payment_url}` merge tag in your notifications and confirmations
* Grab the PayPal URL from the entry details page
## Installation ##
1. Upload the plugin to the `/wp-content/plugins/` directory or via Plugins -> Add New
2. Activate the plugin through the 'Plugins' menu in WordPress
## Frequently Asked Questions ##
### What about other payment gateways? ###
All other official Gravity Forms payment add-ons work on-site rather than off-site. Therefore, abandoned forms using these add-ons should be covered by the [Gravity Forms Partial Entries Add-On](http://www.gravityforms.com/add-ons/partial-entries/).
## Screenshots ##
1. Grab the URL from the entry details page
## Changelog ##
### 1.0 ###
* Launch!
### 1.1.0 ###
* Added entry meta so payment URL is available through [Gravity Forms REST API](https://www.gravityhelp.com/documentation/article/api-functions)
### 1.1.1 ###
* Bug: Fix fatal error when GF PayPal Add-On isn't installed
* Confirm WP 5.0 compatibility