From a91feb494f1f1cea12c0e0b3c8b39e9a496c5dca Mon Sep 17 00:00:00 2001 From: Sage The DM Date: Fri, 30 Aug 2024 09:59:14 +0200 Subject: [PATCH] Changed the contact form --- contact-form.js | 2 +- contact.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/contact-form.js b/contact-form.js index 4a790a3..ce8f879 100644 --- a/contact-form.js +++ b/contact-form.js @@ -38,7 +38,7 @@ document.addEventListener('DOMContentLoaded', function() { // Construct the mailto link const subject = `Support Ticket #${ticketNumber}`; const body = `Name: ${name}%0AEmail: ${email}%0AMessage:%0A${message}`; - const mailtoLink = `mailto:info@photofuel.tech?subject=${subject}&body=${body}`; + const mailtoLink = `mailto:example@example.com?subject=${subject}&body=${body}`; // Open the default mail client window.location.href = mailtoLink; diff --git a/contact.html b/contact.html index 5e61502..12ff0d7 100644 --- a/contact.html +++ b/contact.html @@ -36,6 +36,7 @@

Contact Us

+

This contact form has an invalid mail until our mailserver is configured