landing page form
This commit is contained in:
@@ -556,7 +556,7 @@
|
||||
let formData = new FormData();
|
||||
formData.append("sendMail", "true");
|
||||
formData.append("reciever", sendEmail);
|
||||
formData.append("sender", "IIMTT");
|
||||
formData.append("sender", "IIMTT Enquiry");
|
||||
formData.append("senderMail", "enquiry@iimtt.org");
|
||||
formData.append("subject", "New IIMTT Landing Form Fillup");
|
||||
formData.append(
|
||||
@@ -594,13 +594,17 @@
|
||||
let formData = new FormData();
|
||||
formData.append("sendMail", "true");
|
||||
formData.append("reciever", sendEmail);
|
||||
formData.append("sender", "IIMTT");
|
||||
formData.append("sender", "IIMTT Enquiry");
|
||||
formData.append("senderMail", "enquiry@iimtt.org");
|
||||
formData.append("subject", "Thanks for showing interest in our program");
|
||||
formData.append(
|
||||
"message",
|
||||
'<html><body style="line-heighr:1.8;background-color:#f7f7f7;text-align:center;justify-content:center;"><div class="shadow" style="padding:5px 8px;box-shadow:0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);"><span><img style="margin-right:auto;margin-left:auto;width:180px;" src="https://iimtt.org/assets/img/iimtt.png" alt="Logo"></span><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.<br><br>Meanwhile, you can learn more about our courses</p><p><a class="btn btn-secondary btn-form display-4" href="https://iimtt.org/curriculum" download><button style="background-color:#f7a325;color:white;border:none; padding-top:6px;padding-bottom:6px;border-radius:6px;"><b>Learn More</b></button></a><br></p><p style="text-align:left"><b>Follow us on</b><br><a href="https://www.facebook.com/IIMTT/" Target="_blank" variant="none" style={{color:"white",margin:"0px 3px 0px 3px"}}><img style="margin-right:3px;margin-left:3px;width:20px;" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTQ-RKHC2HkOCe8-KNgEULVTCsZxKbrQzdFHGMacmaZTK7hgcypuUcrd99UQj6gfr_P_04&usqp=CAU" alt="Logo"></a><a href="https://www.instagram.com/iimtt.corporate/" Target="_blank" variant="none" style={{color:"white",margin:"0px 3px 0px 3px"}}><img style="margin-right:3px;margin-left:3px;width:20px;" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRke59QfzukNAdxQ2F9gaZO-LWhRM3lBJ-e1w&usqp=CAU" alt="Logo"></a><a href="https://twitter.com/iimtt_corporate" Target="_blank" variant="none" style={{color:"white",margin:"0px 3px 0px 3px"}}><img style="margin-right:3px;margin-left:3px;width:20px;" src="https://cdn-icons-png.flaticon.com/512/124/124021.png" alt="Logo"></a></p><p><br><b>International Institute of Montessori Teacher Training</b><br>Kemp House 160 City Road, London, Ec1v2nx</p><p>© 2021 IIMTT All rights reserved.</p></div></body></html>'
|
||||
);
|
||||
'<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
|
||||
|
||||
Reference in New Issue
Block a user