Welcome to GPLDL - we are still beta - please report any bugs via the contact form.

GPLDLGPLDL
GPLDL
Download the most popular GPL licensed Premium WordPress Themes & Plugins and WooCommerce Extensions for FREE!
  • Blog
    • Blog Articles
    • Latest Updates & Additions
  • Repository
    • Full Repository
    • Premium WordPress Themes
    • Premium WordPress Plugins
    • Premium WooCommerce Extensions
    • Special Gifts for Premium Members
    • Tutorials
  • Forum
  • Free Membership
  • Donations
  • My GPLDL Account
  • Sign In
Menu back  

Gravity Forms Requesting Key

  • This topic has 42 replies, 29 voices, and was last updated 1 month, 3 weeks ago by Toto A.
Viewing 30 posts - 1 through 30 (of 43 total)
1 2 →
  • Author
    Posts
  • January 23, 2016 at 1:58 pm #16652
    Selena Nicacio
    Participant

    Hello,

    Gravity forms plugin does not let me access any feature. It is requesting a product key.

    Thank you!

    January 23, 2016 at 2:27 pm #16653
    7h3h
    Keymaster

    Enter anything you want!

    January 24, 2016 at 10:30 am #16658
    Selena Nicacio
    Participant

    Thank you!

    March 12, 2016 at 8:28 am #16860
    Ryan Brown
    Participant

    is it possible to hide the notice to purchase a license?

    Thanks

    March 12, 2016 at 8:29 am #16861
    Ryan Brown
    Participant

    I will donate $20 for a solution =)

    March 12, 2016 at 12:01 pm #16862
    7h3h
    Keymaster

    Have a look at Easy Updates Manager from the WordPress Repository at https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/

    July 29, 2016 at 11:46 am #17650
    jo jo
    Participant

    Hi Ryan, below is your solution!

    open file: gravityforms.php

    remove code from line 2175 to 2187 look like this

    
    public static function plugin_row( $plugin_name ) {
    		$key          = GFCommon::get_key();
    		$version_info = GFCommon::get_version_info();
    
    		if ( ! rgar( $version_info, 'is_valid_key' ) ) {
    
    			$plugin_name = 'gravityforms/gravityforms.php';
    
    			$new_version = version_compare( GFCommon::$version, $version_info['version'], '<' ) ? esc_html__( 'There is a new version of Gravity Forms available.', 'gravityforms' ) . ' <a class="thickbox" title="Gravity Forms" href="plugin-install.php?tab=plugin-information&plugin=gravityforms&TB_iframe=true&width=640&height=808">' . sprintf( esc_html__( 'View version %s Details', 'gravityforms' ), $version_info['version'] ) . '</a>. ' : '';
    
    			echo '</tr><tr class="plugin-update-tr"><td colspan="3" class="plugin-update"><div class="update-message">' . $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' ), '<a href="' . admin_url() . 'admin.php?page=gf_settings">', '</a>', '<a href="http://www.gravityforms.com">', '</a>' ) . '</div></td>';
    		}
    	}
    

    send your donation to [email protected].

    Thanks in advance! :)

    • This reply was modified 8 years, 9 months ago by jo jo.
    • This reply was modified 8 years, 9 months ago by jo jo.
    • This reply was modified 8 years, 9 months ago by jo jo.
    October 31, 2016 at 4:05 pm #18082
    terible person
    Participant

    anybody have a trick for removing the Nag for Purchase a License / Unlicensed Copy, seen on admin ‘forms’ pages?

    they are tricky about calling an image and loading it in a div without class so can’t hide via CSS and can’t find any reference to image or link in any of the php, I think they’re calling a ‘message’ from somewhere else just so the nag can’t be hidden easily.

    thanks

    December 2, 2016 at 9:31 am #18199
    Megan Bailey
    Participant

    ETA: Nevermind, found it and it is fixed. Thanks!

    I cannot find the code mentioned above . . .

    Can someone help with getting Gravity Forms to work?

    • This reply was modified 8 years, 5 months ago by Megan Bailey.
    December 12, 2016 at 2:47 pm #18228
    mohann lags
    Participant

    Have you found the solution to removing the nagging image of gravity forms to purchase a license?

    December 12, 2016 at 9:52 pm #18229
    terible person
    Participant

    try this CSS in your ADMIN css

    img[src=”https://gravityforms.s3.amazonaws.com/banners/gravity-forms-unregistered-2.png”%5D { display: none;}

    December 15, 2016 at 1:40 pm #18240
    mohann lags
    Participant

    I’ve tried to write this css in the admin.css of gravityforms but still the image is keep on showing. ;-(

    img[src=”https://gravityforms.s3.amazonaws.com/banners/gravity-forms-unregistered-2.png”] { display: none;}

    December 15, 2016 at 2:55 pm #18241
    mohann lags
    Participant

    ohh i got it working by writing it in locking.css! thanks terible!!

    February 22, 2017 at 4:22 pm #18644
    Alessio Me
    Participant

    Hello,

    @mohann
    lags: How you did it?

    I included
    “img[src=”https://gravityforms.s3.amazonaws.com/banners/gravity-forms-unregistered-2.png”] { display: none;}”
    in both admin.css and locking.css but the image is still visible.

    This code is very well done, because I cannot find it anywhere!!
    As terible person said “calling an image and loading it in a div without class so can’t hide via CSS and can’t find any reference to image or link in any of the php”, so if someone knows more please let me know!

    February 22, 2017 at 9:34 pm #18646
    Wasana James
    Participant

    try

    https://wordpress.org/plugins/wp-nag-hide/

    February 23, 2017 at 5:18 pm #18649
    Alessio Me
    Participant

    Hello,
    Thanks for the try but unfortunately doesn’t work. Even with the plugin that picture is still visible.

    Furthermore I was using another plugin that seems the same: WP Hide Plugin Updates and Warnings
    And doesn’t work…

    Any coding solution?

    February 23, 2017 at 10:16 pm #18650
    Wasana James
    Participant

    both options work for me, are you using a minifying or caching plugin and have you cleared your admin cache?

    I don’t get the annoying header nag, but get a reminder in the list of plugins but it is not annoying

    February 24, 2017 at 7:23 am #18651
    Alessio Me
    Participant

    I’m not using a minifying or caching plugin…
    The weird thing is that that header nag appears only on Internet Explorer.. on Firefox I don’t see it.
    How is this possible? All other notifications are hidden..

    February 24, 2017 at 8:12 am #18652
    Alessio Me
    Participant

    I just found (finally) the trick: simply remove this line from the files that you need:
    echo GFCommon::get_remote_message();

    I hope will help other guys ;)

    March 12, 2017 at 5:11 am #18699
    Rick Johnson
    Participant

    Hi guys,

    I tried everything from @terrible giving advice on adding “img[src=”https://gravityforms.s3.amazonaws.com/banners/gravity-forms-unregistered-2.png”] { display: none;}” code on ADMIN.CSS

    to

    @Alessio
    talking about removing “echo GFCommon::get_remote_message();” line from the the files.

    Nothing worked. Have you guys tried anything else?

    by the way I didn’t find “locking.css” anywhere?

    May 3, 2017 at 10:25 pm #18896
    tom gn
    Participant

    The code img[src="https://gravityforms.s3.amazonaws.com/banners/gravity-forms-unregistered-2.png"] { display: none;}

    is working, if you copy the code from posts above and paste, you will have problem with ” characters, make sure it correct, you can copy my code and paste

    I install this plugin https://wordpress.org/plugins/admin-css-mu/ then enter the css code above and eveything is ok

    Hope this help

    • This reply was modified 8 years ago by tom gn.
    • This reply was modified 8 years ago by tom gn.
    October 2, 2017 at 5:50 am #19337
    Vaishal Patel
    Participant

    It’s in db go to the “rg_gforms_message” remove code from “option_value”

    October 9, 2017 at 4:56 pm #19396
    Noah Baker
    Participant

    Here is the plugin which will remove Gravity Forms license notices from admin: https://wordpress.org/plugins/wpspring-remove-gravity-forms-license-notice/

    Works perfectly. No programming required.

    October 9, 2017 at 6:10 pm #19398
    jo jo
    Participant

    I tested on my website and this plugin does not work, the snag still there

    Note: it works on localhost, but does not work on live website (nginx web server)

    November 5, 2017 at 8:58 pm #19496
    Huxu Wu
    Participant

    I think the virus total is reporting a virus because there is one function named:

    $result = eval( “return {$formula};” );

    in the calculate function. The way it is used is fine, nothing harmful. Just make sure you are covered under a managed cloud hosting like WP Engine so they un-hack your site just in case!

    November 5, 2017 at 10:17 pm #19501
    Huxu Wu
    Participant

    Guys, go check out the newest thread! I figured it out. They saved the nag into your database.

    June 12, 2018 at 2:42 pm #20120
    Oscar Nunez
    Member

    Update to nag screen solutions with CSS:

    img[src=”https://gravityforms.s3.amazonaws.com/banners/gravity-forms-unregistered.svg”%5D{display:none;}

    June 16, 2018 at 10:45 am #20131
    Laurent Jade
    Participant

    Hello,

    1°) Install https://wordpress.org/plugins/admin-css-mu/ (thanks to tom gn)

    2°) In Admin CSS MU, add :

    img[src="https://gravityforms.s3.amazonaws.com/banners/gravity-forms-unregistered.svg"] {
    display: none;
    }

    ——————

    If you want to hide “Register…” on plugins page :

    1°) Open gravityforms.php (root of the plugin file)

    2°) Line 1766

    Change :

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

    By :

    echo '';

    ;)

    August 11, 2018 at 1:02 pm #20290
    Rene Knockaert
    Participant

    Hi Laurent,

    Working perfect, thank you!

    August 17, 2018 at 9:38 am #20297
    krishna chaitanya
    Participant

    Reply
    Hi,​

    ​To activate gravity forms, please follow this step :

    1. Click “Next” on the license activation page ( Don’t Input Any License Key)
    2. Checklist “I understand the risks” and Click “Next”.
    3. Click “Next” again.
    4. Set Currency and Click “Next” again.
    5. Done. Gravity Forms plugin has been activated.
    ​ This Works fantastic…
    ​Best Regards.

  • Author
    Posts
