Index: branches/5.2.x/core/units/forms/forms/forms_config.php =================================================================== diff -u -N -r16388 -r16577 --- branches/5.2.x/core/units/forms/forms/forms_config.php (.../forms_config.php) (revision 16388) +++ branches/5.2.x/core/units/forms/forms/forms_config.php (.../forms_config.php) (revision 16577) @@ -1,6 +1,6 @@ Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), 'ReplyCc' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), 'ReplyBcc' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), - 'ReplyMessageSignature' => Array ('type' => 'string', 'default' => NULL), + 'ReplyMessageSignature' => Array ( + 'type' => 'string', + 'formatter' => 'kFormatter', 'using_fck' => 1, + 'default' => NULL, + ), 'ReplyServer' => Array ( 'type' => 'string', 'max_len' => 255, 'error_msgs' => Array (