thank you page and mail template

This commit is contained in:
2022-02-25 12:06:26 +00:00
parent f63ab1c930
commit ab1f9d9bf5
21 changed files with 912 additions and 144 deletions

View File

@@ -873,14 +873,19 @@ include("_navbar.php");
}
var message = '<html><body><p>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. <br>And for more information you can visit our website <a href="https://iimtt.org/">click here</a>.<br><a href="https://drive.google.com/file/d/11JW1i7annvdjF6rG5vwSFBjIBaMDfAqZ/view?usp=sharing" download>Download Your Brochure Now!</a><br>-Team IIMTT</p></body></html>';
function sendEmailFooter(email) {
// var message = '<html><body><p>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. <br>And for more information you can visit our website <a href="https://iimtt.org/">click here</a>.<br><a href="https://drive.google.com/file/d/11JW1i7annvdjF6rG5vwSFBjIBaMDfAqZ/view?usp=sharing" download>Download Your Brochure Now!</a><br>-Team IIMTT</p></body></html>';
var message = '<html><body style="background-color:#f5f8f5;padding:16px;"><div style="text-align:center"><img style="width:150px;" src="https://iimtt.org/assets/img/iimtt-footer-logo.png"></div>'+
'<div><b style="font-size:20px">Hi there,</b><p>Thanks for signing up with the International Institute of Montessori Teacher Training. From now on, youll get regular updates on Montessori teaching and the Montessori Method.</p>'+
'<p>If you want to know more about our courses, do get in touch with our counselor.</p></div><div style="text-align:center"><a class="btn btn-secondary btn-form display-4" href="https://drive.google.com/file/d/11JW1i7annvdjF6rG5vwSFBjIBaMDfAqZ/view?usp=sharing"><button style="background-color:#f7a325;color:black;border:none; padding-top:6px;padding-bottom:6px;border-radius:6px;">Download Brochure</button></a></div><p>Thanks<br>Team IIMTT</p>'+
'<div style="text-align:center"><p><b>Follow us</b><br><a href="#"><div style="display:none"><img style="width:1px;margin-right:10px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><div style="display:none"<img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></a><a href="https://www.instagram.com/iimtt.corporate/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-icons-33/128/Instagram-512.png" alt="Logo"></a><a href="https://twitter.com/iimtt_corporate" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-media-2285/512/1_Twitter2_colored_svg-256.png" alt="Logo"></a>'+
'<a href="https://www.linkedin.com/showcase/international-institute-of-montessori-teacher-training/" target="_blank"><img style="width:30px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></a><br><hr><b>International Institute of Montessori Teacher Training</b><br>Kemp House 160 City Road, London, Ec1v2nx<br>© 2021 IIMTT All rights reserved.</p></div></body></html>'
function sendEmailFooter(email) {
let formData = new FormData();
formData.append('sendMail', 'true');
formData.append('reciever', email);
formData.append('sender', 'IIMTT');
formData.append('senderMail', 'enquiry@iimtt.org');
formData.append('subject', "IIMTT Brochure");
formData.append('subject', "Thanks for subscribing to IIMTT.");
formData.append('message', message);
fetch("https://mailapi.teenybeans.in/", {
method: "POST",

View File

@@ -89,6 +89,7 @@
<!-- Input -->
<input class="form-control" id="phn" type="number" name="telephone"
placeholder="Enter your Contact number" required>
<p id="phnError" style="color: red; display: none;">Enter a valid phone number</p>
</div>
<div class="form-group mb-5">
<!-- Input -->
@@ -507,10 +508,13 @@
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();
@@ -544,6 +548,7 @@
// window.location.href = "contact-back";
}
);
window.open("thank-you.html");
}
}

View File

