Welcome to IIMTT. You have showed interest to know more about us and here it is. You will find our Brochure Link in this mail. Download the brochure and know everything about us. And for more information you can visit our website click here. Download Your Brochure Now! -Team IIMTT
';
- function sendEmailFooter(email) {
+ // var message = '
Welcome to IIMTT. You have showed interest to know more about us and here it is. You will find our Brochure Link in this mail. Download the brochure and know everything about us. And for more information you can visit our website click here. Download Your Brochure Now! -Team IIMTT
';
+ var message = '
'+
+ '
Hi there,
Thanks for signing up with the International Institute of Montessori Teacher Training. From now on, you’ll get regular updates on Montessori teaching and the Montessori Method.
'+
+ '
If you want to know more about our courses, do get in touch with our counselor.
Become a Montessorian with International Institute of Montessori Teacher Training
+
+
+
+
+
+
+
+
+
Sign Up for Free Career Counseling
+
Fill all the fields!
+
Thanks for sharing your information our counselor will get in touch with you soon
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Our Courses
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Graduate Diploma in Montessori Teacher Training
+
+ 6 months - 1 Year
+
+
+
The Diploma carries the international validation of IIMTT and helps newbie educators get a foothold in the education industry leveraging IIMTT’s strong global credentials.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Post-Graduate Diploma in Montessori Teacher Training
+
+ 9 months - 1 year
+
+
We offer a 15 month PG course in Montessori Teacher Training for aspiring teachers who are looking to enhance their learning and build a solid foundation as a Montessori Directress, administrator or an early year’s educator.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Why IIMTT
+
+
+
+ Established to meet the sky-rocketing demand of Montessori teachers, IIMTT is regarded among the world’s finest, globally accredited Montessori course providers. We strive towards shaping confident teachers who are valued for their mentorship and qualification no matter which Montessori institution they teach in by ensuring constant academic support and professional guidance.
+
+
+
+
+
+
+
+
+
+
+
What our students say about us
+
+
+
+
+
+
+
+
+
+
+
+ I had a great learning experience and so much to explore. I never knew it could be so much fun to learn. Joined IIMTT at the ending of the last year, and I was worried about course completion because of this pandemic. But they provided access to the online learning portal without any extra fees. That was the best experience with them.
+
+ Riya Biswas
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ What I like best about IIMTT is how thoroughly the faculty members explain each topic. This method of teaching piques our interest and elevates the topic. It is good Institute to learn about Montessori teaching.
+
+ Tanvi Poddar
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ My overall experience at iimtt was excellent. Arati mam was extremely knowledgeable and an excellent faculty. The course was extremely detailed and well-explained.
+
+ Indrani Mondal
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The course provided me with very useful and significant techniques and methods for improving my teaching skills. IIMTT is an excellent institute for teacher education.
@@ -184,10 +185,13 @@ include("_navbar.php");
warning.style.display = "block";
} else {
var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
+ var mobile = /^\d{10}$/;
if (reg.test(email) == false) {
emailError.style.display = "block";
- } else {
+ }else if (mobile.test(phn) == false) {
+ phnError.style.display = "block";
+ } else {
emailError.style.display = "none";
warning.style.display = "none";
let formData = new FormData();
@@ -273,12 +277,16 @@ include("_navbar.php");
formData.append("reciever", sendEmail);
formData.append("sender", "IIMTT");
formData.append("senderMail", "enquiry@iimtt.org");
- formData.append("subject", "Welcome to IIMTT");
+ formData.append("subject", "Thank you for contacting IIMTT.");
formData.append(
"message",
- "
Welcome " +
- name +
- " to IIMTT. Thank you for contacting us. We will get back to you shortly. In the meanwhile please do check out our website for more information. click here Thank you -Team IIMTT.
"
+ '
'+
+ '
Hi '+name+'
Thank you for reaching International Institute of Montessori Teacher Training.
'+
+ '
IIMTT was established to help meet the growing demand for Montessori teachers in India and abroad.Our course equips participants to educate children in the Montessori Method, at the pre-primary level anywhere in the world.
'+
+ '
Our representative will get in touch with you soon regarding your enquiry!
@@ -340,10 +341,13 @@ include("_navbar.php");
warning.style.display = "block";
} else {
var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
+ var mobile = /^\d{10}$/;
if (reg.test(email) == false) {
emailError.style.display = "block";
- } else {
+ }else if (mobile.test(phn) == false) {
+ phnError.style.display = "block";
+ } else {
emailError.style.display = "none";
warning.style.display = "none";
let formData = new FormData();
@@ -430,13 +434,16 @@ include("_navbar.php");
formData.append("reciever", sendEmail);
formData.append("sender", "IIMTT");
formData.append("senderMail", "enquiry@iimtt.org");
- formData.append("subject", "Welcome to IIMTT");
- formData.append(
- "message",
- "
Welcome " +
- name +
- " to IIMTT Cheran Ma Nagar. Thank you for contacting us. We will get back to you shortly. In the meanwhile please do check out our website for more information. click here Thank you -Team IIMTT.
"
- );
+ formData.append("subject", "Thank you for contacting IIMTT.");
+ formData.append(
+ "message",
+ '
'+
+ '
Hi '+name+'
Thank you for reaching International Institute of Montessori Teacher Training.
'+
+ '
IIMTT was established to help meet the growing demand for Montessori teachers in India and abroad.Our course equips participants to educate children in the Montessori Method, at the pre-primary level anywhere in the world.
'+
+ '
Our representative will get in touch with you soon!
Welcome " +
- name +
- " to IIMTT Chitlapakkam. Thank you for contacting us. We will get back to you shortly. In the meanwhile please do check out our website for more information. click here Thank you -Team IIMTT.
"
- );
+ formData.append("subject", "Thank you for contacting IIMTT.");
+ formData.append(
+ "message",
+ '
'+
+ '
Hi '+name+'
Thank you for reaching International Institute of Montessori Teacher Training.
'+
+ '
IIMTT was established to help meet the growing demand for Montessori teachers in India and abroad.Our course equips participants to educate children in the Montessori Method, at the pre-primary level anywhere in the world.
'+
+ '
Our representative will get in touch with you soon!
@@ -327,10 +328,13 @@ include("_navbar.php");
warning.style.display = "block";
} else {
var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
+ var mobile = /^\d{10}$/;
if (reg.test(email) == false) {
emailError.style.display = "block";
- } else {
+ }else if (mobile.test(phn) == false) {
+ phnError.style.display = "block";
+ } else {
emailError.style.display = "none";
warning.style.display = "none";
let formData = new FormData();
@@ -417,13 +421,16 @@ include("_navbar.php");
formData.append("reciever", sendEmail);
formData.append("sender", "IIMTT");
formData.append("senderMail", "enquiry@iimtt.org");
- formData.append("subject", "Welcome to IIMTT");
- formData.append(
- "message",
- "
Welcome " +
- name +
- " to IIMTT Dimapur. Thank you for contacting us. We will get back to you shortly. In the meanwhile please do check out our website for more information. click here Thank you -Team IIMTT.
"
- );
+ formData.append("subject", "Thank you for contacting IIMTT.");
+ formData.append(
+ "message",
+ '
'+
+ '
Hi '+name+'
Thank you for reaching International Institute of Montessori Teacher Training.
'+
+ '
IIMTT was established to help meet the growing demand for Montessori teachers in India and abroad.Our course equips participants to educate children in the Montessori Method, at the pre-primary level anywhere in the world.
'+
+ '
Our representative will get in touch with you soon!
@@ -332,10 +333,13 @@ include("_navbar.php");
warning.style.display = "block";
} else {
var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
+ var mobile = /^\d{10}$/;
if (reg.test(email) == false) {
emailError.style.display = "block";
- } else {
+ }else if (mobile.test(phn) == false) {
+ phnError.style.display = "block";
+ } else {
emailError.style.display = "none";
warning.style.display = "none";
let formData = new FormData();
@@ -422,13 +426,16 @@ include("_navbar.php");
formData.append("reciever", sendEmail);
formData.append("sender", "IIMTT");
formData.append("senderMail", "enquiry@iimtt.org");
- formData.append("subject", "Welcome to IIMTT");
- formData.append(
- "message",
- "
Welcome " +
- name +
- " to IIMTT Hanoi. Thank you for contacting us. We will get back to you shortly. In the meanwhile please do check out our website for more information. click here Thank you -Team IIMTT.
"
- );
+ formData.append("subject", "Thank you for contacting IIMTT.");
+ formData.append(
+ "message",
+ '
'+
+ '
Hi '+name+'
Thank you for reaching International Institute of Montessori Teacher Training.
'+
+ '
IIMTT was established to help meet the growing demand for Montessori teachers in India and abroad.Our course equips participants to educate children in the Montessori Method, at the pre-primary level anywhere in the world.
'+
+ '
Our representative will get in touch with you soon!
@@ -328,10 +329,13 @@ include("_navbar.php");
warning.style.display = "block";
} else {
var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
+ var mobile = /^\d{10}$/;
if (reg.test(email) == false) {
emailError.style.display = "block";
- } else {
+ }else if (mobile.test(phn) == false) {
+ phnError.style.display = "block";
+ } else {
emailError.style.display = "none";
warning.style.display = "none";
let formData = new FormData();
@@ -418,13 +422,16 @@ include("_navbar.php");
formData.append("reciever", sendEmail);
formData.append("sender", "IIMTT");
formData.append("senderMail", "enquiry@iimtt.org");
- formData.append("subject", "Welcome to IIMTT");
- formData.append(
- "message",
- "
Welcome " +
- name +
- " to IIMTT Howrah Maidan. Thank you for contacting us. We will get back to you shortly. In the meanwhile please do check out our website for more information. click here Thank you -Team IIMTT.
"
- );
+ formData.append("subject", "Thank you for contacting IIMTT.");
+ formData.append(
+ "message",
+ '
'+
+ '
Hi '+name+'
Thank you for reaching International Institute of Montessori Teacher Training.
'+
+ '
IIMTT was established to help meet the growing demand for Montessori teachers in India and abroad.Our course equips participants to educate children in the Montessori Method, at the pre-primary level anywhere in the world.
'+
+ '
Our representative will get in touch with you soon!
@@ -330,10 +331,13 @@ include("_navbar.php");
warning.style.display = "block";
} else {
var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
+ var mobile = /^\d{10}$
if (reg.test(email) == false) {
emailError.style.display = "block";
- } else {
+ }else if (mobile.test(phn) == false) {
+ phnError.style.display = "block";
+ } else {
emailError.style.display = "none";
warning.style.display = "none";
let formData = new FormData();
@@ -420,13 +424,16 @@ include("_navbar.php");
formData.append("reciever", sendEmail);
formData.append("sender", "IIMTT");
formData.append("senderMail", "enquiry@iimtt.org");
- formData.append("subject", "Welcome to IIMTT");
- formData.append(
- "message",
- "
Welcome " +
- name +
- " to IIMTT Imphal. Thank you for contacting us. We will get back to you shortly. In the meanwhile please do check out our website for more information. click here Thank you -Team IIMTT.
"
- );
+ formData.append("subject", "Thank you for contacting IIMTT.");
+ formData.append(
+ "message",
+ '
'+
+ '
Hi '+name+'
Thank you for reaching International Institute of Montessori Teacher Training.
'+
+ '
IIMTT was established to help meet the growing demand for Montessori teachers in India and abroad.Our course equips participants to educate children in the Montessori Method, at the pre-primary level anywhere in the world.
'+
+ '
Our representative will get in touch with you soon!
@@ -326,10 +327,13 @@ include("_navbar.php");
warning.style.display = "block";
} else {
var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
+ var mobile = /^\d{10}$
if (reg.test(email) == false) {
emailError.style.display = "block";
- } else {
+ }else if (mobile.test(phn) == false) {
+ phnError.style.display = "block";
+ } else {
emailError.style.display = "none";
warning.style.display = "none";
let formData = new FormData();
@@ -416,13 +420,16 @@ include("_navbar.php");
formData.append("reciever", sendEmail);
formData.append("sender", "IIMTT");
formData.append("senderMail", "enquiry@iimtt.org");
- formData.append("subject", "Welcome to IIMTT");
- formData.append(
- "message",
- "
Welcome " +
- name +
- " to IIMTT Kharagpur. Thank you for contacting us. We will get back to you shortly. In the meanwhile please do check out our website for more information. click here Thank you -Team IIMTT.
"
- );
+ formData.append("subject", "Thank you for contacting IIMTT.");
+ formData.append(
+ "message",
+ '
'+
+ '
Hi '+name+'
Thank you for reaching International Institute of Montessori Teacher Training.
'+
+ '
IIMTT was established to help meet the growing demand for Montessori teachers in India and abroad.Our course equips participants to educate children in the Montessori Method, at the pre-primary level anywhere in the world.
'+
+ '
Our representative will get in touch with you soon!
@@ -327,10 +328,13 @@ include("_navbar.php");
warning.style.display = "block";
} else {
var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
+ var mobile = /^\d{10}$/;
if (reg.test(email) == false) {
emailError.style.display = "block";
- } else {
+ }else if (mobile.test(phn) == false) {
+ phnError.style.display = "block";
+ } else {
emailError.style.display = "none";
warning.style.display = "none";
let formData = new FormData();
@@ -417,13 +421,16 @@ include("_navbar.php");
formData.append("reciever", sendEmail);
formData.append("sender", "IIMTT");
formData.append("senderMail", "enquiry@iimtt.org");
- formData.append("subject", "Welcome to IIMTT");
- formData.append(
- "message",
- "
Welcome " +
- name +
- " to IIMTT MICO Layout. Thank you for contacting us. We will get back to you shortly. In the meanwhile please do check out our website for more information. click here Thank you -Team IIMTT.
"
- );
+ formData.append("subject", "Thank you for contacting IIMTT.");
+ formData.append(
+ "message",
+ '
'+
+ '
Hi '+name+'
Thank you for reaching International Institute of Montessori Teacher Training.
'+
+ '
IIMTT was established to help meet the growing demand for Montessori teachers in India and abroad.Our course equips participants to educate children in the Montessori Method, at the pre-primary level anywhere in the world.
'+
+ '
Our representative will get in touch with you soon!
@@ -328,10 +329,13 @@ include("_navbar.php");
warning.style.display = "block";
} else {
var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
+ var mobile = /^\d{10}$/;
if (reg.test(email) == false) {
emailError.style.display = "block";
- } else {
+ }else if (mobile.test(phn) == false) {
+ phnError.style.display = "block";
+ } else {
emailError.style.display = "none";
warning.style.display = "none";
let formData = new FormData();
@@ -418,13 +422,16 @@ include("_navbar.php");
formData.append("reciever", sendEmail);
formData.append("sender", "IIMTT");
formData.append("senderMail", "enquiry@iimtt.org");
- formData.append("subject", "Welcome to IIMTT");
- formData.append(
- "message",
- "
Welcome " +
- name +
- " to IIMTT Nabagram(Siliguri). Thank you for contacting us. We will get back to you shortly. In the meanwhile please do check out our website for more information. click here Thank you -Team IIMTT.
"
- );
+ formData.append("subject", "Thank you for contacting IIMTT.");
+ formData.append(
+ "message",
+ '
'+
+ '
Hi '+name+'
Thank you for reaching International Institute of Montessori Teacher Training.
'+
+ '
IIMTT was established to help meet the growing demand for Montessori teachers in India and abroad.Our course equips participants to educate children in the Montessori Method, at the pre-primary level anywhere in the world.
'+
+ '
Our representative will get in touch with you soon!
@@ -322,10 +323,13 @@ include("_navbar.php");
warning.style.display = "block";
} else {
var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
+ var mobile = /^\d{10}$/;
if (reg.test(email) == false) {
emailError.style.display = "block";
- } else {
+ }else if (mobile.test(phn) == false) {
+ phnError.style.display = "block";
+ } else {
emailError.style.display = "none";
warning.style.display = "none";
let formData = new FormData();
@@ -412,12 +416,15 @@ include("_navbar.php");
formData.append("reciever", sendEmail);
formData.append("sender", "IIMTT");
formData.append("senderMail", "enquiry@iimtt.org");
- formData.append("subject", "Welcome to IIMTT");
+ formData.append("subject", "Thank you for contacting IIMTT.");
formData.append(
"message",
- "
Welcome " +
- name +
- " to IIMTT Nairobi. Thank you for contacting us. We will get back to you shortly. In the meanwhile please do check out our website for more information. click here Thank you -Team IIMTT.
"
+ '
'+
+ '
Hi '+name+'
Thank you for reaching International Institute of Montessori Teacher Training.
'+
+ '
IIMTT was established to help meet the growing demand for Montessori teachers in India and abroad.Our course equips participants to educate children in the Montessori Method, at the pre-primary level anywhere in the world.
'+
+ '
Our representative will get in touch with you soon!
@@ -328,10 +329,13 @@ include("_navbar.php");
warning.style.display = "block";
} else {
var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
+ var mobile = /^\d{10}$/;
if (reg.test(email) == false) {
emailError.style.display = "block";
- } else {
+ }else if (mobile.test(phn) == false) {
+ phnError.style.display = "block";
+ } else {
emailError.style.display = "none";
warning.style.display = "none";
let formData = new FormData();
@@ -418,13 +422,16 @@ include("_navbar.php");
formData.append("reciever", sendEmail);
formData.append("sender", "IIMTT");
formData.append("senderMail", "enquiry@iimtt.org");
- formData.append("subject", "Welcome to IIMTT");
- formData.append(
- "message",
- "
Welcome " +
- name +
- " to IIMTT Patuli. Thank you for contacting us. We will get back to you shortly. In the meanwhile please do check out our website for more information. click here Thank you -Team IIMTT.
"
- );
+ formData.append("subject", "Thank you for contacting IIMTT.");
+ formData.append(
+ "message",
+ '
'+
+ '
Hi '+name+'
Thank you for reaching International Institute of Montessori Teacher Training.
'+
+ '
IIMTT was established to help meet the growing demand for Montessori teachers in India and abroad.Our course equips participants to educate children in the Montessori Method, at the pre-primary level anywhere in the world.
'+
+ '
Our representative will get in touch with you soon!
@@ -982,10 +983,13 @@ for close to a decade now.
warning.style.display = "block";
} else {
var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
+ var mobile = /^\d{10}$/;
if (reg.test(email) == false) {
emailError.style.display = "block";
- } else {
+ }else if (mobile.test(phn) == false) {
+ phnError.style.display = "block";
+ } else {
emailError.style.display = "none";
warning.style.display = "none";
let formData = new FormData();
@@ -1071,13 +1075,16 @@ for close to a decade now.
formData.append("reciever", sendEmail);
formData.append("sender", "IIMTT");
formData.append("senderMail", "enquiry@iimtt.org");
- formData.append("subject", "Welcome to IIMTT");
- formData.append(
- "message",
- "
Welcome " +
- name +
- " to IIMTT Kolkata. Thank you for contacting us. We will get back to you shortly. In the meanwhile please do check out our website for more information. click here Thank you -Team IIMTT.
"
- );
+ formData.append("subject", "Thank you for contacting IIMTT.");
+ formData.append(
+ "message",
+ '
'+
+ '
Hi '+name+'
Thank you for reaching International Institute of Montessori Teacher Training.
'+
+ '
IIMTT was established to help meet the growing demand for Montessori teachers in India and abroad.Our course equips participants to educate children in the Montessori Method, at the pre-primary level anywhere in the world.
'+
+ '
Our representative will get in touch with you soon!
@@ -327,10 +328,13 @@ include("_navbar.php");
warning.style.display = "block";
} else {
var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
+ var mobile = /^\d{10}$/;
if (reg.test(email) == false) {
emailError.style.display = "block";
- } else {
+ }else if (mobile.test(phn) == false) {
+ phnError.style.display = "block";
+ } else {
emailError.style.display = "none";
warning.style.display = "none";
let formData = new FormData();
@@ -418,13 +422,16 @@ include("_navbar.php");
formData.append("reciever", sendEmail);
formData.append("sender", "IIMTT");
formData.append("senderMail", "enquiry@iimtt.org");
- formData.append("subject", "Welcome to IIMTT");
- formData.append(
- "message",
- "
Welcome " +
- name +
- " to IIMTT Saket. Thank you for contacting us. We will get back to you shortly. In the meanwhile please do check out our website for more information. click here Thank you -Team IIMTT.
"
- );
+ formData.append("subject", "Thank you for contacting IIMTT.");
+ formData.append(
+ "message",
+ '
'+
+ '
Hi '+name+'
Thank you for reaching International Institute of Montessori Teacher Training.
'+
+ '
IIMTT was established to help meet the growing demand for Montessori teachers in India and abroad.Our course equips participants to educate children in the Montessori Method, at the pre-primary level anywhere in the world.
'+
+ '
Our representative will get in touch with you soon!
@@ -327,10 +328,13 @@ include("_navbar.php");
warning.style.display = "block";
} else {
var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
+ var mobile = /^\d{10}$/;
if (reg.test(email) == false) {
emailError.style.display = "block";
- } else {
+ }else if (mobile.test(phn) == false) {
+ phnError.style.display = "block";
+ } else {
emailError.style.display = "none";
warning.style.display = "none";
let formData = new FormData();
@@ -417,13 +421,16 @@ include("_navbar.php");
formData.append("reciever", sendEmail);
formData.append("sender", "IIMTT");
formData.append("senderMail", "enquiry@iimtt.org");
- formData.append("subject", "Welcome to IIMTT");
- formData.append(
- "message",
- "
Welcome " +
- name +
- " to IIMTT Sodepur. Thank you for contacting us. We will get back to you shortly. In the meanwhile please do check out our website for more information. click here Thank you -Team IIMTT.
"
- );
+ formData.append("subject", "Thank you for contacting IIMTT.");
+ formData.append(
+ "message",
+ '
'+
+ '
Hi '+name+'
Thank you for reaching International Institute of Montessori Teacher Training.
'+
+ '
IIMTT was established to help meet the growing demand for Montessori teachers in India and abroad.Our course equips participants to educate children in the Montessori Method, at the pre-primary level anywhere in the world.
'+
+ '
Our representative will get in touch with you soon!
@@ -326,10 +327,13 @@ include("_navbar.php");
warning.style.display = "block";
} else {
var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
+ var mobile = /^\d{10}$/;
if (reg.test(email) == false) {
emailError.style.display = "block";
- } else {
+ }else if (mobile.test(phn) == false) {
+ phnError.style.display = "block";
+ } else {
emailError.style.display = "none";
warning.style.display = "none";
let formData = new FormData();
@@ -416,13 +420,16 @@ include("_navbar.php");
formData.append("reciever", sendEmail);
formData.append("sender", "IIMTT");
formData.append("senderMail", "enquiry@iimtt.org");
- formData.append("subject", "Welcome to IIMTT");
- formData.append(
- "message",
- "
Welcome " +
- name +
- " to IIMTT Taki Road. Thank you for contacting us. We will get back to you shortly. In the meanwhile please do check out our website for more information. click here Thank you -Team IIMTT.
"
- );
+ formData.append("subject", "Thank you for contacting IIMTT.");
+ formData.append(
+ "message",
+ '
'+
+ '
Hi '+name+'
Thank you for reaching International Institute of Montessori Teacher Training.
'+
+ '
IIMTT was established to help meet the growing demand for Montessori teachers in India and abroad.Our course equips participants to educate children in the Montessori Method, at the pre-primary level anywhere in the world.
'+
+ '
Our representative will get in touch with you soon!
@@ -327,10 +328,13 @@ include("_navbar.php");
warning.style.display = "block";
} else {
var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
+ var mobile = /^\d{10}$/;
if (reg.test(email) == false) {
emailError.style.display = "block";
- } else {
+ }else if (mobile.test(phn) == false) {
+ phnError.style.display = "block";
+ } else {
emailError.style.display = "none";
warning.style.display = "none";
let formData = new FormData();
@@ -417,13 +421,16 @@ include("_navbar.php");
formData.append("reciever", sendEmail);
formData.append("sender", "IIMTT");
formData.append("senderMail", "enquiry@iimtt.org");
- formData.append("subject", "Welcome to IIMTT");
- formData.append(
- "message",
- "
Welcome " +
- name +
- " to IIMTT Yavatmal. Thank you for contacting us. We will get back to you shortly. In the meanwhile please do check out our website for more information. click here Thank you -Team IIMTT.
"
- );
+ formData.append("subject", "Thank you for contacting IIMTT.");
+ formData.append(
+ "message",
+ '
'+
+ '
Hi '+name+'
Thank you for reaching International Institute of Montessori Teacher Training.
'+
+ '
IIMTT was established to help meet the growing demand for Montessori teachers in India and abroad.Our course equips participants to educate children in the Montessori Method, at the pre-primary level anywhere in the world.
'+
+ '
Our representative will get in touch with you soon!
@@ -1071,10 +1072,13 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
warning.style.display = "block";
} else {
var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
+ var mobile = /^\d{10}$/;
if (reg.test(email) == false) {
emailError.style.display = "block";
- } else {
+ }else if (mobile.test(phn) == false) {
+ phnError.style.display = "block";
+ } else {
emailError.style.display = "none";
warning.style.display = "none";
let formData = new FormData();
@@ -1156,12 +1160,15 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
formData.append("reciever", sendEmail);
formData.append("sender", "IIMTT");
formData.append("senderMail", "enquiry@iimtt.org");
- formData.append("subject", "Welcome to IIMTT");
+ formData.append("subject", "Thank you for showing interest in an IIMTT franchise.");
formData.append(
"message",
- "
Welcome " +
- name +
- " to IIMTT. Thank you for contacting us. We will get back to you shortly. In the meanwhile please do check out our website for more information. click here Thank you -Team IIMTT.
"
+ '
'+
+ '
Hi '+name+'
We appreciate your interest in becoming a franchisee of the International Institute of Montessori Teacher Training.
'+
+ '
IIMTT was established to help meet the growing demand for Montessori teachers in India and abroad. Our course equips participants to educate children in the Montessori Method, at the pre-primary level anywhere in the world.
'+
+ '
Our representative will get in touch with you soon!
Welcome to IIMTT. You have showed interest to know more about us and here it is. You will find our Brochure Link in this mail. Download the brochure and know everything about us. And for more information you can visit our website click here. Download Your Brochure Now! -Team IIMTT
';
- function sendEmailFooter(email) {
+ //var message = '
Welcome to IIMTT. You have showed interest to know more about us and here it is. You will find our Brochure Link in this mail. Download the brochure and know everything about us. And for more information you can visit our website click here. Download Your Brochure Now! -Team IIMTT
';
+ var message = '
'+
+ '
Hi there,
Thanks for signing up with the International Institute of Montessori Teacher Training. From now on, you’ll get regular updates on Montessori teaching and the Montessori Method.
'+
+ '
If you want to know more about our courses, do get in touch with our counselor.