Index: branches/RC/core/units/forms/forms_config.php =================================================================== diff -u -N -r11623 -r11760 --- branches/RC/core/units/forms/forms_config.php (.../forms_config.php) (revision 11623) +++ branches/RC/core/units/forms/forms_config.php (.../forms_config.php) (revision 11760) @@ -95,7 +95,7 @@ 'Fields' => Array( 'FormId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0, 'filter_type' => 'equals'), 'Title' => Array('type' => 'string','not_null' => 1, 'default' => '','required' => 1), - 'Description' => Array('type' => 'string', 'default' => null,), + 'Description' => Array('type' => 'string', 'formatter' => 'kFormatter', 'using_fck' => 1, 'default' => null), ), 'Grids' => Array( 'Default' => Array(