diff --git a/_footer.php b/_footer.php
index 88ae0fb..1375af6 100644
--- a/_footer.php
+++ b/_footer.php
@@ -120,29 +120,42 @@
-
-
+
+
+
+
+
diff --git a/montessori-teacher-training-malaysia.php b/montessori-teacher-training-malaysia.php
index 80ebab6..f6452c4 100644
--- a/montessori-teacher-training-malaysia.php
+++ b/montessori-teacher-training-malaysia.php
@@ -157,6 +157,10 @@ include("_navbar.php");
+
+
+
+
Please verify you are not a robot.
@@ -624,6 +628,7 @@ Master in Education, Victoria University, Australia
International Montessor
var paymentSuccess2 = document.getElementById('paymentSuccess2');
var paymentEmailError2 = document.getElementById('paymentEmailError2');
var req1 = document.getElementById("req1");
+ var captchaError = document.getElementById('captchaError');
function paymentSubmitForm2() {
user2 = document.getElementById("user2").value;
@@ -631,6 +636,8 @@ Master in Education, Victoria University, Australia
International Montessor
paymentEmail2 = document.getElementById("paymentEmail2").value;
city2 = document.getElementById('city2').value;
paymentSuccess2.style.display = "none";
+ captchaError.style.display = "none";
+
console.log('all details',user2,contact2,paymentEmail2,city2)
if (user2 == '' || contact2 == '' || paymentEmail2 == '' || city2 =='') {
paymentWarning2.style.display = "block";
@@ -647,6 +654,14 @@ Master in Education, Victoria University, Australia
International Montessor
{
paymentEmailError2.style.display = "none";
paymentWarning2.style.display = "none";
+
+ // ✅ Verify reCAPTCHA
+ var captchaResponse = grecaptcha.getResponse();
+ if (!captchaResponse.length) {
+ captchaError.style.display = "block";
+ return;
+ }
+
let formData = new FormData();
formData.append('formName', 'IIMTT-Malaysia-Get-in-Touch');
diff --git a/robots.txt b/robots.txt
index 971a35a..8001864 100644
--- a/robots.txt
+++ b/robots.txt
@@ -1,3 +1,3 @@
User-agent: *
-Allow: /
+Disllow: /
sitemap: https://iimtt.org/sitemap.xml
\ No newline at end of file