AI Solutions
Cloud Services
Tech-Driven Leadership
About
What to Expect
Book a Call
Contact us
Our team would love to hear from you.
sales@teambisonandbird.com
+1 (587) 330-5509
#302 1812-4th St SW
Calgary AB, Canada
T2S 1W1
Name
Email
Message
You agree to our
privacy policy
.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
document.addEventListener('DOMContentLoaded', function() { // Create honeypot field const honeypotField = document.createElement('div'); honeypotField.innerHTML = `
`; // Add to form const form = document.querySelector('.uui-contact03_form'); if (form) { form.appendChild(honeypotField); // Add submission handler form.addEventListener('submit', function(e) { const honeypotValue = form.querySelector('[name="contact_me_by_fax"]').value; if (honeypotValue) { e.preventDefault(); return; } }); } });