Linux 软件免费装
Banner图

Field Helper for Gravity Forms

开发者 luminfire
macbookandrew
brilliantplugins
nickciske
daverydan
更新时间 2024年11月6日 05:07
PHP版本: 4.8 及以上
WordPress版本: 6.2.2
版权: GPLv3
版权网址: 版权信息

标签

forms database api Gravity Forms form entries FileMaker field names

下载

1.2.1 1.4.2 1.4.3 1.4.4 1.3.1 1.9.1 1.1.2 1.10.2 1.10.3 1.10.4 1.10.5 1.10.6 1.4.1 1.2.0 1.5.0 1.6.0 1.4.5 1.6.1 1.7.0 1.8.0 1.7.1 1.9.0 1.10.1 1.2.2 1.3.0 1.4.0 1.9.4 1.9.6 1.9.7 1.10.0 1.9.5 1.9.2 1.9.3

详情介绍:

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 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 );

安装:

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