Field Helper for Gravity Forms
Adds a settings page and REST API endpoint to retrieve human- and computer-friendly field names.
See field-helper-for-gravity-forms.brilliantplugins.info for more documentation.
Looking to import Gravity Forms entries from your WordPress website into FileMaker?
Create nearly any form with Gravity Formβs drag-and-drop interface, and use this plugin to quickly import that formβs entry data to your FileMaker solution via fmFlare.
Usage
- Create a Gravity Forms API key.
- On each form, go to the Field Helper settings tab and set the friendly names for the fields you need.
- Append
/jsonto Gravity Formsβ form- or entry-related endpoints to get JSON field data. - Retrieve all entries:
https://your-site.com/wp-json/gf/v2/entries/json/ - Retrieve a specific entry:
https://your-site.com/wp-json/gf/v2/entries//json/ - Retrieve all entries from a specific form:
https://your-site.com/wp-json/gf/v2/forms//json/ - Retrieve a specific entry from a specific form:
https://your-site.com/wp-json/gf/v2/forms//entries/ /json/
If you need to use the friendly field names in PHP (using the gform_after_submission hook, for instance), follow this example:
// Assuming $entry is a single form entry. // You can retrieve an entry by id using GFAPI::get_entry( $id ); $entry_with_friendly_names = GF_Field_Helper_Common::replace_field_names( $entry );
| Domain | Exposures | Headers | Last Checked |
|---|---|---|---|
| c*b*r*a*e.m*d*c*r*.mk (WP 7.0) | F | 2026-06-02 10:28:56 | |
| c*m*u*a.com | D | 2026-05-29 05:24:37 | |
| c*r*e*s.w*l*e*n*s*i*q*i*y.org (WP 6.9.1) | D | 2026-05-28 12:59:28 | |
| l*b*a*y.w*u.edu | D | 2026-05-27 11:18:42 | |
| c*i*d*t*e*r*.com | D | 2026-05-26 21:04:19 | |
| p*t*r*b*z.com | D | 2026-05-26 15:26:30 | |
| d*g*v*c.com | D | 2026-05-26 05:33:45 | |
| c*a*l*f*l*n*c*n*d*.org | B | 2026-05-24 16:28:45 | |
| o*k*a*e*r*c*s*o*.com | F | 2026-05-19 14:23:52 | |
| e*a*s*r*e*.com (WP 6.9.4) | F | 2026-05-18 22:29:13 | |
| t*m*i*b*r*.com | D | 2026-05-11 07:08:12 | |
| l*f*l*b*l*.com | F | 2026-05-10 10:05:31 | |
| s*e*i*g*o*.com | D | 2026-05-09 11:22:32 |
Page 1 of 1