- This topic has 42 replies, 29 voices, and was last updated 1 year, 2 months ago by
Toto A.
-
AuthorPosts
-
October 26, 2018 at 7:08 am #20490
Yossy P Setiadi
ParticipantHi,
So I’d like here to summarize working method to remove all the gravityforms nag.
1. Install the plugin, but don’t activate it.. yet.
2. Add this code to your ‘functions.php’ (better if using child-theme)function remove_gravity_forms_nag() { update_option( 'rg_gforms_message', '' ); remove_action( 'after_plugin_row_gravityforms/gravityforms.php', array( 'GFForms', 'plugin_row' ) ); } add_action( 'admin_init', 'remove_gravity_forms_nag' );3. Edit file ‘gravityforms.php’ (root of the plugin file) on line 1763 as per-version 2.3.5, and change the code below:
echo '</tr><tr class="plugin-update-tr"><td colspan="3" class="plugin-update">' . $new_version . sprintf( esc_html__( '%sRegister%s your copy of Gravity Forms to receive access to automatic upgrades and support. Need a license key? %sPurchase one now%s.', 'gravityforms' ), '', '', '', '' ) . '</td>';to this (basicly just delete everything between quotes) :
echo ' ';4. Activate the plugin
5. Just click “Next” on the license activation page (Don’t Input Any License Key) and check “I understand the risks” and continue to click “Next” until you set “currency”.
6. Done!Hope it helps.. ‘cos it works for me.. huehuehue..
October 6, 2019 at 8:53 pm #21760Anonymous
InactiveGravity Forms not allowing me to create new forms =(
October 19, 2020 at 4:12 pm #22720HappyC
ParticipantCan’t create anything because of the “Insert Key” page!
Please help me!
June 6, 2022 at 1:22 pm #24022Sithembile Mdletshe
ParticipantThank you Krishna Chaitanya. Your method worked perfectly!
-
This reply was modified 3 years, 12 months ago by
Sithembile Mdletshe.
July 4, 2022 at 9:02 am #240597h3h
KeymasterThank you guys for sharing these instructions in the forums. It should help a lot of fellow GPLDLers to get Gravity Forms to work! Highly appreciated!
February 20, 2023 at 7:00 pm #24971Corey Creech
ParticipantGoing to revive this since I can’t seem to get past the nag screen. I tried the above. Anyone know if this is working on 2.7.1 or even 2.6.x? Thanks in advance!
March 12, 2023 at 9:33 am #24990Dylano moerenhout
MemberWith the new pop-up when your in the dashboard its very simple. Ignore them asking for a license key and click on the arrow left-under your screen. Fill a random email address in and you are trough :). now you can continue setup.
June 7, 2023 at 7:11 pm #25088Travis Hatcher
Participantdont see any ability to activate or a key
June 15, 2023 at 4:21 pm #25097Travis Hatcher
ParticipantThis doesnt work
September 4, 2023 at 1:18 pm #25174Calle Qvist
MemberThanks @Dylano
It worked great! :-)
Cheers!
November 22, 2023 at 4:31 pm #25225workshop22
ParticipantHopefully, this helps those who are still trying to get this to work. I found this file:
/wp-content/plugins/gravityforms/includes/setup-wizard/endpoints/class-gf-setup-wizard-endpoint-validate-license.phpand changed this:
line 49: $is_valid = $info->can_be_used();
to
line 49: $is_valid = true;Then put anything in the license key area and it will be valid.
February 25, 2025 at 1:54 pm #26359Jorge Sandoval
ParticipantThanks! this works perfectly!
March 13, 2025 at 9:23 pm #26375Toto A
Participant@workshop22 Bless you bro <33
Btw: Don’t put spaces in the random license key and it’ll work
-
This reply was modified 1 year, 2 months ago by
Toto A.
-
This reply was modified 3 years, 12 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.

