diff --git a/docs/t35t.md b/docs/t35t.md
index d55e58ce0837070a5e5ffc81c9ee6b0347d62e61..a7bea2c26eb0bf6941b471f380df90b0140182bc 100644
--- a/docs/t35t.md
+++ b/docs/t35t.md
@@ -76,7 +76,7 @@ Alternativ kannst Du uns auch eine E-Mail an [makerspace@rub.de](mailto:makerspa
 
     if (form) {
         form.addEventListener('submit', function(e) {
-            e.preventDefault(); // Prevent the default form submission
+           // e.preventDefault(); // Prevent the default form submission
 
             // Collect form values
             var vorname = document.getElementById('vorname').value;
diff --git a/public/t35t/index.html b/public/t35t/index.html
index 005daf71ac0c206b3634aa86f61d18f434938bdd..423f9bcdb338f7b7f32ae6edc4316866d5c8d33d 100644
--- a/public/t35t/index.html
+++ b/public/t35t/index.html
@@ -720,7 +720,7 @@ Alternativ kannst Du uns auch eine E-Mail an <a href="mailto:makerspace@rub.de">
 
     if (form) {
         form.addEventListener('submit', function(e) {
-            e.preventDefault(); // Prevent the default form submission
+            //e.preventDefault(); // Prevent the default form submission
 
             // Collect form values
             var vorname = document.getElementById('vorname').value;
@@ -873,4 +873,4 @@ https://github.com/squidfunk/mkdocs-material/blob/master/src/partials/source-fil
     
 
   <script>document$.subscribe(() => {const lightbox = GLightbox({"touchNavigation": true, "loop": false, "zoomable": true, "draggable": true, "openEffect": "zoom", "closeEffect": "zoom", "slideEffect": "slide"});})</script></body>
-</html>
\ No newline at end of file
+</html>