Viewing 30 posts - 1 through 30 (of 43 total)
1 2 →
  • You must be logged in to reply to this topic.
Log In
Search the Repository
We reward your Donations!
We need your Donation to maintain and grow the GPLDL WordPress Repository - and we reward your generosity with Premium Memberships allowing you to download even more files.

Learn more about donations & rewards...
News from our blog
  • What is the Battle Between WordPress’s Matt Mullenweg and WP Engine about?
    October 31, 2024
  • Why GPLDL Cannot Accept Your WordPress Plugin or Theme Submission
    February 20, 2024
  • How to Ensure Your WordPress Plugin or Theme is Authentic and Secure
    January 25, 2024
Latest Updates & Additions
  • GPLDL News: 108 Updates & Additions today – Download 2842 Premium WordPress items!
    May 2, 2025
  • GPLDL News: 176 Updates & Additions today – Download 2840 Premium WordPress items!
    April 27, 2025
  • GPLDL News: 88 Updates & Additions today – Download 2838 Premium WordPress items!
    April 21, 2025
Free Downloads?

Most of the WordPress Plugins & Themes in the GPLDL repository are available for free download - yes, free! - that is even better than buying at a discount, rebate, promotion or with a coupon code.

After signing up for a free membership, you will instantly get a download link to GPLDL's WordPress plugins and themes including future updates.

