Index: branches/5.1.x/core/units/forms/forms/forms_config.php =================================================================== diff -u -N -r13390 -r13824 --- branches/5.1.x/core/units/forms/forms/forms_config.php (.../forms_config.php) (revision 13390) +++ branches/5.1.x/core/units/forms/forms/forms_config.php (.../forms_config.php) (revision 13824) @@ -1,6 +1,6 @@ 'kOptionsFormatter', 'options' => Array (1 => 'la_Yes', 0 => 'la_No'), 'use_phrases' => 1, 'not_null' => 1, 'default' => 0 ), + 'ProcessUnmatchedEmails' => Array ( + 'type' => 'int', + 'formatter' => 'kOptionsFormatter', 'options' => Array (1 => 'la_Yes', 0 => 'la_No'), 'use_phrases' => 1, + 'not_null' => 1, 'default' => 0 + ), 'ReplyFromName' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), 'ReplyFromEmail' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), 'ReplyCc' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''),