Plugin info

Total downloads: 4,824
Active installs: 50
Total reviews: 1
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 8
Last updated: 11/5/2024 (419 days ago)
Added to WordPress: 7/1/2020 (5 years old)
Minimum WordPress version: 4.8
Tested up to WordPress version: 6.2.8
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 419 days ago • 1 reviews

28/100

Is Field Helper for Gravity Forms abandoned?

Possibly abandoned (last update 419 days ago).

Compatibility

Requires WordPress: 4.8
Tested up to: 6.2.8
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

FMPress Forms
Rating 5.0/5 (2 reviews)Active installs 50

Description

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 /json to 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 );

Installation

  1. Install and activate this plugin.
  2. Create friendly field names on the form settings page:
  3. Use the API endpoints to retrieve entries.
    • The standard entry data is untouched.
    • All named fields are added to a fields object in each entry object.

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

No changelog available