Security snapshot
Across the 17 field-helper-for-gravity-forms sites we've scanned, compared to the all-WordPress average.
Grade A 0%
Grade B 6%
Grade C 0%
Grade D 76%
Grade F 18%
Fail the header check (F)18%vs 82.6% avg
Leak usernames12%vs 38.5% avg
Expose a sensitive file0%vs 1.8% avg
Use HTTPS100%vs 96.1% avg
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 |
|---|---|---|---|
| a*t*a*p*.com | D | Sep 3, 2026 | |
| w*n*s*r*s*a*d*e*a*a*.com | D | Aug 27, 2026 | |
| w*n*s*r*s*a*d*i*e*t.com | D | Aug 27, 2026 | |
| t*m*i*b*r*.com | D | Aug 26, 2026 | |
| l*f*l*b*l*.com | F | Aug 25, 2026 | |
| s*e*i*g*o*.com | D | Aug 23, 2026 | |
| b*a*h*l*b*r*p*r*i*s.com | D | Aug 20, 2026 | |
| l*l*n*b*a*h*l*b.com | D | Aug 20, 2026 | |
| l*i*a*i*e*c*c*u*.com | D | Aug 20, 2026 | |
| l*a*e*s*i*l*n*.com | D | Aug 18, 2026 | |
| c*m*u*a.com | D | Jul 26, 2026 | |
| c*i*d*t*e*r*.com | D | Jul 23, 2026 | |
| p*t*r*b*z.com | D | Jul 23, 2026 | |
| d*g*v*c.com | D | Jul 22, 2026 | |
| c*a*l*f*l*n*c*n*d*.org | B | Jul 21, 2026 | |
| o*k*a*e*r*c*s*o*.com | F | Jul 16, 2026 | |
| e*a*s*r*e*.com (WP 6.9.4) | F | Jul 15, 2026 |
Page 1 of 1