From aad7070870756bd03419092ae7435304a35a0c9d Mon Sep 17 00:00:00 2001 From: Saif Sultan Date: Wed, 23 Apr 2025 18:49:58 +0530 Subject: [PATCH] `gw-rich-text-html-fields.php`: Fixed an issue where Rich Text HTML snippet only worked with Gravity Perks active. --- gravity-forms/gw-rich-text-html-fields.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gravity-forms/gw-rich-text-html-fields.php b/gravity-forms/gw-rich-text-html-fields.php index 2097837c1..e600079e2 100644 --- a/gravity-forms/gw-rich-text-html-fields.php +++ b/gravity-forms/gw-rich-text-html-fields.php @@ -19,6 +19,12 @@ } } ); +add_action( 'gform_field_standard_settings', function() { + if ( did_action( 'gform_field_standard_settings_200' ) < 1 ) { + do_action( 'gform_field_standard_settings_200', rgget( 'id' ) ); + } +} ); + add_action( 'gform_field_standard_settings_200', function() { ?>