@@ -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 {