Merge pull request 'fix(#58): Remove broken getElementById form stub' (#61) from feature/issue-58-fix-formsuccess into main
Some checks failed
Lint / PHP Syntax Check (push) Successful in 31s
Lint / CSS Lint (stylelint) (push) Successful in 1m12s
Lint / HTML Lint (htmlhint) (push) Has been cancelled

This commit is contained in:
2026-05-22 16:24:52 +02:00

View File

@@ -176,8 +176,7 @@ document.addEventListener("DOMContentLoaded", function () {
}); });
// Form submit is handled server-side by PHP no JS intervention needed. // Form submit is handled server-side by PHP no JS intervention needed.
// Form submit opens email client with pre-filled mailto: link // Success feedback is shown via #form-result after server redirect.
document.getElementById("contactForm")
}); });
}); });