Gravity Forms External Data Fields
Gravity Forms enhancements for Bellevue College
by Bellevue College Integration Team · github.com/bellevuecollege/gravityforms-external-data-fields · website
★ 3stars
3forks
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/bellevuecollege/gravityforms-external-data-fields/archive/refs/heads/trunk.zipDeclares an update source (bellevuecollege/gravityforms-external-data-fields), so updates arrive through the plugin's own updater.
From the readme
Gravity Forms External Data Fields Plugin
This plugin is used by authenticated forms that pre-populate field data. It connects to our DataAPI to provide student or employee information for the logged in user.
Requirements
+ PHP 5.5 or PHP 7.x
+ WordPress 4.75, 4.98
+ Gravity Forms
+ BC Data API
Configuration
Add Data API credentials (and any optional overrides) as constants in wp-config.php, above the line / That's all, stop editing! /.
Required
Optional overrides
| Constant | Default | Description |
|---|---|---|
| GFEDFRESTRICTATTR | allow | Restriction attribute used in the Gravity Forms shortcode |
| GFEDFRESTRICTFAILREDIRECTATTR | failureredirecturl | Shortcode attribute for redirect URL when restriction fails (same site, or any bellevuecollege.edu host/subdomain; uses wpsaferedirect) |
| GFEDFDEFAULTREDIRECTURL | "" | Default redirect URL if none is provided in the shortcode (same site, or any bellevuecollege.edu host/subdomain) |
| GFEDFDATAAPISTUBEMP | employee/%s | Employee endpoint path stub |
| GFEDFDATAAPISTUBSTU | student/%s | Student endpoint path stub |
| GFEDFDATAAPISTUBAUTH | auth/login | Auth/login endpoint path stub |
| GFEDFDATAAPITOKENOPTIONNAME
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.