From fa4b49e1b816cb3ee917472ba2210a6f53b3d855 Mon Sep 17 00:00:00 2001 From: MVA Global Fret Date: Sun, 3 May 2026 16:23:49 +0200 Subject: [PATCH] =?UTF-8?q?Unicit=C3=A9=20r=C3=A9f=C3=A9rence=20client=20+?= =?UTF-8?q?=20d=C3=A9tection=20doublon=20email?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - generateRefNumber() basé sur timestamp : références jamais identiques - checkExistingContact() : lecture HubSpot via clé de service (read-only) - Si email déjà connu : affiche message 'déjà client' + référence existante, AUCUNE soumission envoyée (référence existante jamais modifiée) - Notification interne Formspree si tentative double inscription - Traductions FR/EN/MG pour les nouveaux messages --- contact.html | 14 +++- js/form-handler.js | 163 +++++++++++++++++++++++++++++++++++---------- js/translations.js | 15 +++++ 3 files changed, 157 insertions(+), 35 deletions(-) diff --git a/contact.html b/contact.html index 7bf471a..f029621 100644 --- a/contact.html +++ b/contact.html @@ -76,7 +76,7 @@