diff --git a/layouts/shortcodes/mt-church-form.html b/layouts/shortcodes/mt-church-form.html index 998508e..324bb71 100644 --- a/layouts/shortcodes/mt-church-form.html +++ b/layouts/shortcodes/mt-church-form.html @@ -7,7 +7,7 @@ const data = new FormData(form); var xhr = new XMLHttpRequest(); - xhr.open("POST", "https://n8n.tfcconnection.org/webhook/mt-church-form"); + xhr.open("POST", "https://n8n.tfcconnection.org/webhook-test/mt-church-form"); xhr.send(data); console.log(data); console.log("Hallo!"); @@ -85,7 +85,7 @@ class="form-input w-full h-64 {{ $formClasses }}" placeholder=""> -
+
diff --git a/layouts/shortcodes/mt-form.html b/layouts/shortcodes/mt-form.html index db7df33..b3d5349 100644 --- a/layouts/shortcodes/mt-form.html +++ b/layouts/shortcodes/mt-form.html @@ -186,7 +186,8 @@
- +
@@ -331,7 +332,7 @@
-
+
diff --git a/layouts/shortcodes/mt-parent-form.html b/layouts/shortcodes/mt-parent-form.html index d84b892..79e3f7f 100644 --- a/layouts/shortcodes/mt-parent-form.html +++ b/layouts/shortcodes/mt-parent-form.html @@ -7,7 +7,7 @@ const data = new FormData(form); var xhr = new XMLHttpRequest(); - xhr.open("POST", "https://n8n.tfcconnection.org/webhook/mt-parent-form"); + xhr.open("POST", "https://n8n.tfcconnection.org/webhook-test/mt-parent-form"); xhr.send(data); console.log(data); console.log("Hallo!"); @@ -39,11 +39,11 @@ pattern="^[a-zA-Z0-9]+(?:\.[a-zA-Z0-9]+)*@[a-zA-Z0-9]+(?:\.[a-zA-Z0-9]+)*$" class="basis-full form-input {{ $formClasses }}">
-
@@ -101,7 +101,7 @@ class="form-input w-full h-64 {{ $formClasses }}" placeholder="">
-
+
diff --git a/layouts/shortcodes/mt-teacher-form.html b/layouts/shortcodes/mt-teacher-form.html index e9a0097..e816b3f 100644 --- a/layouts/shortcodes/mt-teacher-form.html +++ b/layouts/shortcodes/mt-teacher-form.html @@ -7,7 +7,7 @@ const data = new FormData(form); var xhr = new XMLHttpRequest(); - xhr.open("POST", "https://n8n.tfcconnection.org/webhook/mt-parent-form"); + xhr.open("POST", "https://n8n.tfcconnection.org/webhook-test/mt-teacher-form"); xhr.send(data); console.log(data); console.log("Hallo!"); @@ -76,24 +76,6 @@ class="form-input w-full h-64 {{ $formClasses }}" placeholder="">
-
- -
- -
-
- -
- -
-
+