@@ -0,0 +1,626 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Favicon -->
<link rel="shortcut icon" href="./assets/favicon/iimtt.ico" type="image/x-icon" />
<!-- Map CSS -->
<link rel="stylesheet" href="https://api.mapbox.com/mapbox-gl-js/v0.53.0/mapbox-gl.css" />
<!-- Libs CSS -->
<link rel="stylesheet" href="./assets/css/libs.bundle.css" />
<!-- Theme CSS -->
<link rel="stylesheet" href="./assets/css/theme.bundle.css" />
<!-- my css -->
<link rel="stylesheet" href="/assets/css/my.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Title -->
<title>IIMTT-Landing-Page</title>
<style>
.checked {
color: orange;
}
</style>
</head>
<body>
<!-- NAVBAR -->
<nav class="navbar navbar-expand-lg navbar-light bg-white border-bottom">
<div class="container">
<!-- Brand -->
<a class="navbar-brand" href="./index.html">
<img src="/assets/img/iimtt.png" class="navbar-brand-img" alt="...">
</a>
<!-- Toggler -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Collapse -->
<div class="collapse navbar-collapse" id="navbarCollapse">
<!-- Toggler -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<i class="fe fe-x"></i>
</button>
</div>
</div>
</nav>
<!----------------------------------------------->
<!-- WELCOME -->
<section data-jarallax data-speed=".8" class="shadow-light-lg bg-cover overlay overlay-dark overlay-60" style="background-image: url(/assets/img/homepage-banner.jpeg);padding-top: 3rem;padding-bottom: 2rem;">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-md-6 pb-sm-0">
<div class="qwq">
<!-- Heading -->
<div>
<h1 style="color: white"><span class="display-3 or font-weight-bold">Become a Montessorian</span><br> with International Institute of Montessori Teacher Training</h1>
</div>
</div>
</div>
<div class="col-12 col-md-6 mt-sm-8">
<!-- Card -->
<div class="card card-bleed shadow-light-lg mb-6" style="background-color:#0585c7">
<div class="card-body">
<p class="text-white">Sign Up for Free Career Counseling</p>
<div class="alert alert-danger" id="warning" style="display: none;">Fill all the fields!</div>
<div class="alert alert-success" id="success">Thanks for sharing your information our counselor will get in touch with you soon</div>
<!-- Form -->
<form class="" role="form" method="post">
<div class="form-group mb-5">
<!-- Input -->
<input type="text" aria-required="true" name="widget-contact-form-name" required
class="form-control required name" id="name1" placeholder="Enter your Name">
</div>
<div class="form-group mb-5">
<!-- Input -->
<input class="form-control" id="phn" type="number" name="telephone"
placeholder="Enter your Contact number" required>
<p id="phnError" style="color: red; display: none;">Enter a valid phone number</p>
</div>
<div class="form-group mb-5">
<!-- Input -->
<input type="email" id="email" aria-required="true" name="widget-contact-form-email"
required class="form-control required email" placeholder="Enter your Email">
<p id="emailError" style="color: red; display: none;">Enter a valid email address</p>
</div>
<div class="form-group">
<input type="text" class="form-control" id="addr" name="address"
placeholder="Enter your Full Address" required>
</div>
<div class="row">
<div class="form-group col-md-12">
<select id="req" class="form-control" name="gender" required>
<option value="">In which field you are interested in?</option>
<option value="Graduate Diploma in Montessori Teacher Training">Graduate Diploma in Montessori Teacher Training</option>
<option value="Post Graduate Diploma in Montessori Teacher Training">Post Graduate Diploma in Montessori Teacher Training</option>
</select>
</div>
</div>
<!-- <div class="form-group mb-7 mb-md-9">
<textarea type="text" name="widget-contact-form-message" required rows="3"
class="form-control required" id="message" placeholder="Enter your Message"></textarea>
</div> <!-- / .row -->
<div class="form-group mb-0">
<button style="background-color: #f7a325;color:white" class="btn btn-sm btn-block lift" type="button" onclick="submitForm()">&nbsp;Enquiry Now</button>
</div>
</form>
</div>
</div>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</section>
<!---------------------------------------------->
<!-- SHAPE -->
<div class="position-relative">
<div class="shape shape-bottom shape-fluid-x svg-shim text-white">
<svg viewBox="0 0 2880 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 48h2880V0h-720C1442.5 52 720 0 720 0H0v48z" fill="currentColor" /></svg> </div>
</div>
<!------------------------------------------------>
<section class="shadow bg-white">
<div class="container">
<div class="flickity-viewport-visible"
data-flickity='{"imagesLoaded": true, "initialIndex": 6, "pageDots": false, "prevNextButtons": false, "contain": true}'>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="" style="margin:30px 0px;margin-left:-20px;width: 120px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="" style="margin:30px 0px;margin-left:-20px;width: 120px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="" style="margin:30px 0px;margin-left:-20px;width: 120px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="" style="margin:30px 0px;margin-left:-20px;width: 120px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/iso-logo.png" alt="iso logo" style="margin:0 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/cct-logo.svg" alt="cct logo" style="margin:30px 0px;margin-left:-20px;width: 120px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/imc-logo.png" alt="imc logo" style="margin:30px 0px;width: 160px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/ims-logo.png" alt="ims logo" style="margin:0 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-3">
<!-- Brand -->
<img src="./assets/img/LLT-logo.png" alt="london teacher training college" style="margin:0 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<img src="./assets/img/focusawards.png" alt="focusawards" style="margin-top:50px;width: 140px;">
<!-- Brand -->
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/ofqual-logo.png" alt="ofqual logo" style="margin-top: 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/cpd.png" alt="ofqual logo" style="width: 100px;">
</div>
</div>
</div> <!-- / .container -->
</section>
<!------------------------------------------------>
<section>
<h2 style="color: #2dadb8;text-align: center;" class="mt-5">Our Courses</h2>
<div class="container">
<div class="row">
<div class="col-12 col-md-6" data-aos="fade-up">
<!-- Card -->
<div class="card shadow-dark mb-6 mb-md-0 lift lift-lg">
<!-- Image -->
<img src="/assets/img/IIMTT-Teacher-Training-Courses-Focus-Areas-Birth-to-3-yrs.png" alt="iimtt focus area" class="card-img-top">
<!-- Shape -->
<div class="position-relative">
<div class="shape shape-bottom shape-fluid-x svg-shim text-white">
<svg viewBox="0 0 2880 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 48h2880V0h-720C1442.5 52 720 0 720 0H0v48z" fill="currentColor" />
</svg>
</div>
</div>
<!-- Body -->
<div class="card-body position-relative">
<h3 style="color:#0189c8;">
Graduate Diploma in Montessori Teacher Training
</h3>
<span>6 months - 1 Year </span>
<!-- Text -->
<p class="text-muted pq">
<p class="text-black font-size-sm mb-6 mb-md-6 mt-1">The Diploma carries the international validation of IIMTT and helps newbie educators get a foothold in the education industry leveraging IIMTTs strong global credentials.<br><br></p>
<!-- Link -->
<form>
<div class="input-group">
<a class="new1 btn btn-sm right bt ttop" href="#">
Enquire Now
</a>
</div>
</form>
</div>
</div>
</div>
<div class="col-12 col-md-6" data-aos="fade-up" data-aos-delay="100">
<!-- Card -->
<div class="card shadow-dark mb-6 mb-md-0 lift lift-lg">
<!-- Image -->
<img src="/assets/img/IIMTT-Teacher-Training-Courses-Focus-Areas-3-to-6-yrs.png" alt="iimtt focus area" class="card-img-top">
<!-- Shape -->
<div class="position-relative">
<div class="shape shape-bottom shape-fluid-x svg-shim text-white">
<svg viewBox="0 0 2880 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 48h2880V0h-720C1442.5 52 720 0 720 0H0v48z" fill="currentColor" />
</svg>
</div>
</div>
<!-- Body -->
<div class="card-body position-relative">
<!-- Heading -->
<h3 style="color:#0189c8;">
Post-Graduate Diploma in Montessori Teacher Training
</h3>
<span>9 months - 1 year </span>
<!-- Text -->
<p class="text-black font-size-sm mb-6 mb-md-6 mt-1">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 years educator.</p>
<form>
<div class="input-group">
<a class="new1 btn btn-sm right bt ttop" href="#">
Enquire Now
</a>
</div>
</form>
</div>
</div>
</div>
</div></div>
</section>
<!-- LOCATION -->
<!-- WELCOME -->
<section class="mt-5">
<div class="container">
<div class="row align-items-stretch">
<div class="col-12 col-md-6 offset-md-1 order-md-2">
<!-- Slider (mobile) -->
<div class="d-md-none img-cover" data-flickity='{"imagesLoaded": true, "wrapAround": true, "prevNextButtons": false, "pageDots": false}'>
<div class="w-100">
<!-- Image -->
<img src="assets/img/Montessori-School-Setup.jpg" alt="..." class="img-fluid">
</div>
</div>
<!-- Slider -->
<div class="position-relative h-100 vw-50 d-none d-md-block" data-aos="fade-left">
<!-- Slider -->
<div style="height:450px" class=" w-100">
<div class="w-100 h-100 bg-cover" style="background-image: url(assets/img/Montessori-School-Setup.jpg);"></div>
</div>
<!-- Shape -->
<div class="shape shape-left shape-fluid-y svg-shim text-white">
<svg viewBox="0 0 100 1544" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h100v386l-50 772v386H0V0z" fill="currentColor"/></svg> </div>
</div>
</div>
<div class="col-12 col-md-5 py-8 order-md-1" data-aos="fade-right">
<!-- Heading -->
<h2 class="display-3">Why <span style="color: #2dadb8">IIMTT</span></h2>
<!-- Text -->
<p class="text-muted mb-6 mb-md-8">
Established to meet the sky-rocketing demand of Montessori teachers, IIMTT is regarded among the worlds 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.
</p>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</section>
<!------------------------------------------------------------->
<section>
<div class="container">
<div class="row">
<h2 class="text-center mt-5">What our students say about us</h2>
<div class="col-12">
<!-- Flickity -->
<div class="flickity-viewport-visible pt-2 pb-9" data-flickity='{"cellAlign": "left", "imagesLoaded": true, "pageDots": false, "prevNextButtons": false, "contain": true}'>
<div class="col-12 col-md-5 col-lg-5">
<!-- Card -->
<div class="card card-border shadow-light-lg lift lift-lg" style="border-top-color: #FF5A5F;">
<div class="card-body text-center">
<!-- Text -->
<p class="text-gray-700 mb-5">
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.
</p>
<span>Riya Biswas</span><br>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</div>
</div>
</div>
<div class="col-12 col-md-5 col-lg-5">
<!-- Card -->
<div class="card card-border shadow-light-lg lift lift-lg" style="border-top-color: #FF5A5F;">
<div class="card-body text-center">
<!-- Blockquote -->
<!-- Text -->
<p class="text-gray-700 mb-5">
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.<br><br><br><br>
</p>
<span>Tanvi Poddar</span><br>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star"></span>
</div>
</div>
</div>
<div class="col-12 col-md-5 col-lg-5">
<!-- Card -->
<div class="card card-border shadow-light-lg lift lift-lg" style="border-top-color: #FF5A5F;">
<div class="card-body text-center">
<!-- Text -->
<p class="text-gray-700 mb-5">
My overall experience at iimtt was excellent. Arati mam was extremely knowledgeable and an excellent faculty. The course was extremely detailed and well-explained.<br><br><br><br><br>
</p>
<span>Indrani Mondal</span><br>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</div>
</div>
</div>
<div class="col-12 col-md-5 col-lg-5">
<!-- Card -->
<div class="card card-border shadow-light-lg lift lift-lg" style="border-top-color: #FF5A5F;">
<div class="card-body text-center">
<!-- Text -->
<p class="text-gray-700 mb-5">
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.<br><br><br><br><br>
</p>
<span>Anamika Singh </span><br>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star"></span>
</div>
</div>
</div>
</div>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</section>
<section>
<div style="background-image: linear-gradient(#1b2a4e, black);margin: 0;padding: 0;">
<div class="row">
<div class="col-12 col-md-4" style="color:#A5A5A5;margin: 0;text-align: center;padding-bottom: 10px;padding-top: 10px;font-size:14px;"> © 2020 IIMTT. All Rights Reserved.</div>
<div class="col-12 col-md-4" style="color:#A5A5A5;margin: 0;text-align: center;justify-content:center;padding-bottom: 10px;padding-top: 10px;font-size:14px;">
<ul class="list-unstyled list-inline list-social mb-6 mb-md-0">
<li class="list-inline-item list-social-item mr-3">
<a href="https://www.instagram.com/iimtt.corporate/" class="text-decoration-none" target="_blank">
<img src="./assets/img/icons/social/instagram.svg" class="list-social-icon" alt="...">
</a>
</li>
<li class="list-inline-item list-social-item mr-3">
<a href="https://www.facebook.com/IIMTT/" class="text-decoration-none" target="_blank">
<img src="./assets/img/icons/social/facebook.svg" class="list-social-icon" alt="...">
</a>
</li>
<li class="list-inline-item list-social-item mr-3">
<a href="https://twitter.com/iimtt_corporate" class="text-decoration-none" target="_blank">
<img src="./assets/img/icons/social/twitter.svg" class="list-social-icon" alt="...">
</a>
</li>
<li class="list-inline-item list-social-item mr-3">
<a href="https://www.linkedin.com/showcase/international-institute-of-montessori-teacher-training/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/linkedin.svg" class="list-social-icon" alt="logo">
</a>
</li>
</ul>
</div>
<div class="col-12 col-md-4" style="color:#A5A5A5;margin: 0;text-align: center;justify-content:center;padding-bottom: 10px;padding-top: 10px;font-size:14px;"><div class="f1">
<a href="#" class="new1 btn btn-xs right bt ttop">Register Now</a>
</div></div>
</div>
</div>
</section>
<!------------------------------------------------------------->
<div class="f1">
<a href="#" class="back-to-top"><i class="fe fe-lg fe-arrow-up"></i></a>
</div>
<!-- JAVASCRIPT -->
<!-- Map JS -->
<script src='https://api.mapbox.com/mapbox-gl-js/v0.53.0/mapbox-gl.js'></script>
<!-- Vendor JS -->
<script src="./assets/js/vendor.bundle.js"></script>
<!-- Theme JS -->
<script src="./assets/js/theme.bundle.js"></script>
</body>
</html>
<script type="text/javascript">
var option = null;
var name = null;
var addr = null;
var phn = null;
var subject = null;
var email = null;
var warning = document.getElementById('warning');
var success = document.getElementById('success');
var emailError = document.getElementById('emailError');
var req = document.getElementById("req");
function setOptions(s) {
// console.log(s[s.selectedIndex].value); // get value
option = s[s.selectedIndex].value;
// console.log(s[s.selectedIndex].id); // get id
}
function submitForm() {
name = document.getElementById("name1").value;
phn = document.getElementById("phn").value;
addr = document.getElementById("addr").value;
email = document.getElementById("email").value;
success.style.display = "none";
subject = req.options[req.selectedIndex].value;
// console.log(name+phn+addr+email+subject);
if (name == '' || addr == '' || phn == '' || email == '' || subject == '') {
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 if (mobile.test(phn) == false) {
phnError.style.display = "block";
} else {
emailError.style.display = "none";
warning.style.display = "none";
let formData = new FormData();
formData.append('formName', 'IIMTT-Landing-Form');
formData.append('business_type', 'iimtt');
formData.append('Name', name);
formData.append('Email', email);
formData.append('Phone', phn);
formData.append('Field', subject);
formData.append('Address', addr);
formData.append('MessageDetails', addr + " Field:" + subject);
fetch('https://api.teenybeans.in/API/contactFormProcessor/v1/', {
method: 'POST',
body: formData
})
.then(res => res.json())
.then(json => {
// console.log(json);
// sendMail("enquiry@atheneumglobal.education");
sendMail("teenybeans.info@gmail.com");
sendMail("enquiry@beanstalkedu.com");
// sendMail("chatterjeegouravking@gmail.com");
sendWelcomeMail(email);
success.style.display = "block";
document.getElementById("name1").value = "";
document.getElementById("phn").value = "";
document.getElementById("addr").value = "";
document.getElementById("email").value = "";
// document.getElementById("message").value = "";
// window.location.href = "contact-back";
}
);
}
}
// if(name)
}
function sendMail(sendEmail) {
// ---------Mail sent-----------------
let formData = new FormData();
formData.append("sendMail", "true");
formData.append("reciever", sendEmail);
formData.append("sender", "IIMTT Enquiry");
formData.append("senderMail", "enquiry@iimtt.org");
formData.append("subject", "New IIMTT Landing Form Fillup");
formData.append(
"message",
"<html><body><p>New IIMTT Landing Page form is filled up.</p><br><p>User Details:-</p><table><tr><th>Name:- </th><td>:- " +
name +
"</td></tr><tr><th>Email:- </th><td>:- " +
email +
"</td></tr><tr><th>Phone:- </th><td>:- " +
phn +
"</td></tr><tr><th>Address:- </th><td>:- " +
addr +
"</td></tr><tr><th>Service:- </th><td>:- " +
subject +
// "</td></tr><tr><th>Message:- </th><td>:- " +
// message +
"</td></tr></table></body></html>"
);
fetch("https://mailapi.teenybeans.in/", {
method: "POST",
body: formData
})
.then(function (response) {
response.json().then(function (data) {
// console.log(data);
});
})
.catch(function (err) {
console.log("Fetch Error :-S", err);
});
}
function sendWelcomeMail(sendEmail) {
// ---------Mail sent-----------------
console.log(sendEmail);
let formData = new FormData();
formData.append("sendMail", "true");
formData.append("reciever", sendEmail);
formData.append("sender", "IIMTT Enquiry");
formData.append("senderMail", "enquiry@iimtt.org");
formData.append("subject", "Thanks for showing interest in our program");
formData.append(
"message",
'<div style="text-align:center;"><img style="width:150px;" src="https://iimtt.org/assets/img/iimtt-footer-logo.png" alt="Logo"><p style="text-align:left">Dear '+ name + '</p><p style="text-align:left">We have received your application and our counsellors will contact you soon with a free counselling session.<p style="text-align:left">Meanwhile, you can learn more about our courses</p><a class="btn btn-secondary btn-form display-4" href="https://iimtt.org/curriculum"><button style="background-color:#f7a325;color:white;border:none; padding-top:6px;padding-bottom:6px;border-radius:6px;">Learn More</button></a><br><br>'+
// '<b>Follow us on</b><br>'+
// '<a href="#"><img style="margin-right:3px;width:20px;" src="https://iimtt.org/assets/img/iso-logo.png" alt="Logo"></a>'+
// '<a href="#"><img style="margin-right:3px;width:20px;" src="https://iimtt.org/assets/img/iso-logo.png" alt="Logo"></a>'+
// '<a href="#"><img style="margin-right:3px;width:20px;" src="https://iimtt.org/assets/img/iso-logo.png" alt="Logo"></a><br>'+
'<p style="text-align:center"><b>International Institute of Montessori Teacher Training</b><br>Kemp House 160 City Road, London, Ec1v2nx <br>© 2021 IIMTT All rights reserved.</p></div>');
fetch("https://mailapi.teenybeans.in/", {
method: "POST",
body: formData
})
.then(function (response) {
response.json().then(function (data) {
console.log(data);
});
})
.catch(function (err) {
console.log("Fetch Error :-S", err);
});
}
</script>

