License is not adding properly in WP

On my WP page, I added the WP license but when it shows up, its still the temp and will not accept my license. I did notice that the versions are not correct (2.6.8 vs 2.7.). Do I need to install the latest one?

Hi Gregory,
You can add the Gravity Forms license to your wp-config.php file to pre-populate your license key for new installations. Please add the following code to your wp-config.php file before installing Gravity Forms on a single site WP installation or creating new sites on a multisite install:

define( 'GF_LICENSE_KEY', 'YOUR-LICENSE-KEY-HERE' );

Alternatively, you can manually download and install the latest version (v2.7.3) of Gravity Forms from the official website.

Ref:

  1. https://docs.gravityforms.com/wp-config-options/#h-gf-license-key
  2. https://docs.gravityforms.com/gravityforms-change-log/

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.