diff --git a/soyezcreateurs_options.php b/soyezcreateurs_options.php
index af03f9b340c0a7e1d33fabb6a8370e9c6bfcc5c6..4fd512ec7a09ee425a6889eecd6f137ecf1ae5ce 100644
--- a/soyezcreateurs_options.php
+++ b/soyezcreateurs_options.php
@@ -78,6 +78,9 @@ if (!defined('_TITRER_DOCUMENTS')) {
 if (!defined('_MOTS_CREATION_RETOUR_MOT_CREE')) {
 	define('_MOTS_CREATION_RETOUR_MOT_CREE', true); // Revenir au mot clef nouvellement créé. Cf https://git.spip.net/spip/mots/commit/84da17fe7cc720df1de2c8fef683b802339fc816
 }
+if (!defined('_SPAM_ENCRYPT_NAME')) {
+	define('_SPAM_ENCRYPT_NAME', true); // https://contrib.spip.net/NoSPAM#Obfusquer-les-name-du-formulaire
+}
 if (!defined('_AGENDA_CHOIX_RUBRIQUE_OUVERT')) {
 	define('_AGENDA_CHOIX_RUBRIQUE_OUVERT', false); // Ne pas pouvoir choisir qu'une rubrique puisse être parmis les seules à recevoir des événements. Cf : https://git.spip.net/spip-contrib-extensions/agenda/commit/f9f03b3950700b5df9e90b53086af9b9bc0f5d0f
 }