From 83774b9470e22ba4e42e0370c891043d6177b1ba Mon Sep 17 00:00:00 2001 From: yova Date: Sun, 10 Oct 2021 01:16:27 +0200 Subject: [PATCH] correct link --- static/contact-form/form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/contact-form/form.js b/static/contact-form/form.js index a837402..d9a05af 100644 --- a/static/contact-form/form.js +++ b/static/contact-form/form.js @@ -58,7 +58,7 @@ $(function() $.ajax({ type: "POST", - url: 'handler.php', + url: '/contact-form/handler.php', data: $form.serialize(), success: after_form_submitted, error: submit_error(null),