Gravity Forms Webhook Field Mapper
WordPress plugin that maps Gravity Forms field IDs to field names in webhook data
by Mike Jackson with Claude · github.com/pmmikejackson/gravity-forms-webhook-field-mapper · website
★ 1stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/pmmikejackson/gravity-forms-webhook-field-mapper/archive/refs/heads/main.zipMaps Gravity Forms webhook data to use field names instead of field IDs.
Description
This plugin modifies the Gravity Forms webhook data to send field names along with the data instead of just numeric field IDs. This makes it much easier to work with the webhook data in external systems.
Features:
- Automatically converts field IDs to field names in webhook data
- Handles all Gravity Forms field types including complex fields (name, address, etc.)
- Preserves form metadata
- Compatible with Gravity Forms Webhooks Add-On
Installation
- Upload the plugin files to the
/wp-content/plugins/gravity-forms-webhook-field-mapperdirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the 'Plugins' screen in WordPress
- The plugin will automatically modify all Gravity Forms webhook requests
Requirements
- Gravity Forms plugin must be installed and activated
- Gravity Forms Webhooks Add-On (for webhook functionality)
Changelog
1.0.0
- Initial release