Skip to content

Gravity Forms

Recipe for managing Gravity Forms and its add-ons.

Configuration

Extension

  • Label: Extension
  • Required: Yes
  • Type: Text
  • Helper Text: The plugin slug
  • Tooltip: 'gravityforms', 'gravityformsmailchimp', 'gravityformsgoogleanalytics' etc.

Source URL

  • Label: Source URL
  • Required: Yes
  • Type: URL
  • Placeholder: https://example.com
  • Helper Text: The URL of the WordPress site where the license is active.

License Key

  • Required: Yes
  • Type: Secret

Features

  • License Activation: Can activate licenses with the vendor

How to Obtain License Information

You'll need:

  1. Your Gravity Forms license key
  2. The specific plugin slug (e.g., 'gravityforms' for the main plugin, 'gravityformsmailchimp' for the MailChimp add-on)
  3. The WordPress site URL where you want to activate the license

Common slugs:

  • gravityforms - Main Gravity Forms plugin
  • gravityformsmailchimp - MailChimp add-on
  • gravityformsgoogleanalytics - Google Analytics add-on
  • And various other add-on slugs

Notes

  • Uses the Gravity API at https://gravityapi.com
  • Supports automatic license activation via API
  • License checking uses REST API: /wp-json/gravityapi/v1/licenses/{key}/check
  • Activation uses: /wp-json/gravityapi/v1/sites
  • Uses Basic Authentication with license key for activation
  • Fetches plugin information from the legacy API endpoint