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() { ?>