diff --git a/public/js/haus-schleusingen.js b/public/js/haus-schleusingen.js index 6c1cbc0..8ab087a 100755 --- a/public/js/haus-schleusingen.js +++ b/public/js/haus-schleusingen.js @@ -176,8 +176,7 @@ document.addEventListener("DOMContentLoaded", function () { }); // Form submit is handled server-side by PHP – no JS intervention needed. - // Form submit – opens email client with pre-filled mailto: link - document.getElementById("contactForm") + // Success feedback is shown via #form-result after server redirect. }); });