---
title: Contact - QuickNex IT
description: "QuickNex IT is Toronto's managed IT services provider for SMBs. We deliver cybersecurity, cloud solutions, networking, backup and recovery, and POS systems. Get your free IT assessment."
---

: Rating:

 ( 0 Rating )

-
-
-
-
-

Our Service

Lorem ipsum dolor sit amet, test link adipiscing elit.Nullam dignissim convallis est.Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui.Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus.Maecenas ornare tortor.

Address:

123 ABC Ave Street View #456 XYZ

New York City,

NY 100005, USA

PHONES: (800) 123-4567-890; (800) 123-0046-7890

WE ARE OPEN: Mon-Fri: 10 am - 8 pm

Let's Get in Touch

';
 $('#jdscf-message-153').html(_alert);
 setTimeout(function () {
 $('#jdscf-message-153').html('');
 }, 3000);
 }
 $('#simple-contact-form-153').on('submit', function (e) {
 e.preventDefault();
 var formData = new FormData(this);
 var _form = $(this);
 var _id = 'simple-contact-form-153';
 var _loading = $('.simple-contact-form-loader.module-153');
 if (_form.parsley().isValid()) {
 $.ajax({
 url: 'https://quicknexit.com/index.php?option=com_ajax&module=jdsimplecontactform&format=json&method=submitForm',
 data: formData,
 type: 'POST',
 beforeSend: function () {
 _loading.removeClass('d-none');
 },
 cache: false,
 contentType: false,
 processData: false,
 success: function (response) {
 if (response.status == 'success') {
 $('.jd-simple-contact-message-153').html(response.data.message);
 _loading.addClass('d-none');
 if (response.data.redirect != '') {
 setTimeout(function () {
 window.location = response.data.redirect;
 }, 2000);
 }
 } else {
 var errors = JSON.parse(response.message);
 _loading.addClass('d-none');

 for (index = 0; index < errors.length; ++index) {
 showMessage153("error", errors[index]);
 }

 }
 },
 error: function (response) {
 _loading.addClass('d-none');
 showMessage153("error", "MOD_JDSCF_AJAX_ERROR_ON_SUBMIT");
 }
 });
 }
 });
 });
 })(jQuery_3_3_1);
