diff --git a/html/formular.html b/html/formular.html index 5738963b491d6578f6678171bd0d9d02a3b02d4a..424fdc6a57efc5dc8984b0af9603dc067f97fbe9 100644 --- a/html/formular.html +++ b/html/formular.html @@ -33,7 +33,7 @@ </div> <br><br><br><br> <div id="formular-container" class="zentriert"> - <form id="kontaktformular" action="/send_email.php" method="post"> + <form id="kontaktformular" action="../php/email.php" method="post"> <label for="vorname">Vorname*</label> <input type="text" id="vorname" name="vorname" required>