Where is the catch? There is none. We re-distribute 100% exact copies of GPL-licensedWordPress items, completely unmodified - that means *not* nulled, cracked or otherwise modified code without any serial numbers, API keys or support.

How can you help? If you like our service, please spread the word. If you can afford to financially support us, please make a donation. All donations will be used for (recurring) subscriptions of WordPress plugins & themes and to grow the catalog!

Tags
authenticity check code collaboration commercial copyleft Copyright developers distribution Download Extensions fork Free fsf functions.php GNU Public License GPL Guide HowTo Instructions Legal license malware Modify nulled open source Plugin Plugins Premium redistribution remove Rights secure Security serial Software software development Themes tutorial Update Website WooCommerce wordpress WordPress Plugins WordPress Themes
Welcome to GPLDL!
scr02We love innovation and we believe in free software!

That's why we strive to make the world's best Premium WordPress Themes & Plugins and WooCommerce Extensions & Themes available for everyone!

Find us on:

FacebookTwitterRssPinterestWebsite
Latest Blog Posts
  • What is the Battle Between WordPress’s Matt Mullenweg and WP Engine about?
    October 31, 2024
  • Why GPLDL Cannot Accept Your WordPress Plugin or Theme Submission
    February 20, 2024
  • How to Ensure Your WordPress Plugin or Theme is Authentic and Secure
    January 25, 2024
Latest Updates & Additions
  • GPLDL News: 108 Updates & Additions today – Download 2842 Premium WordPress items!
    May 2, 2025
  • GPLDL News: 176 Updates & Additions today – Download 2840 Premium WordPress items!
    April 27, 2025
  • GPLDL News: 88 Updates & Additions today – Download 2838 Premium WordPress items!
    April 21, 2025
About GPLDL
  • About GPLDL
  • Need Help?
  • F.A.Q.
  • Terms of Service
  • Privacy Policy
  • Contact
GPLDL - all Rights reserved.
  • About GPLDL
  • Need Help?
  • F.A.Q.
  • Terms of Service
  • Privacy Policy
  • Contact
  • Sign In
GPLDL Widget Menu