Got a project in mind? We’d love to hear about it. Take five minutes to fill out our project form so that we can get to know you and understand your project.
Address
40 Wynford Dr, North York, ON M3C 1J5 [Unit 315]
Opening hours
Monday to Saturday 8 AM to 10 PM
Sunday: 09:00 AM to 07:00 PM
jQuery(window).on('elementor/frontend/init', function () {
elementorFrontend.hooks.addAction('frontend/element_ready/form.default', function ($scope) {
var $dateField = $scope.find('.elementor-field-type-date input');
// Set placeholder
$dateField.attr('placeholder', 'MM-DD-YYYY');
});
});