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*a*l*f*l*n*c*n*d*.org | B | 2026-07-21 02:23:05 | |
| o*k*a*e*r*c*s*o*.com | F | 2026-07-16 05:11:27 | |
| e*a*s*r*e*.com (WP 6.9.4) | F | 2026-07-15 14:11:28 | |
| w*n*s*r*s*a*d*e*a*a*.com | D | 2026-07-08 22:24:52 | |
| w*n*s*r*s*a*d*i*e*t.com | D | 2026-07-08 22:24:52 | |
| t*m*i*b*r*.com | D | 2026-07-08 08:12:04 | |
| l*f*l*b*l*.com | F | 2026-07-07 09:52:54 | |
| s*e*i*g*o*.com | D | 2026-07-06 08:56:42 | |
| b*a*h*l*b*r*p*r*i*s.com | D | 2026-07-04 11:21:11 | |
| l*l*n*b*a*h*l*b.com | D | 2026-07-04 05:55:43 | |
| l*i*a*i*e*c*c*u*.com | D | 2026-07-04 03:44:14 | |
| l*a*e*s*i*l*n*.com | D | 2026-07-02 09:23:32 | |
| c*m*u*a.com | D | 2026-05-29 05:24:37 | |
| 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 |
Page 1 of 1