Referral Program
Send us a referral and earn up to $250 cash when your contact becomes a Hired Guns client. No limits — refer as many businesses as you like.
The Reward
We pay at 3 and 6 months — so you earn more the longer your referral stays. No chasing invoices, no fine print.
Paid when your referred client completes their first 3 months as an active Hired Guns client. We’ll reach out to you directly with payment.
A second payout when the same client reaches 6 months. A bigger reward for a longer relationship — because loyal clients are worth more to us.
The Process
Fill out the referral form below with your contact’s name and details. Or drop us an email at [email protected].
We reach out, have a conversation, and put together a bespoke IT support plan. No pressure, no hard sell.
Once they sign on and are active at 3 months, we send your first payment of $100. No chasing required.
At the 6-month mark we automatically send your second payment. Total earned: $250 for one introduction.
Get Started
Fill in the details below and we’ll take it from there. We’ll confirm receipt and keep you updated every step of the way.
Call Paul directly or send us a message. We’re happy to walk you through how the program works.
referrals@hiredguns.ca
hiredguns.ca
(function() {
var s = document.createElement('style');
s.textContent =
'html,body{background:#080a0e!important;color:#f0f4ff!important;margin:0!important;padding:0!important;max-width:100%!important;width:100%!important;}' +
'#hg-root{background:#080a0e!important;color:#f0f4ff!important;width:100%!important;display:block!important;}' +
':root{--black:#080a0e;--dark:#0d1117;--card:#111620;--border:#1e2a3a;--blue:#1e90ff;--blue-bright:#40aaff;--blue-dim:rgba(30,144,255,0.08);--white:#f0f4ff;--grey:#8a99b3;}' +
'section{background:#080a0e!important;}' +
'#services,#contact{background:#0d1117!important;}' +
'.service-card{background:#111620!important;}' +
'nav{background:rgba(8,10,14,0.85)!important;border-bottom:1px solid #1e2a3a!important;}' +
'h1,h2,h3{color:#f0f4ff!important;}' +
'p{color:#8a99b3!important;}' +
'.hero-eyebrow,.section-eyebrow{color:#1e90ff!important;}' +
'.btn-primary,.nav-cta,.form-submit{background:#1e90ff!important;color:#080a0e!important;}' +
'.form-group input,.form-group textarea,.form-group select{background:#111620!important;border:1px solid #1e2a3a!important;color:#f0f4ff!important;}' +
'footer{background:#080a0e!important;border-top:1px solid #1e2a3a!important;}' +
'.about-box{background:#111620!important;border:1px solid #1e2a3a!important;}' +
'.contact-detail-icon,.service-icon{background:rgba(30,144,255,0.08)!important;border:1px solid #1e2a3a!important;}' +
'.accent{color:#1e90ff!important;}' +
'nav .nav-links{display:flex!important;gap:2.5rem;list-style:none!important;margin:0!important;padding:0!important;}' +
'nav .nav-links li{list-style:none!important;margin:0!important;padding:0!important;}' +
'nav .nav-links a{color:#8a99b3!important;text-decoration:none!important;font-size:0.9rem!important;font-weight:600!important;letter-spacing:0.15em!important;text-transform:uppercase!important;visibility:visible!important;opacity:1!important;}' +
'.hero-grid-bg{background-image:linear-gradient(rgba(30,42,58,0.8) 1px,transparent 1px),linear-gradient(90deg,rgba(30,42,58,0.8) 1px,transparent 1px)!important;background-size:60px 60px!important;-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black,transparent)!important;mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black,transparent)!important;opacity:1!important;}';
document.head.insertBefore(s, document.head.firstChild);
})();
// Animations handled by pure CSS keyframes
document.addEventListener('DOMContentLoaded', function() {
var sections = document.querySelectorAll('section[id]');
var navLinks = document.querySelectorAll('.nav-links a');
window.addEventListener('scroll', function() {
var current = '';
sections.forEach(function(s) { if (window.scrollY >= s.offsetTop - 120) current = s.getAttribute('id'); });
navLinks.forEach(function(a) {
a.style.color = a.getAttribute('href') === ('#' + current) ? '#40aaff' : '';
});
});
var hgForm = document.getElementById('hg-contact-form');
var hgStatus = document.getElementById('hg-form-status');
var hgBtn = document.getElementById('hg-submit-btn');
if (hgForm) {
hgForm.addEventListener('submit', function(e) {
e.preventDefault();
hgBtn.textContent = 'Sending...';
hgBtn.disabled = true;
var data = new FormData(hgForm);
fetch(hgForm.action, {
method: 'POST', body: data,
headers: { 'Accept': 'application/json' }
}).then(function(res) {
if (res.ok) {
hgStatus.style.display = 'block';
hgStatus.style.background = 'rgba(22,163,74,0.15)';
hgStatus.style.border = '1px solid #16a34a';
hgStatus.style.color = '#4ade80';
hgStatus.textContent = 'Message sent! We will be in touch within one business day.';
hgForm.reset();
hgBtn.textContent = 'Send Message';
hgBtn.disabled = false;
} else {
throw new Error('Form error');
}
}).catch(function() {
hgStatus.style.display = 'block';
hgStatus.style.background = 'rgba(220,38,38,0.15)';
hgStatus.style.border = '1px solid #dc2626';
hgStatus.style.color = '#f87171';
hgStatus.textContent = 'Something went wrong. Please email us directly at referrals@hiredguns.ca';
hgBtn.textContent = 'Send Message';
hgBtn.disabled = false;
});
});
}
});
// Referral form handler
var refForm = document.getElementById('hg-referral-form');
var refStatus = document.getElementById('hg-referral-status');
var refBtn = document.getElementById('hg-referral-btn');
if (refForm) {
refForm.addEventListener('submit', function(e) {
e.preventDefault();
refBtn.textContent = 'Sending...';
refBtn.disabled = true;
fetch(refForm.action, {
method: 'POST',
body: new FormData(refForm),
headers: { 'Accept': 'application/json' }
}).then(function(res) {
if (res.ok) {
refStatus.style.display = 'block';
refStatus.style.background = 'rgba(22,163,74,0.15)';
refStatus.style.border = '1px solid #16a34a';
refStatus.style.color = '#4ade80';
refStatus.textContent = 'Referral received! We will be in touch with you and your contact shortly.';
refForm.reset();
refBtn.textContent = 'Submit Referral';
refBtn.disabled = false;
} else { throw new Error