View File

@@ -96,6 +96,7 @@ include("_navbar.php");
<!-- Input -->
<input class="form-control" id="phn" type="number" name="telephone"
placeholder="Enter your Contact number" required>
<p id="phnError" style="color: red; display: none;">Enter a valid phone number</p>
</div>
<div class="form-group mb-5">
<!-- Input -->
@@ -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",
"<html><body><p>Welcome " +
name +
" to IIMTT.<br>Thank you for contacting us. <br> We will get back to you shortly. In the meanwhile please do check out our website for more information. click <a href='https://iimtt.org'>here</a><br>Thank you<br>-Team IIMTT. </p></body></html>"
'<html><body style="background-color:#f5f8f5;padding:16px;"><div style="text-align:center"><a href="#"><img style="width:150px;" src="http://iimtt.org/assets/img/iimtt-footer-logo.png"></a></div>'+
'<div><p>Hi '+name+'</p><p>Thank you for reaching International Institute of Montessori Teacher Training.</p>'+
'<p>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.</p>'+
'<p>Our representative will get in touch with you soon regarding your enquiry!</p></div>'+
'<div style="text-align:center"><a href="https://drive.google.com/file/d/11JW1i7annvdjF6rG5vwSFBjIBaMDfAqZ/view?usp=sharing"><Button style="background-color:#f7a325;color:black;border:none;">Download Brochure</Button></a></div><p>Thanks<br>Team IIMTT</p>'+
'<div style="text-align:center"><p><b>Follow us</b><br><a href="#"><div style="display:none"><img style="width:1px;margin-right:10px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></a><a href="https://www.instagram.com/iimtt.corporate/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-icons-33/128/Instagram-512.png" alt="Logo"></a><a href="https://twitter.com/iimtt_corporate" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-media-2285/512/1_Twitter2_colored_svg-256.png" alt="Logo"></a>'+
'<a href="https://www.linkedin.com/showcase/international-institute-of-montessori-teacher-training/" target="_blank"><img style="width:30px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></a><br><hr><b>International Institute of Montessori Teacher Training</b><br>Kemp House 160 City Road, London, Ec1v2nx<br>© 2021 IIMTT All rights reserved.</p></div></body></html>'
);
fetch("https://mailapi.teenybeans.in/", {
method: "POST",

View File

@@ -260,6 +260,7 @@ include("_navbar.php");
<!-- Input -->
<input class="form-control" id="phn" type="number" name="telephone"
placeholder="Enter your Contact number" required>
<p id="phnError" style="color: red; display: none;">Enter a valid phone number</p>
</div>
</div>
</div>
@@ -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",
"<html><body><p>Welcome " +
name +
" to IIMTT Cheran Ma Nagar.<br>Thank you for contacting us. <br> We will get back to you shortly. In the meanwhile please do check out our website for more information. click <a href='https://iimtt.org'>here</a><br>Thank you<br>-Team IIMTT. </p></body></html>"
);
formData.append("subject", "Thank you for contacting IIMTT.");
formData.append(
"message",
'<html><body style="background-color:#f5f8f5;padding:16px;"><div style="text-align:center"><a href="#"><img style="width:150px;" src="https://iimtt.org/assets/img/iimtt-footer-logo.png"></a></div>'+
'<div><b style="font-size:20px">Hi '+name+'</b><p>Thank you for reaching International Institute of Montessori Teacher Training.</p>'+
'<p>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.</p>'+
'<p>Our representative will get in touch with you soon!</p></div><div style="text-align:center"><a style="background-color:#f7a325;color:black;padding:4px 6px;text-decoration:none" class="btn btn-secondary btn-form display-4" href="https://drive.google.com/file/d/11JW1i7annvdjF6rG5vwSFBjIBaMDfAqZ/view?usp=sharing">Download Brochure</a></div><p>Thanks<br>Team IIMTT</p>'+
'<div style="text-align:center"><p><b>Follow us</b><br><a href="#"><div style="display:none"><img style="width:1px;margin-right:10px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><div style="display:none"<img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></a><a href="https://www.instagram.com/iimtt.corporate/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-icons-33/128/Instagram-512.png" alt="Logo"></a><a href="https://twitter.com/iimtt_corporate" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-media-2285/512/1_Twitter2_colored_svg-256.png" alt="Logo"></a>'+
'<a href="https://www.linkedin.com/showcase/international-institute-of-montessori-teacher-training/" target="_blank"><img style="width:30px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></a><br><hr><b>International Institute of Montessori Teacher Training</b><br>Kemp House 160 City Road, London, Ec1v2nx<br>© 2021 IIMTT All rights reserved.</p></div></body></html>'
);
fetch("https://mailapi.teenybeans.in/", {
method: "POST",
body: formData

View File

@@ -247,6 +247,7 @@ include("_navbar.php");
<!-- Input -->
<input class="form-control" id="phn" type="number" name="telephone"
placeholder="Enter your Contact number" required>
<p id="phnError" style="color: red; display: none;">Enter a valid phone number</p>
</div>
</div>
</div>
@@ -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",
"<html><body><p>Welcome " +
name +
" to IIMTT Chitlapakkam.<br>Thank you for contacting us. <br> We will get back to you shortly. In the meanwhile please do check out our website for more information. click <a href='https://iimtt.org'>here</a><br>Thank you<br>-Team IIMTT. </p></body></html>"
);
formData.append("subject", "Thank you for contacting IIMTT.");
formData.append(
"message",
'<html><body style="background-color:#f5f8f5;padding:16px;"><div style="text-align:center"><a href="#"><img style="width:150px;" src="https://iimtt.org/assets/img/iimtt-footer-logo.png"></a></div>'+
'<div><b style="font-size:20px">Hi '+name+'</b><p>Thank you for reaching International Institute of Montessori Teacher Training.</p>'+
'<p>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.</p>'+
'<p>Our representative will get in touch with you soon!</p></div><div style="text-align:center"><a style="background-color:#f7a325;color:black;padding:4px 6px;text-decoration:none" class="btn btn-secondary btn-form display-4" href="https://drive.google.com/file/d/11JW1i7annvdjF6rG5vwSFBjIBaMDfAqZ/view?usp=sharing">Download Brochure</a></div><p>Thanks<br>Team IIMTT</p>'+
'<div style="text-align:center"><p><b>Follow us</b><br><a href="#"><div style="display:none"><img style="width:1px;margin-right:10px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><div style="display:none"<img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></a><a href="https://www.instagram.com/iimtt.corporate/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-icons-33/128/Instagram-512.png" alt="Logo"></a><a href="https://twitter.com/iimtt_corporate" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-media-2285/512/1_Twitter2_colored_svg-256.png" alt="Logo"></a>'+
'<a href="https://www.linkedin.com/showcase/international-institute-of-montessori-teacher-training/" target="_blank"><img style="width:30px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></a><br><hr><b>International Institute of Montessori Teacher Training</b><br>Kemp House 160 City Road, London, Ec1v2nx<br>© 2021 IIMTT All rights reserved.</p></div></body></html>'
);
fetch("https://mailapi.teenybeans.in/", {
method: "POST",
body: formData

View File

@@ -247,6 +247,7 @@ include("_navbar.php");
<!-- Input -->
<input class="form-control" id="phn" type="number" name="telephone"
placeholder="Enter your Contact number" required>
<p id="phnError" style="color: red; display: none;">Enter a valid phone number</p>
</div>
</div>
</div>
@@ -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",
"<html><body><p>Welcome " +
name +
" to IIMTT Dimapur.<br>Thank you for contacting us. <br> We will get back to you shortly. In the meanwhile please do check out our website for more information. click <a href='https://iimtt.org'>here</a><br>Thank you<br>-Team IIMTT. </p></body></html>"
);
formData.append("subject", "Thank you for contacting IIMTT.");
formData.append(
"message",
'<html><body style="background-color:#f5f8f5;padding:16px;"><div style="text-align:center"><a href="#"><img style="width:150px;" src="https://iimtt.org/assets/img/iimtt-footer-logo.png"></a></div>'+
'<div><b style="font-size:20px">Hi '+name+'</b><p>Thank you for reaching International Institute of Montessori Teacher Training.</p>'+
'<p>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.</p>'+
'<p>Our representative will get in touch with you soon!</p></div><div style="text-align:center"><a style="background-color:#f7a325;color:black;padding:4px 6px;text-decoration:none" class="btn btn-secondary btn-form display-4" href="https://drive.google.com/file/d/11JW1i7annvdjF6rG5vwSFBjIBaMDfAqZ/view?usp=sharing">Download Brochure</a></div><p>Thanks<br>Team IIMTT</p>'+
'<div style="text-align:center"><p><b>Follow us</b><br><a href="#"><div style="display:none"><img style="width:1px;margin-right:10px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><div style="display:none"<img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></a><a href="https://www.instagram.com/iimtt.corporate/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-icons-33/128/Instagram-512.png" alt="Logo"></a><a href="https://twitter.com/iimtt_corporate" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-media-2285/512/1_Twitter2_colored_svg-256.png" alt="Logo"></a>'+
'<a href="https://www.linkedin.com/showcase/international-institute-of-montessori-teacher-training/" target="_blank"><img style="width:30px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></a><br><hr><b>International Institute of Montessori Teacher Training</b><br>Kemp House 160 City Road, London, Ec1v2nx<br>© 2021 IIMTT All rights reserved.</p></div></body></html>'
);
fetch("https://mailapi.teenybeans.in/", {
method: "POST",
body: formData

View File

@@ -255,6 +255,7 @@ include("_navbar.php");
<!-- Input -->
<input class="form-control" id="phn" type="number" name="telephone"
placeholder="Enter your Contact number" required>
<p id="phnError" style="color: red; display: none;">Enter a valid phone number</p>
</div>
</div>
</div>
@@ -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",
"<html><body><p>Welcome " +
name +
" to IIMTT Hanoi.<br>Thank you for contacting us. <br> We will get back to you shortly. In the meanwhile please do check out our website for more information. click <a href='https://iimtt.org'>here</a><br>Thank you<br>-Team IIMTT. </p></body></html>"
);
formData.append("subject", "Thank you for contacting IIMTT.");
formData.append(
"message",
'<html><body style="background-color:#f5f8f5;padding:16px;"><div style="text-align:center"><a href="#"><img style="width:150px;" src="https://iimtt.org/assets/img/iimtt-footer-logo.png"></a></div>'+
'<div><b style="font-size:20px">Hi '+name+'</b><p>Thank you for reaching International Institute of Montessori Teacher Training.</p>'+
'<p>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.</p>'+
'<p>Our representative will get in touch with you soon!</p></div><div style="text-align:center"><a style="background-color:#f7a325;color:black;padding:4px 6px;text-decoration:none" class="btn btn-secondary btn-form display-4" href="https://drive.google.com/file/d/11JW1i7annvdjF6rG5vwSFBjIBaMDfAqZ/view?usp=sharing">Download Brochure</a></div><p>Thanks<br>Team IIMTT</p>'+
'<div style="text-align:center"><p><b>Follow us</b><br><a href="#"><div style="display:none"><img style="width:1px;margin-right:10px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><div style="display:none"<img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></a><a href="https://www.instagram.com/iimtt.corporate/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-icons-33/128/Instagram-512.png" alt="Logo"></a><a href="https://twitter.com/iimtt_corporate" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-media-2285/512/1_Twitter2_colored_svg-256.png" alt="Logo"></a>'+
'<a href="https://www.linkedin.com/showcase/international-institute-of-montessori-teacher-training/" target="_blank"><img style="width:30px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></a><br><hr><b>International Institute of Montessori Teacher Training</b><br>Kemp House 160 City Road, London, Ec1v2nx<br>© 2021 IIMTT All rights reserved.</p></div></body></html>'
);
fetch("https://mailapi.teenybeans.in/", {
method: "POST",
body: formData

View File

@@ -248,6 +248,7 @@ include("_navbar.php");
<!-- Input -->
<input class="form-control" id="phn" type="number" name="telephone"
placeholder="Enter your Contact number" required>
<p id="phnError" style="color: red; display: none;">Enter a valid phone number</p>
</div>
</div>
</div>
@@ -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",
"<html><body><p>Welcome " +
name +
" to IIMTT Howrah Maidan.<br>Thank you for contacting us. <br> We will get back to you shortly. In the meanwhile please do check out our website for more information. click <a href='https://iimtt.org'>here</a><br>Thank you<br>-Team IIMTT. </p></body></html>"
);
formData.append("subject", "Thank you for contacting IIMTT.");
formData.append(
"message",
'<html><body style="background-color:#f5f8f5;padding:16px;"><div style="text-align:center"><a href="#"><img style="width:150px;" src="https://iimtt.org/assets/img/iimtt-footer-logo.png"></a></div>'+
'<div><b style="font-size:20px">Hi '+name+'</b><p>Thank you for reaching International Institute of Montessori Teacher Training.</p>'+
'<p>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.</p>'+
'<p>Our representative will get in touch with you soon!</p></div><div style="text-align:center"><a style="background-color:#f7a325;color:black;padding:4px 6px;text-decoration:none" class="btn btn-secondary btn-form display-4" href="https://drive.google.com/file/d/11JW1i7annvdjF6rG5vwSFBjIBaMDfAqZ/view?usp=sharing">Download Brochure</a></div><p>Thanks<br>Team IIMTT</p>'+
'<div style="text-align:center"><p><b>Follow us</b><br><a href="#"><div style="display:none"><img style="width:1px;margin-right:10px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><div style="display:none"<img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></a><a href="https://www.instagram.com/iimtt.corporate/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-icons-33/128/Instagram-512.png" alt="Logo"></a><a href="https://twitter.com/iimtt_corporate" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-media-2285/512/1_Twitter2_colored_svg-256.png" alt="Logo"></a>'+
'<a href="https://www.linkedin.com/showcase/international-institute-of-montessori-teacher-training/" target="_blank"><img style="width:30px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></a><br><hr><b>International Institute of Montessori Teacher Training</b><br>Kemp House 160 City Road, London, Ec1v2nx<br>© 2021 IIMTT All rights reserved.</p></div></body></html>'
);
fetch("https://mailapi.teenybeans.in/", {
method: "POST",
body: formData

View File

@@ -250,6 +250,7 @@ include("_navbar.php");
<!-- Input -->
<input class="form-control" id="phn" type="number" name="telephone"
placeholder="Enter your Contact number" required>
<p id="phnError" style="color: red; display: none;">Enter a valid phone number</p>
</div>
</div>
</div>
@@ -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",
"<html><body><p>Welcome " +
name +
" to IIMTT Imphal.<br>Thank you for contacting us. <br> We will get back to you shortly. In the meanwhile please do check out our website for more information. click <a href='https://iimtt.org'>here</a><br>Thank you<br>-Team IIMTT. </p></body></html>"
);
formData.append("subject", "Thank you for contacting IIMTT.");
formData.append(
"message",
'<html><body style="background-color:#f5f8f5;padding:16px;"><div style="text-align:center"><a href="#"><img style="width:150px;" src="https://iimtt.org/assets/img/iimtt-footer-logo.png"></a></div>'+
'<div><b style="font-size:20px">Hi '+name+'</b><p>Thank you for reaching International Institute of Montessori Teacher Training.</p>'+
'<p>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.</p>'+
'<p>Our representative will get in touch with you soon!</p></div><div style="text-align:center"><a style="background-color:#f7a325;color:black;padding:4px 6px;text-decoration:none" class="btn btn-secondary btn-form display-4" href="https://drive.google.com/file/d/11JW1i7annvdjF6rG5vwSFBjIBaMDfAqZ/view?usp=sharing">Download Brochure</a></div><p>Thanks<br>Team IIMTT</p>'+
'<div style="text-align:center"><p><b>Follow us</b><br><a href="#"><div style="display:none"><img style="width:1px;margin-right:10px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><div style="display:none"<img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></a><a href="https://www.instagram.com/iimtt.corporate/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-icons-33/128/Instagram-512.png" alt="Logo"></a><a href="https://twitter.com/iimtt_corporate" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-media-2285/512/1_Twitter2_colored_svg-256.png" alt="Logo"></a>'+
'<a href="https://www.linkedin.com/showcase/international-institute-of-montessori-teacher-training/" target="_blank"><img style="width:30px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></a><br><hr><b>International Institute of Montessori Teacher Training</b><br>Kemp House 160 City Road, London, Ec1v2nx<br>© 2021 IIMTT All rights reserved.</p></div></body></html>'
);
fetch("https://mailapi.teenybeans.in/", {
method: "POST",
body: formData

View File

@@ -247,6 +247,7 @@ include("_navbar.php");
<!-- Input -->
<input class="form-control" id="phn" type="number" name="telephone"
placeholder="Enter your Contact number" required>
<p id="phnError" style="color: red; display: none;">Enter a valid phone number</p>
</div>
</div>
</div>
@@ -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",
"<html><body><p>Welcome " +
name +
" to IIMTT Kharagpur.<br>Thank you for contacting us. <br> We will get back to you shortly. In the meanwhile please do check out our website for more information. click <a href='https://iimtt.org'>here</a><br>Thank you<br>-Team IIMTT. </p></body></html>"
);
formData.append("subject", "Thank you for contacting IIMTT.");
formData.append(
"message",
'<html><body style="background-color:#f5f8f5;padding:16px;"><div style="text-align:center"><a href="#"><img style="width:150px;" src="https://iimtt.org/assets/img/iimtt-footer-logo.png"></a></div>'+
'<div><b style="font-size:20px">Hi '+name+'</b><p>Thank you for reaching International Institute of Montessori Teacher Training.</p>'+
'<p>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.</p>'+
'<p>Our representative will get in touch with you soon!</p></div><div style="text-align:center"><a style="background-color:#f7a325;color:black;padding:4px 6px;text-decoration:none" class="btn btn-secondary btn-form display-4" href="https://drive.google.com/file/d/11JW1i7annvdjF6rG5vwSFBjIBaMDfAqZ/view?usp=sharing">Download Brochure</a></div><p>Thanks<br>Team IIMTT</p>'+
'<div style="text-align:center"><p><b>Follow us</b><br><a href="#"><div style="display:none"><img style="width:1px;margin-right:10px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><div style="display:none"<img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></a><a href="https://www.instagram.com/iimtt.corporate/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-icons-33/128/Instagram-512.png" alt="Logo"></a><a href="https://twitter.com/iimtt_corporate" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-media-2285/512/1_Twitter2_colored_svg-256.png" alt="Logo"></a>'+
'<a href="https://www.linkedin.com/showcase/international-institute-of-montessori-teacher-training/" target="_blank"><img style="width:30px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></a><br><hr><b>International Institute of Montessori Teacher Training</b><br>Kemp House 160 City Road, London, Ec1v2nx<br>© 2021 IIMTT All rights reserved.</p></div></body></html>'
);
fetch("https://mailapi.teenybeans.in/", {
method: "POST",
body: formData

View File

@@ -248,6 +248,7 @@ include("_navbar.php");
<!-- Input -->
<input class="form-control" id="phn" type="number" name="telephone"
placeholder="Enter your Contact number" required>
<p id="phnError" style="color: red; display: none;">Enter a valid phone number</p>
</div>
</div>
</div>
@@ -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",
"<html><body><p>Welcome " +
name +
" to IIMTT MICO Layout.<br>Thank you for contacting us. <br> We will get back to you shortly. In the meanwhile please do check out our website for more information. click <a href='https://iimtt.org'>here</a><br>Thank you<br>-Team IIMTT. </p></body></html>"
);
formData.append("subject", "Thank you for contacting IIMTT.");
formData.append(
"message",
'<html><body style="background-color:#f5f8f5;padding:16px;"><div style="text-align:center"><a href="#"><img style="width:150px;" src="https://iimtt.org/assets/img/iimtt-footer-logo.png"></a></div>'+
'<div><b style="font-size:20px">Hi '+name+'</b><p>Thank you for reaching International Institute of Montessori Teacher Training.</p>'+
'<p>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.</p>'+
'<p>Our representative will get in touch with you soon!</p></div><div style="text-align:center"><a style="background-color:#f7a325;color:black;padding:4px 6px;text-decoration:none" class="btn btn-secondary btn-form display-4" href="https://drive.google.com/file/d/11JW1i7annvdjF6rG5vwSFBjIBaMDfAqZ/view?usp=sharing">Download Brochure</a></div><p>Thanks<br>Team IIMTT</p>'+
'<div style="text-align:center"><p><b>Follow us</b><br><a href="#"><div style="display:none"><img style="width:1px;margin-right:10px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><div style="display:none"<img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></a><a href="https://www.instagram.com/iimtt.corporate/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-icons-33/128/Instagram-512.png" alt="Logo"></a><a href="https://twitter.com/iimtt_corporate" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-media-2285/512/1_Twitter2_colored_svg-256.png" alt="Logo"></a>'+
'<a href="https://www.linkedin.com/showcase/international-institute-of-montessori-teacher-training/" target="_blank"><img style="width:30px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></a><br><hr><b>International Institute of Montessori Teacher Training</b><br>Kemp House 160 City Road, London, Ec1v2nx<br>© 2021 IIMTT All rights reserved.</p></div></body></html>'
);
fetch("https://mailapi.teenybeans.in/", {
method: "POST",
body: formData

View File

@@ -248,6 +248,7 @@ include("_navbar.php");
<!-- Input -->
<input class="form-control" id="phn" type="number" name="telephone"
placeholder="Enter your Contact number" required>
<p id="phnError" style="color: red; display: none;">Enter a valid phone number</p>
</div>
</div>
</div>
@@ -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",
"<html><body><p>Welcome " +
name +
" to IIMTT Nabagram(Siliguri).<br>Thank you for contacting us. <br> We will get back to you shortly. In the meanwhile please do check out our website for more information. click <a href='https://iimtt.org'>here</a><br>Thank you<br>-Team IIMTT. </p></body></html>"
);
formData.append("subject", "Thank you for contacting IIMTT.");
formData.append(
"message",
'<html><body style="background-color:#f5f8f5;padding:16px;"><div style="text-align:center"><a href="#"><img style="width:150px;" src="https://iimtt.org/assets/img/iimtt-footer-logo.png"></a></div>'+
'<div><b style="font-size:20px">Hi '+name+'</b><p>Thank you for reaching International Institute of Montessori Teacher Training.</p>'+
'<p>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.</p>'+
'<p>Our representative will get in touch with you soon!</p></div><div style="text-align:center"><a style="background-color:#f7a325;color:black;padding:4px 6px;text-decoration:none" class="btn btn-secondary btn-form display-4" href="https://drive.google.com/file/d/11JW1i7annvdjF6rG5vwSFBjIBaMDfAqZ/view?usp=sharing">Download Brochure</a></div><p>Thanks<br>Team IIMTT</p>'+
'<div style="text-align:center"><p><b>Follow us</b><br><a href="#"><div style="display:none"><img style="width:1px;margin-right:10px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><div style="display:none"<img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></a><a href="https://www.instagram.com/iimtt.corporate/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-icons-33/128/Instagram-512.png" alt="Logo"></a><a href="https://twitter.com/iimtt_corporate" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-media-2285/512/1_Twitter2_colored_svg-256.png" alt="Logo"></a>'+
'<a href="https://www.linkedin.com/showcase/international-institute-of-montessori-teacher-training/" target="_blank"><img style="width:30px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></a><br><hr><b>International Institute of Montessori Teacher Training</b><br>Kemp House 160 City Road, London, Ec1v2nx<br>© 2021 IIMTT All rights reserved.</p></div></body></html>'
);
fetch("https://mailapi.teenybeans.in/", {
method: "POST",
body: formData

View File

@@ -245,6 +245,7 @@ include("_navbar.php");
<!-- Input -->
<input class="form-control" id="phn" type="number" name="telephone"
placeholder="Enter your Contact number" required>
<p id="phnError" style="color: red; display: none;">Enter a valid phone number</p>
</div>
</div>
</div>
@@ -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",
"<html><body><p>Welcome " +
name +
" to IIMTT Nairobi.<br>Thank you for contacting us. <br> We will get back to you shortly. In the meanwhile please do check out our website for more information. click <a href='https://iimtt.org'>here</a><br>Thank you<br>-Team IIMTT. </p></body></html>"
'<html><body style="background-color:#f5f8f5;padding:16px;"><div style="text-align:center"><a href="#"><img style="width:150px;" src="https://iimtt.org/assets/img/iimtt-footer-logo.png"></a></div>'+
'<div><b style="font-size:20px">Hi '+name+'</b><p>Thank you for reaching International Institute of Montessori Teacher Training.</p>'+
'<p>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.</p>'+
'<p>Our representative will get in touch with you soon!</p></div><div style="text-align:center"><a style="background-color:#f7a325;color:black;padding:4px 6px;text-decoration:none" class="btn btn-secondary btn-form display-4" href="https://drive.google.com/file/d/11JW1i7annvdjF6rG5vwSFBjIBaMDfAqZ/view?usp=sharing">Download Brochure</a></div><p>Thanks<br>Team IIMTT</p>'+
'<div style="text-align:center"><p><b>Follow us</b><br><a href="#"><div style="display:none"><img style="width:1px;margin-right:10px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><div style="display:none"<img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></a><a href="https://www.instagram.com/iimtt.corporate/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-icons-33/128/Instagram-512.png" alt="Logo"></a><a href="https://twitter.com/iimtt_corporate" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-media-2285/512/1_Twitter2_colored_svg-256.png" alt="Logo"></a>'+
'<a href="https://www.linkedin.com/showcase/international-institute-of-montessori-teacher-training/" target="_blank"><img style="width:30px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></a><br><hr><b>International Institute of Montessori Teacher Training</b><br>Kemp House 160 City Road, London, Ec1v2nx<br>© 2021 IIMTT All rights reserved.</p></div></body></html>'
);
fetch("https://mailapi.teenybeans.in/", {
method: "POST",

View File

@@ -249,6 +249,7 @@ include("_navbar.php");
<!-- Input -->
<input class="form-control" id="phn" type="number" name="telephone"
placeholder="Enter your Contact number" required>
<p id="phnError" style="color: red; display: none;">Enter a valid phone number</p>
</div>
</div>
</div>
@@ -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",
"<html><body><p>Welcome " +
name +
" to IIMTT Patuli.<br>Thank you for contacting us. <br> We will get back to you shortly. In the meanwhile please do check out our website for more information. click <a href='https://iimtt.org'>here</a><br>Thank you<br>-Team IIMTT. </p></body></html>"
);
formData.append("subject", "Thank you for contacting IIMTT.");
formData.append(
"message",
'<html><body style="background-color:#f5f8f5;padding:16px;"><div style="text-align:center"><a href="#"><img style="width:150px;" src="https://iimtt.org/assets/img/iimtt-footer-logo.png"></a></div>'+
'<div><b style="font-size:20px">Hi '+name+'</b><p>Thank you for reaching International Institute of Montessori Teacher Training.</p>'+
'<p>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.</p>'+
'<p>Our representative will get in touch with you soon!</p></div><div style="text-align:center"><a style="background-color:#f7a325;color:black;padding:4px 6px;text-decoration:none" class="btn btn-secondary btn-form display-4" href="https://drive.google.com/file/d/11JW1i7annvdjF6rG5vwSFBjIBaMDfAqZ/view?usp=sharing">Download Brochure</a></div><p>Thanks<br>Team IIMTT</p>'+
'<div style="text-align:center"><p><b>Follow us</b><br><a href="#"><div style="display:none"><img style="width:1px;margin-right:10px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><div style="display:none"<img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></a><a href="https://www.instagram.com/iimtt.corporate/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-icons-33/128/Instagram-512.png" alt="Logo"></a><a href="https://twitter.com/iimtt_corporate" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-media-2285/512/1_Twitter2_colored_svg-256.png" alt="Logo"></a>'+
'<a href="https://www.linkedin.com/showcase/international-institute-of-montessori-teacher-training/" target="_blank"><img style="width:30px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></a><br><hr><b>International Institute of Montessori Teacher Training</b><br>Kemp House 160 City Road, London, Ec1v2nx<br>© 2021 IIMTT All rights reserved.</p></div></body></html>'
);
fetch("https://mailapi.teenybeans.in/", {
method: "POST",
body: formData

View File

@@ -876,7 +876,7 @@ for close to a decade now.</span>
<div class="icon-contacts pb-3">
<p class="mbr-text align-left mbr-fonts-style display-7">
<b>Phone:</b> +91-334058-5535<br>
<b>Email:</b> enquiry@beanstalkedu.com<br>
<b>Email:</b> enquiry@iimtt.org<br>
<!-- Follow us:<a href="https://www.facebook.com/IIMTT/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/facebook.svg" class="list-social-icon" alt="logo">
</a>
@@ -903,6 +903,7 @@ for close to a decade now.</span>
<!-- Input -->
<input class="form-control" id="phn" type="number" name="telephone"
placeholder="Enter your Contact number" required>
<p id="phnError" style="color: red; display: none;">Enter a valid phone number</p>
</div>
</div>
</div>
@@ -982,10 +983,13 @@ for close to a decade now.</span>
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.</span>
formData.append("reciever", sendEmail);
formData.append("sender", "IIMTT");
formData.append("senderMail", "enquiry@iimtt.org");
formData.append("subject", "Welcome to IIMTT");
formData.append(
"message",
"<html><body><p>Welcome " +
name +
" to IIMTT Kolkata.<br>Thank you for contacting us. <br> We will get back to you shortly. In the meanwhile please do check out our website for more information. click <a href='https://iimtt.org'>here</a><br>Thank you<br>-Team IIMTT. </p></body></html>"
);
formData.append("subject", "Thank you for contacting IIMTT.");
formData.append(
"message",
'<html><body style="background-color:#f5f8f5;padding:16px;"><div style="text-align:center"><a href="#"><img style="width:150px;" src="https://iimtt.org/assets/img/iimtt-footer-logo.png"></a></div>'+
'<div><b style="font-size:20px">Hi '+name+'</b><p>Thank you for reaching International Institute of Montessori Teacher Training.</p>'+
'<p>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.</p>'+
'<p>Our representative will get in touch with you soon!</p></div><div style="text-align:center"><a style="background-color:#f7a325;color:black;padding:4px 6px;text-decoration:none" class="btn btn-secondary btn-form display-4" href="https://drive.google.com/file/d/11JW1i7annvdjF6rG5vwSFBjIBaMDfAqZ/view?usp=sharing">Download Brochure</a></div><p>Thanks<br>Team IIMTT</p>'+
'<div style="text-align:center"><p><b>Follow us</b><br><a href="#"><div style="display:none"><img style="width:1px;margin-right:10px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><div style="display:none"<img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></a><a href="https://www.instagram.com/iimtt.corporate/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-icons-33/128/Instagram-512.png" alt="Logo"></a><a href="https://twitter.com/iimtt_corporate" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-media-2285/512/1_Twitter2_colored_svg-256.png" alt="Logo"></a>'+
'<a href="https://www.linkedin.com/showcase/international-institute-of-montessori-teacher-training/" target="_blank"><img style="width:30px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></a><br><hr><b>International Institute of Montessori Teacher Training</b><br>Kemp House 160 City Road, London, Ec1v2nx<br>© 2021 IIMTT All rights reserved.</p></div></body></html>'
);
fetch("https://mailapi.teenybeans.in/", {
method: "POST",
body: formData

View File

@@ -247,6 +247,7 @@ include("_navbar.php");
<!-- Input -->
<input class="form-control" id="phn" type="number" name="telephone"
placeholder="Enter your Contact number" required>
<p id="phnError" style="color: red; display: none;">Enter a valid phone number</p>
</div>
</div>
</div>
@@ -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",
"<html><body><p>Welcome " +
name +
" to IIMTT Saket.<br>Thank you for contacting us. <br> We will get back to you shortly. In the meanwhile please do check out our website for more information. click <a href='https://iimtt.org'>here</a><br>Thank you<br>-Team IIMTT. </p></body></html>"
);
formData.append("subject", "Thank you for contacting IIMTT.");
formData.append(
"message",
'<html><body style="background-color:#f5f8f5;padding:16px;"><div style="text-align:center"><a href="#"><img style="width:150px;" src="https://iimtt.org/assets/img/iimtt-footer-logo.png"></a></div>'+
'<div><b style="font-size:20px">Hi '+name+'</b><p>Thank you for reaching International Institute of Montessori Teacher Training.</p>'+
'<p>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.</p>'+
'<p>Our representative will get in touch with you soon!</p></div><div style="text-align:center"><a style="background-color:#f7a325;color:black;padding:4px 6px;text-decoration:none" class="btn btn-secondary btn-form display-4" href="https://drive.google.com/file/d/11JW1i7annvdjF6rG5vwSFBjIBaMDfAqZ/view?usp=sharing">Download Brochure</a></div><p>Thanks<br>Team IIMTT</p>'+
'<div style="text-align:center"><p><b>Follow us</b><br><a href="#"><div style="display:none"><img style="width:1px;margin-right:10px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><div style="display:none"<img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></a><a href="https://www.instagram.com/iimtt.corporate/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-icons-33/128/Instagram-512.png" alt="Logo"></a><a href="https://twitter.com/iimtt_corporate" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-media-2285/512/1_Twitter2_colored_svg-256.png" alt="Logo"></a>'+
'<a href="https://www.linkedin.com/showcase/international-institute-of-montessori-teacher-training/" target="_blank"><img style="width:30px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></a><br><hr><b>International Institute of Montessori Teacher Training</b><br>Kemp House 160 City Road, London, Ec1v2nx<br>© 2021 IIMTT All rights reserved.</p></div></body></html>'
);
fetch("https://mailapi.teenybeans.in/", {
method: "POST",
body: formData

View File

@@ -247,6 +247,7 @@ include("_navbar.php");
<!-- Input -->
<input class="form-control" id="phn" type="number" name="telephone"
placeholder="Enter your Contact number" required>
<p id="phnError" style="color: red; display: none;">Enter a valid phone number</p>
</div>
</div>
</div>
@@ -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",
"<html><body><p>Welcome " +
name +
" to IIMTT Sodepur.<br>Thank you for contacting us. <br> We will get back to you shortly. In the meanwhile please do check out our website for more information. click <a href='https://iimtt.org'>here</a><br>Thank you<br>-Team IIMTT. </p></body></html>"
);
formData.append("subject", "Thank you for contacting IIMTT.");
formData.append(
"message",
'<html><body style="background-color:#f5f8f5;padding:16px;"><div style="text-align:center"><a href="#"><img style="width:150px;" src="https://iimtt.org/assets/img/iimtt-footer-logo.png"></a></div>'+
'<div><b style="font-size:20px">Hi '+name+'</b><p>Thank you for reaching International Institute of Montessori Teacher Training.</p>'+
'<p>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.</p>'+
'<p>Our representative will get in touch with you soon!</p></div><div style="text-align:center"><a style="background-color:#f7a325;color:black;padding:4px 6px;text-decoration:none" class="btn btn-secondary btn-form display-4" href="https://drive.google.com/file/d/11JW1i7annvdjF6rG5vwSFBjIBaMDfAqZ/view?usp=sharing">Download Brochure</a></div><p>Thanks<br>Team IIMTT</p>'+
'<div style="text-align:center"><p><b>Follow us</b><br><a href="#"><div style="display:none"><img style="width:1px;margin-right:10px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><div style="display:none"<img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></a><a href="https://www.instagram.com/iimtt.corporate/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-icons-33/128/Instagram-512.png" alt="Logo"></a><a href="https://twitter.com/iimtt_corporate" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-media-2285/512/1_Twitter2_colored_svg-256.png" alt="Logo"></a>'+
'<a href="https://www.linkedin.com/showcase/international-institute-of-montessori-teacher-training/" target="_blank"><img style="width:30px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></a><br><hr><b>International Institute of Montessori Teacher Training</b><br>Kemp House 160 City Road, London, Ec1v2nx<br>© 2021 IIMTT All rights reserved.</p></div></body></html>'
);
fetch("https://mailapi.teenybeans.in/", {
method: "POST",
body: formData

View File

@@ -246,6 +246,7 @@ include("_navbar.php");
<!-- Input -->
<input class="form-control" id="phn" type="number" name="telephone"
placeholder="Enter your Contact number" required>
<p id="phnError" style="color: red; display: none;">Enter a valid phone number</p>
</div>
</div>
</div>
@@ -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",
"<html><body><p>Welcome " +
name +
" to IIMTT Taki Road.<br>Thank you for contacting us. <br> We will get back to you shortly. In the meanwhile please do check out our website for more information. click <a href='https://iimtt.org'>here</a><br>Thank you<br>-Team IIMTT. </p></body></html>"
);
formData.append("subject", "Thank you for contacting IIMTT.");
formData.append(
"message",
'<html><body style="background-color:#f5f8f5;padding:16px;"><div style="text-align:center"><a href="#"><img style="width:150px;" src="https://iimtt.org/assets/img/iimtt-footer-logo.png"></a></div>'+
'<div><b style="font-size:20px">Hi '+name+'</b><p>Thank you for reaching International Institute of Montessori Teacher Training.</p>'+
'<p>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.</p>'+
'<p>Our representative will get in touch with you soon!</p></div><div style="text-align:center"><a style="background-color:#f7a325;color:black;padding:4px 6px;text-decoration:none" class="btn btn-secondary btn-form display-4" href="https://drive.google.com/file/d/11JW1i7annvdjF6rG5vwSFBjIBaMDfAqZ/view?usp=sharing">Download Brochure</a></div><p>Thanks<br>Team IIMTT</p>'+
'<div style="text-align:center"><p><b>Follow us</b><br><a href="#"><div style="display:none"><img style="width:1px;margin-right:10px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><div style="display:none"<img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></a><a href="https://www.instagram.com/iimtt.corporate/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-icons-33/128/Instagram-512.png" alt="Logo"></a><a href="https://twitter.com/iimtt_corporate" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-media-2285/512/1_Twitter2_colored_svg-256.png" alt="Logo"></a>'+
'<a href="https://www.linkedin.com/showcase/international-institute-of-montessori-teacher-training/" target="_blank"><img style="width:30px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></a><br><hr><b>International Institute of Montessori Teacher Training</b><br>Kemp House 160 City Road, London, Ec1v2nx<br>© 2021 IIMTT All rights reserved.</p></div></body></html>'
);
fetch("https://mailapi.teenybeans.in/", {
method: "POST",
body: formData

View File

@@ -247,6 +247,7 @@ include("_navbar.php");
<!-- Input -->
<input class="form-control" id="phn" type="number" name="telephone"
placeholder="Enter your Contact number" required>
<p id="phnError" style="color: red; display: none;">Enter a valid phone number</p>
</div>
</div>
</div>
@@ -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",
"<html><body><p>Welcome " +
name +
" to IIMTT Yavatmal.<br>Thank you for contacting us. <br> We will get back to you shortly. In the meanwhile please do check out our website for more information. click <a href='https://iimtt.org'>here</a><br>Thank you<br>-Team IIMTT. </p></body></html>"
);
formData.append("subject", "Thank you for contacting IIMTT.");
formData.append(
"message",
'<html><body style="background-color:#f5f8f5;padding:16px;"><div style="text-align:center"><a href="#"><img style="width:150px;" src="https://iimtt.org/assets/img/iimtt-footer-logo.png"></a></div>'+
'<div><b style="font-size:20px">Hi '+name+'</b><p>Thank you for reaching International Institute of Montessori Teacher Training.</p>'+
'<p>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.</p>'+
'<p>Our representative will get in touch with you soon!</p></div><div style="text-align:center"><a style="background-color:#f7a325;color:black;padding:4px 6px;text-decoration:none" class="btn btn-secondary btn-form display-4" href="https://drive.google.com/file/d/11JW1i7annvdjF6rG5vwSFBjIBaMDfAqZ/view?usp=sharing">Download Brochure</a></div><p>Thanks<br>Team IIMTT</p>'+
'<div style="text-align:center"><p><b>Follow us</b><br><a href="#"><div style="display:none"><img style="width:1px;margin-right:10px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><div style="display:none"<img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></a><a href="https://www.instagram.com/iimtt.corporate/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-icons-33/128/Instagram-512.png" alt="Logo"></a><a href="https://twitter.com/iimtt_corporate" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-media-2285/512/1_Twitter2_colored_svg-256.png" alt="Logo"></a>'+
'<a href="https://www.linkedin.com/showcase/international-institute-of-montessori-teacher-training/" target="_blank"><img style="width:30px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></a><br><hr><b>International Institute of Montessori Teacher Training</b><br>Kemp House 160 City Road, London, Ec1v2nx<br>© 2021 IIMTT All rights reserved.</p></div></body></html>'
);
fetch("https://mailapi.teenybeans.in/", {
method: "POST",
body: formData

View File

@@ -323,6 +323,7 @@ console.log(dots);
<!-- Input -->
<input class="form-control" id="phn" type="number" name="telephone"
placeholder="Enter your Contact number" required>
<p id="phnError" style="color: red; display: none;">Enter a valid phone number</p>
</div>
<div class="form-group mb-5">
<!-- Input -->
@@ -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",
"<html><body><p>Welcome " +
name +
" to IIMTT.<br>Thank you for contacting us. <br> We will get back to you shortly. In the meanwhile please do check out our website for more information. click <a href='https://iimtt.org'>here</a><br>Thank you<br>-Team IIMTT. </p></body></html>"
'<html><body style="background-color:#f5f8f5;padding:16px;"><div style="text-align:center"><img style="width:150px;" src="http://iimtt.org/assets/img/iimtt-footer-logo.png"></div>'+
'<div><p>Hi '+name+'</p><p>We appreciate your interest in becoming a franchisee of the International Institute of Montessori Teacher Training.</p>'+
'<p>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.</p>'+
'<p>Our representative will get in touch with you soon!</p></div><p>Thanks<br>Team IIMTT</p>'+
'<div style="text-align:center"><p><b>Follow us</b><br><a href="#"><div style="display:none"><img style="width:1px;margin-right:10px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></a><a href="https://www.instagram.com/iimtt.corporate/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-icons-33/128/Instagram-512.png" alt="Logo"></a><a href="https://twitter.com/iimtt_corporate" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-media-2285/512/1_Twitter2_colored_svg-256.png" alt="Logo"></a>'+
'<a href="https://www.linkedin.com/showcase/international-institute-of-montessori-teacher-training/" target="_blank"><img style="width:30px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></a><br><hr><b>International Institute of Montessori Teacher Training</b><br>Kemp House 160 City Road, London, Ec1v2nx<br>© 2021 IIMTT All rights reserved.</p></div></body></html>'
);
fetch("https://mailapi.teenybeans.in/", {
method: "POST",
@@ -1207,14 +1214,19 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
}
var message = '<html><body><p>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. <br>And for more information you can visit our website <a href="https://iimtt.org/">click here</a>.<br><a href="https://drive.google.com/file/d/11JW1i7annvdjF6rG5vwSFBjIBaMDfAqZ/view?usp=sharing" download>Download Your Brochure Now!</a><br>-Team IIMTT</p></body></html>';
function sendEmailFooter(email) {
//var message = '<html><body><p>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. <br>And for more information you can visit our website <a href="https://iimtt.org/">click here</a>.<br><a href="https://drive.google.com/file/d/11JW1i7annvdjF6rG5vwSFBjIBaMDfAqZ/view?usp=sharing" download>Download Your Brochure Now!</a><br>-Team IIMTT</p></body></html>';
var message = '<html><body style="background-color:#f5f8f5;padding:16px;"><div style="text-align:center"><a href="#"><img style="width:150px;" src="https://iimtt.org/assets/img/iimtt-footer-logo.png"></a></div>'+
'<div><b style="font-size:20px">Hi there,</b><p>Thanks for signing up with the International Institute of Montessori Teacher Training. From now on, youll get regular updates on Montessori teaching and the Montessori Method.</p>'+
'<p>If you want to know more about our courses, do get in touch with our counselor.</p></div><p>Thanks<br>Team IIMTT</p>'+
'<div style="text-align:center"><p><b>Follow us</b><br><a href="#"><div style="display:none"><img style="width:1px;margin-right:10px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><div style="display:none"<img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></div></a><a href="https://www.facebook.com/IIMTT/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-1024.png" alt="Logo"></a><a href="https://www.instagram.com/iimtt.corporate/" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-icons-33/128/Instagram-512.png" alt="Logo"></a><a href="https://twitter.com/iimtt_corporate" target="_blank"><img style="width:26px;margin-right:10px" src="https://cdn2.iconfinder.com/data/icons/social-media-2285/512/1_Twitter2_colored_svg-256.png" alt="Logo"></a>'+
'<a href="https://www.linkedin.com/showcase/international-institute-of-montessori-teacher-training/" target="_blank"><img style="width:30px;" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_color-512.png" alt="Logo"></a><br><hr><b>International Institute of Montessori Teacher Training</b><br>Kemp House 160 City Road, London, Ec1v2nx<br>© 2021 IIMTT All rights reserved.</p></div></body></html>'
function sendEmailFooter(email) {
let formData = new FormData();
formData.append('sendMail', 'true');
formData.append('reciever', email);
formData.append('sender', 'IIMTT');
formData.append('senderMail', 'enquiry@iimtt.org');
formData.append('subject', "IIMTT Brochure");
formData.append('subject', "Thanks for subscribing to IIMTT.");
formData.append('message', message);
fetch("https://mailapi.teenybeans.in/", {
method: "POST",