From db59e83e231d732de9471826c2becb8742c25dc3 Mon Sep 17 00:00:00 2001 From: Scott Ryer Date: Wed, 1 Nov 2023 16:32:59 -0400 Subject: [PATCH] `gpcld-enable-utc-timezone.js`: Deprecated. --- .../gpcld-enable-utc-timezone.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 gp-conditional-logic-dates/gpcld-enable-utc-timezone.js diff --git a/gp-conditional-logic-dates/gpcld-enable-utc-timezone.js b/gp-conditional-logic-dates/gpcld-enable-utc-timezone.js new file mode 100644 index 000000000..f92dc759a --- /dev/null +++ b/gp-conditional-logic-dates/gpcld-enable-utc-timezone.js @@ -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; +} );