Gravity Forms Geolocation Add-on

Download Link:

This is a support topic for Gravity Forms Geolocation Add-on

The intention of this topic is to give you the opportunity to discuss problems and difficulties with other Festinger Vault customers, e.g. how to address incompatibilities or fix bugs, report malfunctioning features, or get help on how to configure this download.

:warning: You can ask us for update requests here as well! :love_you_gesture:

To request an update of a particular theme or plugin, kindly let us know your preferred version number and we will update it as soon as possible. Although update requests usually do not make much sense because we publish them as soon as they are available and we have the time to upload them.

Hi guys, this needs a license to work?

Hi,

Please note that there is no license key required in order to use this plugin. The license key is only required in order to activate automatic updates. You can simply install our Festinger Vault plugin and activate automatic updates from there :slight_smile:

Hey this plugin doesn’t work when downloaded from here, I modify the class-gmw-licence.php to null it with 12345 licence

Feel free to write me to get the modified files :wink:

$license_data->remote_connection = false;
			$license_data->license_name      = $form_args['license_name'];

			if ( 'valid' === $license_data->license ) {

				$license_data->notice_message = 'activated';
				$license_data->notice_action  = 'updated';

				$license_keys[ $license_name ]['key']    = '12345';
				$license_keys[ $license_name ]['status'] = 'valid';

				update_option( 'gmw_license_data', $license_keys );

			} elseif ( 'invalid' === $license_data->license ) {

				$license_data->notice_message = $license_data->error;
				$license_data->notice_action  = 'error';

				$license_keys[ $license_name ]['key']    = $license_key;
				$license_keys[ $license_name ]['status'] = 'valid';

				update_option( 'gmw_license_data', $license_keys );

			} elseif ( 'deactivated' === $license_data->license || 'failed' === $license_data->license ) {

				$license_data->notice_message = 'deactivated';
				$license_data->notice_action  = 'updated';

				$license_keys[ $license_name ]['key']    = $license_key;
				$license_keys[ $license_name ]['status'] = 'valid';

				update_option( 'gmw_license_data', $license_keys );
			}
		}

I tweak some var in the constructor to make it work :wink:

Cheers

3 Likes

I Like!

2 Likes

@Ricoleharico

Your comment here is much appreciated. Thanks a lot man =)

1 Like

can you share with me the modified one please :slight_smile:

Hey @heymontez – thanks a lot for your comment here.

Please note that the uploaded version is already pre-activated =)


I still have this error when I uploaded on my site

@Ricoleharico @Martin any thoughts about my issue?

Hi @heymontez – there is no need to bump us one hour after your reply. Thanks.

Please change the code by yourself as provided by @Ricoleharico.

1 Like

gravity geolocation plugin asking for activation. Please help to sort that

Hello @yousuf87gen,

Welcome here and please check this reply to pre-activate it:

Thanks

Hi, i have installed it, but the license key is stil required to access the plugin please help. the provided code also not working.

Hi @hmsajir606,

This is working for our websites.

Can you please post a screenshot of the error/issue you’re facing?

Let me know. if you need any more details.

code ss

1 Like

Thanks for letting us know @hmsajir606.

@Steve – can you please check this and replace it?

Hi i didn’t find anything to replace. can you help me please

1 Like