Hi, I've done the instructions and just changed the email & name in sendemail.php ,
I see the animation spinning and I do not get any confirmation nor do I get the email. How can I fix this? https://projectmp.com/
Hi, I've done the instructions and just changed the email & name in sendemail.php ,
I see the animation spinning and I do not get any confirmation nor do I get the email. How can I fix this? https://projectmp.com/
Hello,
We have just checked out your Website and the issue is that the https://projectmp.com/include/sendemail.php File that processes the Contact Form returns a 500 Internal Server Error which is why you see the Loader Animation Loop on the Contact Form. Please consider adding the following code at the very top of your include/sendemail.php File:
error_reporting(E_ALL);which should display all the possible errors. Please notify us about the Error Message you see, after going through the process above, so that we can provide you with more assistance. Thanks for your Patience.
Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.
I dont see it displaying the error. But In my console, this is what I got:
jquery.js:2 POST https://projectmp.com/one-page/include/sendemail.php 500 (Internal Server Error)
send @ jquery.js:2
ajax @ jquery.js:2
e.fn.ajaxSubmit @ plugins.js:582
submitHandler @ functions.js:3191
d @ plugins.js:654
(anonymous) @ plugins.js:654
dispatch @ jquery.js:2
y.handle @ jquery.js:2
Does this help?
Let me know, thanks
Hello,
Please make sure that you are adding the error_reporting(E_ALL); inside the PHP Codes.
Please notify us about the Error Message you see, so that we can provide you with more assistance. Thanks for your Patience.
Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.
error_reporting(E_ALL); { "alert": "error", "message": "An unexpected error occured. Please Try Again later." }
sendemail.php code
<?php
use PHPMailer\PHPMailer\PHPMailer;
require 'phpmailer/src/PHPMailer.php';
require 'phpmailer/src/SMTP.php';
$toemails = array();
$toemails[] = array(
'email' => 'info@esctt.com', // Your Email Address
'name' => 'Andrew Leroux' // Your Name
);
// Form Processing Messages
$message_success = 'We have successfully received your Message and will get Back to you as soon as possible.';
$mail = new PHPMailer();
// If you intend you use SMTP, add your SMTP Code after this Line
if( $_SERVER['REQUEST_METHOD'] == 'POST' ) {
if( $_POST['template-contactform-email'] != '' ) {
$name = isset( $_POST['template-contactform-name'] ) ? $_POST['template-contactform-name'] : '';
$email = isset( $_POST['template-contactform-email'] ) ? $_POST['template-contactform-email'] : '';
$phone = isset( $_POST['template-contactform-phone'] ) ? $_POST['template-contactform-phone'] : '';
$service = isset( $_POST['template-contactform-service'] ) ? $_POST['template-contactform-service'] : '';
$subject = isset( $_POST['template-contactform-subject'] ) ? $_POST['template-contactform-subject'] : '';
$message = isset( $_POST['template-contactform-message'] ) ? $_POST['template-contactform-message'] : '';
$subject = isset($subject) ? $subject : 'New Message From Contact Form';
$botcheck = $_POST['template-contactform-botcheck'];
if( $botcheck == '' ) {
$mail->SetFrom( $email , $name );
$mail->AddReplyTo( $email , $name );
foreach( $toemails as $toemail ) {
$mail->AddAddress( $toemail['email'] , $toemail['name'] );
}
$mail->Subject = $subject;
$name = isset($name) ? "Name: $name<br><br>" : '';
$email = isset($email) ? "Email: $email<br><br>" : '';
$phone = isset($phone) ? "Phone: $phone<br><br>" : '';
$service = isset($service) ? "Service: $service<br><br>" : '';
$message = isset($message) ? "Message: $message<br><br>" : '';
$referrer = $_SERVER['HTTP_REFERER'] ? '<br><br><br>This Form was submitted from: ' . $_SERVER['HTTP_REFERER'] : '';
$body = "$name $email $phone $service $message $referrer";
// Runs only when File Field is present in the Contact Form
if ( isset( $_FILES['template-contactform-file'] ) && $_FILES['template-contactform-file']['error'] == UPLOAD_ERR_OK ) {
$mail->IsHTML(true);
$mail->AddAttachment( $_FILES['template-contactform-file']['tmp_name'], $_FILES['template-contactform-file']['name'] );
}
// Runs only when reCaptcha is present in the Contact Form
if( isset( $_POST['g-recaptcha-response'] ) ) {
$recaptcha_response = $_POST['g-recaptcha-response'];
$response = file_get_contents( "https://www.google.com/recaptcha/api/siteverify?secret=" . $recaptcha_secret . "&response=" . $recaptcha_response );
$g_response = json_decode( $response );
if ( $g_response->success !== true ) {
echo '{ "alert": "error", "message": "Captcha not Validated! Please Try Again." }';
die;
}
}
// Uncomment the following Lines of Code if you want to Force reCaptcha Validation
// if( !isset( $_POST['g-recaptcha-response'] ) ) {
// echo '{ "alert": "error", "message": "Captcha not Submitted! Please Try Again." }';
// die;
// }
$mail->MsgHTML( $body );
$sendEmail = $mail->Send();
if( $sendEmail == true ):
echo '{ "alert": "success", "message": "' . $message_success . '" }';
else:
echo '{ "alert": "error", "message": "Email **could not** be sent due to some Unexpected Error. Please Try Again later.<br /><br />**Reason:**<br />' . $mail->ErrorInfo . '" }';
endif;
} else {
echo '{ "alert": "error", "message": "Bot **Detected**.! Clean yourself Botster.!" }';
}
} else {
echo '{ "alert": "error", "message": "Please **Fill up** all the Fields and Try Again." }';
}
} else {
echo '{ "alert": "error", "message": "An unexpected error occured. Please Try Again later." }';
}
?>
index.html code
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ESCTT Inc. | Project MP: Software products for construction.</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" content="Anne Leroux" />
<meta name="description" content="Project management software for construction, Project Tracking, risk management, Change orders, updates. Workshops recognized by the Canadian Construction Assoc. for Gold Seal Credits. Consulting. Financial Services Software: Investment Portfolio Analysis software for financial advisors,
Business efficiency, training workshops, FPSC, IIROC, RIBO" />
<meta name="keywords" content="construction, software, app, IIROC, RIBO, FPSC, Gold Seal, accredited, continuing ed, Project management, change management, risk management, 2 week look ahead, Canadian Construction Association, Change orders, software for construction, Project Tracking, updates, Project Consulting, scheduling, cost control, Toronto, Calgary, Vancouver, Edmonton, Halifax, Sudbury, Ottawa, Boston, Ann Arbor, Seattle, Charlotte, Tampa, Canada, Alberta, BC" />
<!-- Stylesheets
============================================= -->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700|Roboto:300,400,500,700" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/bootstrap.css" type="text/css" />
<link rel="stylesheet" href="style.css" type="text/css" />
<!-- One Page Module Specific Stylesheet -->
<link rel="stylesheet" href="css/onepage.css" type="text/css" />
<!-- / -->
<!-- Photographer Module Specific Stylesheet -->
<link rel="stylesheet" href="css/interior-design.css" type="text/css" />
<link rel="stylesheet" href="css/photographer.css" type="text/css" />
<!-- / -->
<link rel="stylesheet" href="css/dark.css" type="text/css" />
<link rel="stylesheet" href="css/font-icons.css" type="text/css" />
<link rel="stylesheet" href="css/et-line.css" type="text/css" />
<link rel="stylesheet" href="css/animate.css" type="text/css" />
<link rel="stylesheet" href="css/magnific-popup.css" type="text/css" />
<link rel="stylesheet" href="css/fonts.css" type="text/css" />
<link rel="stylesheet" href="css/responsive.css" type="text/css" />
<!-- Font Awesome -->
<link rel="stylesheet" type="text/css" href="fonts/font-awesome-4.1.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Document Title
============================================= -->
<title>ProjectMP | ESCTT Inc.</title>
</head>
<body class="stretched side-push-panel">
<div class="body-overlay"></div>
<div id="side-panel" class="dark">
<div id="side-panel-trigger-close" class="side-panel-trigger"><a href="#"><i class="icon-line-cross"></i></a></div>
<div class="side-panel-wrap">
<div class="widget widget_links clearfix">
<h4>About ESCTT Inc.</h4>
<div style="font-size: 14px; line-height: 1.7;">
<address style="line-height: 1.7;">
719 Bloor St W, Suite 305<br>
Toronto, ON Canada<br>
</address>
<div class="clear topmargin-sm"></div>
<abbr title="Phone Number">Phone:</abbr><a href="tel:+18666306950"> +1 (866) 630-6950</a><br>
<abbr title="Email Address">Email:</abbr><a href="mailto:info@esctt.com"> info@esctt.com</a>
</div>
</div>
<div class="widget quick-contact-widget clearfix">
<h4>Connect Socially</h4>
<a href="https://www.facebook.com/ESCTTInc/" title="Facebook">
<i class="icon-facebook"></i>
<i class="icon-facebook"></i>
</a>
<a href="https://twitter.com/escomputer" title="Twitter">
<i class="icon-twitter"></i>
<i class="icon-twitter"></i>
<a href="https://www.pinterest.ca/escttinc/" title="Pinterest">
<i class="icon-pinterest"></i>
<i class="icon-pinterest"></i>
</a>
<a href="https://www.linkedin.com/company/esctt-inc./" title="LinkedIn">
<i class="icon-linkedin"></i>
<i class="icon-linkedin"></i>
</a>
</div>
</div>
</div>
<!-- Document Wrapper
============================================= -->
<div id="wrapper" class="clearfix">
<!-- Header
============================================= -->
<header id="header" class="full-header transparent-header border-full-header dark static-sticky" data-sticky-class="not-dark" data-sticky-offset="full" data-sticky-offset-negative="100">
<div id="header-wrap">
<div class="container clearfix">
<div id="primary-menu-trigger"><i class="icon-reorder"></i></div>
<!-- Logo
============================================= -->
<div id="logo">
<a href="index.html"><img src="images/blacklogo1.png" alt="ESCTT Logo" /></a>
<a href="index.html"><img src="images/logo2.png" alt="ESCTT Logo" /></a>
</div><!-- #logo end -->
<!-- Primary Navigation
============================================= -->
<nav id="primary-menu">
<ul class="one-page-menu" data-easing="easeInOutExpo" data-speed="1250" data-offset="65">
<li><a href="#"><div>Home</div></a></li>
<li><a href="#"><div>Software</div></a></li>
<li><a href="#"><div>About</div></a></li>
<li><a href="#"><div>Pricing</div></a></li>
<li><a href="#"><div>Training</div></a></li>
<li><a href="#"><div>Blog</div></a></li>
<li><a href="#"><div>Contact</div></a></li>
</ul>
<div id="side-panel-trigger" class="side-panel-trigger"><a href="#"><i class="icon-reorder"></i></a></div>
</nav><!-- #primary-menu end -->
</div>
</div>
</header><!-- #header end -->
<!-- Slider
============================================= -->
<section id="slider" class="slider-element clearfix">
<div class="section swiper_wrapper dark parallax nopadding nomargin noborder ohidden" style="background-image: url('images/page/building_riskmp.jpg');" data-bottom-top="background-position:0px 0px;" data-top-bottom="background-position:0px -300px;">
<div class="container center">
<div class="vertical-middle">
<div class="emphasis-title">
<h1 data-animate="fadeIn">
ProjectMP offers a suite of products to help manage your projects better.
</h1>
</div>
</div>
</div>
<div class="video-wrap">
<div class="video-overlay" style="background: rgba(0,0,0,0.5);"></div>
</div>
<a href="#"><i class="icon-angle-down infinite animated fadeInDown"></i></a>
</div>
</section><!-- #slider end -->
<!-- Flip Card Sections
============================================= -->
<div class="section notopmargin">
<div id="section-software" class="center page-section">
<div class="col-lg-12 parallax" data-bottom-top="margin-top:-50px" data-top-bottom="margin-top:30px">
<h2 class="center uppercase t300 ls3 font-body" data-animate="fadeIn">Our Software</h2>
<p class="text-muted" style="font-size: 16px;" data-animate="fadeIn" data-delay="200">All our software is integrated to ensure a complete and seamless project management tool. Efficient, useful, simplicity. For more information, click on each of the individual products.</p>
</div>
<div class="container clearfix">
<div class="row align-items-center justify-content-between">
<div class="col-lg-12">
<div class="row">
<div class="col-sm-4">
<!-- Flip Card
============================================= -->
<div class="flip-card">
<div class="front no-after" style="background-color: #F9F9F9">
<div class="inner">
<div class="feature-box media-box">
<div class="fbox-icon position-relative mb-4" style="width: 70px;height: 70px; margin-left:38%;">
<a href="#">
<img src="images/icons/riskmp.png" alt="" />
</a>
</div>
<div class="fbox-desc" style="text-align: center;">
<h3 class="t400 nott">RiskMP</h3>
<p class="text-muted t500">Architects, PM's</p>
</div>
</div>
</div>
</div>
<div class="back dark" style="background-image: url('images/page/architect-build.jpg')">
<div class="inner mt-3">
<h4 class="mb-4">RiskMP is a tool to perform a risk assessment. It allows you to identify, manage, and track risk through the project.</h4>
<a href="https://riskmp.com/" target="blank">
<span>For more</span>
<span>information</span>
</a>
</div>
</div>
</div>
</div>
<div class="col-sm-4 mb-5">
<!-- Flip Card
============================================= -->
<div class="flip-card">
<div class="front no-after" style="background-color: #F9F9F9">
<div class="inner">
<div class="feature-box media-box">
<div class="fbox-icon position-relative mb-4" style="width: 70px;height: 70px; margin-left:38%;">
<a href="#">
<img src="images/icons/superslist.png" alt="" />
</a>
</div>
<div class="fbox-desc" style="text-align: center;">
<h3 class="t400 nott">SupersList</h3>
<p class="text-muted t500">Site Supers</p>
</div>
</div>
</div>
</div>
<div class="back dark" style="background-image: url('images/page/building-city.jpg')">
<div class="inner mt-3">
<h4 class="mb-4">SupersList is a project tracking tool to record progress and changes easily via smartphone or laptop. Include photos and share updates between users in real time. Automatically generate change logs.</h4>
<a href="https://superslist.com/" target="blank">
<span>For more</span>
<span>information</span>
</a>
</div>
</div>
</div>
</div>
<div class="col-sm-4 mb-5">
<!-- Flip Card
============================================= -->
<div class="flip-card">
<div class="front no-after" style="background-color: #F9F9F9">
<div class="inner">
<div class="feature-box media-box">
<div class="fbox-icon position-relative mb-4" style="width: 70px;height: 70px; margin-left:38%;">
<a href="#">
<img src="images/icons/changes.jpg" alt="" />
</a>
</div>
<div class="fbox-desc" style="text-align: center;">
<h3 class="t400 nott">ChangesMP</h3>
<p class="text-muted t500">Project Managers</p>
</div>
</div>
</div>
</div>
<div class="back dark" style="background-image: url('images/page/adult-architect.jpg')">
<div class="inner mt-3">
<h4 class="mb-4">ChangesMP helps you manage changes on-site, communicate those changes in real time, and update other project management tools such as MS Project.</h4>
<a href="https://changesmp.com/" target="blank">
<span>For more</span>
<span>information</span>
</a>
</div>
</div>
</div>
</div>
<div class="col-sm-4 offset-sm-2 mb-5">
<!-- Flip Card
============================================= -->
<div class="flip-card">
<div class="front no-after" style="background-color: #F9F9F9">
<div class="inner">
<div class="feature-box media-box" data-animate="fadeIn" data-delay="200">
<div class="fbox-icon position-relative mb-4" style="width: 70px;height: 70px; margin-left:38%;">
<a href="#">
<img src="images/icons/addin.jpg" alt="" />
</a>
</div>
<div class="fbox-desc" style="text-align: center;">
<h3 class="t400 nott">ProjectAddIn</h3>
<p class="text-muted t500">Project Mangers</p>
</div>
</div>
</div>
</div>
<div class="back dark" style="background-image: url('images/page/building_riskmp.jpg')">
<div class="inner mt-3">
<h4 class="mb-4">The ProjectAddin toolbar for MS Project allows you to view your MS Project plan online and quickly update the information. Choose to import updates and/or changes from site.</h4>
<a href="https://projectaddin.com/">
<span>For more</span>
<span>information</span>
</a>
</div>
</div>
</div>
</div>
<div class="col-sm-4 mb-5">
<!-- Flip Card
============================================= -->
<div class="flip-card">
<div class="front no-after" style="background-color: #F9F9F9">
<div class="inner">
<div class="feature-box media-box" data-animate="fadeIn" data-delay="200">
<div class="fbox-icon position-relative mb-4" style="width: 70px;height: 70px; margin-left:38%;">
<a href="#">
<img src="images/icons/closeout.jpg" alt="" />
</a>
</div>
<div class="fbox-desc" style="text-align: center;">
<h3 class="t400 nott">CloseOutPro</h3>
<p class="text-muted t500">Deficiencies Team</p>
</div>
</div>
</div>
</div>
<div class="back dark" style="background-image: url('images/page/closeoutmp.jpg')">
<div class="inner mt-3">
<h4 class="mb-4">Record deficiencies and incompletes to create and update the punchlist. Assign the work and keep track of completions. Get through the closeout period, faster and easier.</h4>
<a href="#">
<span>For more</span>
<span>information</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Content
============================================= -->
<section id="content">
<div class="content-wrap nopadding">
<div id="section-about" class="center page-section">
<div class="container clearfix">
<h2 class="divcenter bottommargin font-body" style="max-width: 700px; font-size: 41px;" data-animate="fadeInLeft">A suite of construction products that help manage your project plans.</h2>
<div class="clear"></div>
<div class="tabs tabs-alt tabs-responsive tabs-justify clearfix" id="tab">
<ul class="tab-nav clearfix">
<li><div class="feature-box fbox-small fbox-plain" data-animate="fadeIn"><a href="#tabs-1"><i class="icon-line-clipboard"></i>Real-time PM</div></a></li>
<li><div class="feature-box fbox-small fbox-plain" data-animate="fadeIn" data-delay="200"><a href="#tabs-2"><i class="icon-line-box"></i>Complete Solutions</div></a></li>
<li><div class="feature-box fbox-small fbox-plain" data-animate="fadeIn" data-delay="400"><a href="#tabs-3"><i class="icon-line-link"></i>Instant Communication</div></a></li>
<li><div class="feature-box fbox-small fbox-plain" data-animate="fadeIn" data-delay="600"><a href="#tabs-4"><i class="icon-line2-screen-smartphone"></i>Go Mobile</div></a></li>
</ul>
</div>
<br>
<p class="lead divcenter bottommargin" style="max-width: 1000px;" data-animate="fadeInRight" data-delay="200">ProjectMP is a suite of 5 software products for construction, that boost overall
communication and productivity throughout the whole project process. From planning to closeout, ProjectMP software apps assist with every step of the project cycle, by ensuring that every member
of the project stays well connected, and providing real-time communication, photos, and documentation (organization is included for free!).
</p><br><br><br>
</div>
</div>
<!-- Pricing
============================================= -->
<div class="container clearfix">
<div id="section-pricing" class="page-section">
<div class="title-center">
<h2 class="center uppercase t300 ls3 font-body" data-animate="fadeIn">Pricing</h2>
<p data-animate="fadeIn" data-delay="800"> We offer an all-in-one price for ProjectMP; which includes all of our construction software.</p>
</div>
<div class="row pricing bottommargin clearfix">
<div class="col-md-4">
<div class="pricing-box" data-animate="slideInLeft" data-delay="200">
<div class="pricing-title">
<h3>Monthly</h3>
</div>
<div class="pricing-price">
<span class="price-unit">&dollar;</span>19<span class="price-tenure">/mo</span>
</div>
<div class="pricing-features">
<ul>
<li><strong>24/7</strong> Access</li>
<li>Mobile & Tablet Friendly</li>
<li>Integration with MS Project</li>
<li><strong>Unlimited</strong> Projects</li>
</ul>
</div>
<div class="pricing-action">
<a href="https://riskmp.com/register">Sign Up</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="pricing-box best-price" data-animate="slideInDown">
<div class="pricing-title">
<h3>Yearly</h3>
<span>Most Popular</span>
</div>
<div class="pricing-price">
<span class="price-unit">&dollar;</span>129<span class="price-tenure">/yr</span>
</div>
<div class="pricing-features">
<ul>
<li><strong>24/7</strong> Access</li>
<li>Mobile & Tablet Friendly</li>
<li>Integration with MS Project</li>
<li><strong>Unlimited</strong> Projects</li>
<li><i class="icon-star3"></i>
<i class="icon-star3"></i>
<i class="icon-star3"></i>
<i class="icon-star3"></i>
<i class="icon-star3"></i></li>
</ul>
</div>
<div class="pricing-action">
<a href="https://riskmp.com/register">Sign Up</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="pricing-box" data-animate="slideInRight" data-delay="200">
<div class="pricing-title">
<h3>Enterprise</h3>
</div>
<div class="pricing-price">
Contact Us
</div>
<div class="pricing-features">
<ul>
<li><strong>24/7</strong> Access</li>
<li>Mobile & Tablet Friendly</li>
<li>Integration with MS Project</li>
<li><strong>Unlimited</strong> Projects</li>
</ul>
</div>
<div class="pricing-action">
<a href="#section-contact"><div>Contact Us</div></a>
</div>
</div>
</div>
</div></div></div>
<!-- Training Section
============================================= -->
<div id="section-training" class="center page-section">
<div class="title-center">
<h2 class="center uppercase t300 ls3 font-body" data-animate="fadeIn">Training</h2>
<p data-animate="fadeIn" data-delay="200"> Aside from our software, ESCTT Inc. also offers training courses which are accredited by many associations and recognized as industry standard.</p>
</div>
<div class="row topmargin-lg divcenter" style="max-width: 1000px;">
<div class="col-md-6 bottommargin">
<div class="team" data-animate="fadeInLeft" data-delay="300">
<div class="team-image">
<img src="images/team/3.jpg" alt="Construction" />
<a href="https://www.escomputertraining.com/courses/list/industry/9" target="blank">
<div class="team-overlay">
</div></a>
</div>
<div class="team-desc team-desc-bg">
<div class="team-title"><h4>Construction</h4><span>Courses</span></div>
</div>
</div>
</div>
<div class="col-md-6 bottommargin">
<div class="team" data-animate="fadeInRight" data-delay="300">
<div class="team-image">
<img src="images/team/2.jpg" alt="Architects" />
<a href="https://www.escomputertraining.com/courses/list/industry/5" target="blank">
<div class="team-overlay">
</div></a>
</div>
<div class="team-desc team-desc-bg">
<div class="team-title"><h4>Architects</h4><span>Courses</span></div>
</div>
</div>
</div>
</div>
<div class="section dark nomargin">
<div class="divcenter center" style="max-width: 900px;">
<h2 class="nobottommargin t300 ls1">For more information, click <a href="https://www.escomputertraining.com/" target="blank">Here</a></h2>
</div>
</div>
</div>
</div>
<div class="section parallax nomargin dark" style="background-image: url('images/page/apartment.jpg'); padding: 150px 0;" data-bottom-top="background-position:0px 0px;" data-top-bottom="background-position:0px -300px;">
<div class="container clearfix">
<div class="col_two_fifth nobottommargin"> </div>
<div class="col_three_fifth nobottommargin col_last">
<div class="fslider testimonial testimonial-full nobgcolor noborder noshadow nopadding" data-arrows="false">
<div class="flexslider">
<div class="slider-wrap">
<div class="slide">
<div class="testi-content">
<p>I'll be able to make use of this info right away. It was exciting to see how powerful this software is.</p>
<div class="testi-meta">
P.C.
<span>Kingston, ON</span>
</div>
</div>
</div>
<div class="slide">
<div class="testi-content">
<p>Risk Management Software - This seems to be one of the most user friendly software packages.</p>
<div class="testi-meta">
L.S.
<span>Edmonton, AB</span>
</div>
</div>
</div>
<div class="slide">
<div class="testi-content">
<p>Made things a lot clearer - will no longer be shy in trying this. Will certainly help me in my job and will set up new items to track - very helpful</p>
<div class="testi-meta">
M.T.
<span>Toronto, ON</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section nobottommargin">
<div id="section-blog" class="page-section">
<h2 class="center uppercase t300 ls3 font-body" data-animate="fadeIn">Recently From the <a href="https://constructiondiscussions.wordpress.com" target="blank">Blog</a></h2>
<div class="container clearfix"> <br>
<div class="row topmargin clearfix">
<div class="ipost col-md-6 bottommargin clearfix" data-animate="fadeIn" data-delay="200">
<div class="row">
<div class="col-lg-6">
<div class="entry-image nobottommargin">
<a href="https://constructiondiscussions.wordpress.com/2018/07/17/we-dont-communicate/" target="blank"><img src="images/blog/architect-businesswoman.jpg" alt="Construction Communication" /></a>
</div>
</div>
<div class="col-lg-6" style="margin-top: 20px;">
<span class="before-heading" style="font-style: normal;">Construction Management</span>
<div class="entry-title">
<h3 class="t400" style="font-size: 22px;"><a href="https://constructiondiscussions.wordpress.com/2018/07/17/we-dont-communicate/" target="blank">Constant Communicaion</a></h3>
</div>
<div class="entry-content">
<a href="https://constructiondiscussions.wordpress.com/2018/07/17/we-dont-communicate/" target="blank">Read more <i class="icon-angle-right"></i></a>
</div>
</div>
</div>
</div>
<div class="ipost col-md-6 bottommargin clearfix" data-animate="fadeIn" data-delay="200">
<div class="row">
<div class="col-lg-6">
<div class="entry-image nobottommargin">
<a href="#"><img src="images/blog/architect-businesswoman.jpg" alt="Paris" /></a>
</div>
</div>
<div class="col-lg-6" style="margin-top: 20px;">
<span class="before-heading" style="font-style: normal;">Construction Management</span>
<div class="entry-title">
<h3 class="t400" style="font-size: 22px;"><a href="https://constructiondiscussions.wordpress.com/2018/07/25/everyone-avoids-the-talk/" target="blank">The Talk</a></h3>
</div>
<div class="entry-content">
<a href="https://constructiondiscussions.wordpress.com/2018/07/25/everyone-avoids-the-talk/" target="blank">Read more <i class="icon-angle-right"></i></a>
</div>
</div>
</div>
</div>
<div class="ipost col-md-6 bottommargin clearfix" data-animate="fadeIn" data-delay="400">
<div class="row">
<div class="col-lg-6">
<div class="entry-image nobottommargin">
<a href="https://constructiondiscussions.wordpress.com/2018/07/17/we-dont-communicate/" target="blank"><img src="images/blog/architect-businesswoman.jpg" alt="Construction Communication" /></a>
</div>
</div>
<div class="col-lg-6" style="margin-top: 20px;">
<span class="before-heading" style="font-style: normal;">Construction Management</span>
<div class="entry-title">
<h3 class="t400" style="font-size: 22px;"><a href="https://constructiondiscussions.wordpress.com/2017/04/25/it-isnt-that-complicated/" target="blank">It Isn't That Complicated</a></h3>
</div>
<div class="entry-content">
<a href="https://constructiondiscussions.wordpress.com/2017/04/25/it-isnt-that-complicated/" target="blank">Read more <i class="icon-angle-right"></i></a>
</div>
</div>
</div>
</div>
<div class="ipost col-md-6 bottommargin clearfix" data-animate="fadeIn" data-delay="400">
<div class="row">
<div class="col-lg-6">
<div class="entry-image nobottommargin">
<a href="#"><img src="images/blog/architect-businesswoman.jpg" alt="Paris" /></a>
</div>
</div>
<div class="col-lg-6" style="margin-top: 20px;">
<span class="before-heading" style="font-style: normal;">Construction Management</span>
<div class="entry-title">
<h3 class="t400" style="font-size: 22px;"><a href="https://constructiondiscussions.wordpress.com/2017/04/20/project-management-and-documentation/" target="blank">Project Management</a></h3>
</div>
<div class="entry-content">
<a href="https://constructiondiscussions.wordpress.com/2017/04/20/project-management-and-documentation/" target="blank">Read more <i class="icon-angle-right"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container clearfix">
<div id="section-contact" class="page-section">
<div class="title-center">
<h2 class="center uppercase t300 ls3 font-body">Contact Us</h2>
<p></p>
</div>
<div class="container clearfix" >
<div class="divcenter topmargin" style="max-width: 850px;">
<div class="contact-widget">
<div class="contact-form-result"></div>
<form class="nobottommargin" id="template-contactform" name="template-contactform" action="include/sendemail.php" method="post">
<div class="form-process"></div>
<div class="col_half">
<input type="text" id="template-contactform-name" name="template-contactform-name" value="" class="sm-form-control border-form-control required" placeholder="Name" />
</div>
<div class="col_half col_last">
<input type="email" id="template-contactform-email" name="template-contactform-email" value="" class="required email sm-form-control border-form-control" placeholder="Email Address" />
</div>
<div class="clear"></div>
<div class="col_one_third">
<input type="text" id="template-contactform-phone" name="template-contactform-phone" value="" class="sm-form-control border-form-control" placeholder="Phone" />
</div>
<div class="col_two_third col_last">
<input type="text" id="template-contactform-subject" name="template-contactform-subject" value="" class="required sm-form-control border-form-control" placeholder="Subject" />
</div>
<div class="clear"></div>
<div class="col_full">
<textarea class="required sm-form-control border-form-control" id="template-contactform-message" name="template-contactform-message" rows="7" cols="30" placeholder="Your Message"></textarea>
</div>
<div class="col_full center">
<button class="button button-border button-circle t500 noleftmargin topmargin-sm" type="submit" id="template-contactform-submit" name="template-contactform-submit" value="submit">Send Message</button>
<br>
</div>
<div class="clear"></div>
<div class="col_full hidden">
<input type="text" id="template-contactform-botcheck" name="template-contactform-botcheck" value="" class="sm-form-control" />
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section><!-- #content end -->
<!-- Footer
============================================= -->
<footer id="footer" class="noborder" style="background-color: #F5F5F5;">
<!-- Copyrights
============================================= -->
<div id="copyrights" class="nobg">
<div class="container clearfix">
<div class="row">
<div class="col-lg-3">
<div class="widget clearfix">
<div>
<h5>Location:</h5>
<address class="nobottommargin">
<div class="text-muted">
<p class="nobottommargin">719 Bloor St W. Suite 305<br>
Toronto, ON, M6G 1L5<br></p>
</div>
</address>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="widget clearfix">
<div>
<h5>Contact:</h5>
<address class="nobottommargin">
<abbr title="Phone Number"><strong>Phone:</strong></abbr><a href="tel:+18666306950"> +1 (866) 630-6950</a><br>
<abbr title="Email Address"><strong>Email:</strong></abbr><a href="mailto:info@esctt.com"> info@esctt.com</a>
</address>
</div>
</div>
</div>
<div class="col-lg-6 tright">
<div class="fright topmargin-sm clearfix">
<a href="https://www.facebook.com/ESCTTInc/">
<i class="icon-facebook"></i>
<i class="icon-facebook"></i>
</a>
<a href="https://twitter.com/escomputer">
<i class="icon-twitter"></i>
<i class="icon-twitter"></i>
</a>
<a href="https://www.pinterest.ca/escttinc/">
<i class="icon-pinterest"></i>
<i class="icon-pinterest"></i>
</a>
<a href="https://www.linkedin.com/company/esctt-inc./">
<i class="icon-linkedin"></i>
<i class="icon-linkedin"></i>
</a>
</div>
<div class="clear"></div>
2018 All Rights Reserved by ESCTT Inc.
</div>
</div>
</div>
</div><!-- #copyrights end -->
</footer><!-- #footer end -->
</div><!-- #wrapper end -->
<!-- Go To Top
============================================= -->
<div id="gotoTop" class="icon-angle-up"></div>
<!-- External JavaScripts
============================================= -->
<script src="js/jquery.js"></script>
<script src="js/plugins.js"></script>
<!-- Google Map JavaScripts
============================================= -->
<script src="js/jquery.gmap.js"></script>
<!-- Mailing Scripts
============================================= -->
<script src="https://smtpjs.com/v2/smtp.js"></script>
<!-- Footer Scripts
============================================= -->
<script src="js/functions.js"></script>
</body>
</html>I have solved it myself.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard