Skip to content

Commit

Permalink
gpcld-enable-utc-timezone.js: Deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
scyt committed Nov 1, 2023
1 parent 9ab402f commit db59e83
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions gp-conditional-logic-dates/gpcld-enable-utc-timezone.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/**
* WARNING! THIS SNIPPET IS DEPRECATED. 🚧
* Reason for deprecation.
*/
/**
* Gravity Perks // Conditional Logic Dates // Adjust User's Local Time to UTC
* https://gravitywiz.com/documentation/gravity-forms-conditional-logic-dates/
*
* Instructions:
* 1. Install our free Custom Javascript for Gravity Forms plugin.
* Download the plugin here: https://gravitywiz.com/gravity-forms-custom-javascript/
* 2. Copy and paste the snippet into the editor of the Custom Javascript for Gravity Forms plugin.
*/
gform.addFilter( 'gpcld_enable_utc_timezone', function( enable ) {
return true;
} );

0 comments on commit db59e83

Please sign in to comment.