Gravity Forms - Form Integrator
Gravity Forms Add-On based on the GF FeedAddOn codebase
by F / R / A / M / E / Creative · github.com/framecreative/gravityforms-form-integrator · website
★ 0stars
61composer installs
1forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/framecreative/gravityforms-form-integrator/archive/refs/heads/master.zipAlso on Packagist as framecreative/gravityforms-form-integrator:
composer require framecreative/gravityforms-form-integratorDeclares an update source (https://bitbucket.org/framecreative/gravityforms-form-integrator), so updates arrive through the plugin's own updater.
From the readme
Gravity Forms Form Integrator
An extension for the Gravity Forms WordPress plugin.
This extension provides an admin interface that allows the user to create 'feeds' that will asynchronously submit data from a gravity form submission to a 3rd party URL.
It is designed to 'mock' form submissions by POST-ing the data as a url encoded form request. The admin interface also provides a section where key/value data can be provided to send along with the request - this is to mock the inclusion of data in hidden fields, which is pretty common for services such as salesforce. There is the added benefit of these values never being exposed to the front-end user as well.
A single gravity forms submission can post to multiple external services by having multiple feeds, each of which can have it's own settings, selection of values to send etc
Installation
Manual WordPress plugin install
- ensure gravity forms is installed and active on your WordPress site
- download the latest release as a zip
- install the plugin using the WordPress admin
- activate and configure the feeds
Note: You will not recieve any updates as they are released when installing via this method
WordPress install via Gi