diff --git a/contact.html b/contact.html index 1a36b6b..bf580cd 100644 --- a/contact.html +++ b/contact.html @@ -155,7 +155,8 @@

Say Hello

  • Email: chaturawtf@mail.com
  • -
    + +
    @@ -264,10 +265,10 @@

    Say Hello

    $.ajax({ type: "POST", - url: "assets/php/form-process.php", // The PHP file that handles form submission + url: "https://script.google.com/macros/s/AKfycbwl40gycmUm8TwKQ_pgx9QsO61QFOFvRIzkzoEFuQgdpGP_ifPaldUOJWeFf-qNAVT1/exec", // Google Apps Script Web App URL data: formData, success: function (response) { - if (response.trim() == "success") { + if (response.trim() == "Success") { $("#msgSubmit").removeClass("hidden").html("Message sent successfully!"); $("#contactForm")[0].reset(); // Reset the form after successful submission } else {