default

Request a Quote

We are currently upgrading our website. You may experience delays or limited access to certain features.
Thank you for your patience as we enhance your experience!

Personal Information

Click the tabs below and please fill out the contact information for the following:

Primary Purchasing Contact

Primary Billing Contact

Primary Shipping Contact

Login Information

*Minimum length of password must be equal or greater than 8 symbols. Leading and trailing spaces will be ignored.

Company Information

Resale and Exempt require a certificate at time of application

Drag and drop files or click to select

Max file size: 1024 KB

We are currently experiencing an issue with the file upload functionality on our account registration form. Please email your tax-exemption forms to onlineorders@hardydiagnostics.com to complete your registration. We apologize for any inconvenience this may cause and appreciate your understanding as we work to resolve the issue.

Billing Information

Shipping Information

Payment Information

Bank Card: Pay with a credit card online, by phone, or by email.

Credit Terms: Pay with Net 30, 60 or 90 Terms.

Credit Terms - Ownership Information

Credit Terms - Trade References

Drag and drop files or click to select

Max file size: 1024 KB

Click the tabs below and please fill out the contact information for the following:

Trade Reference #1 - Contact Information

Trade Reference #2 - Contact Information

Trade Reference #3 - Contact Information

const togglePassword = document.querySelector("#togglebfb-control-n2hybhx"); const password = document.querySelector("#bfb-control-kv9r4a9"); const confirmpassword = document.querySelector("#bfb-control-bo3m052"); togglePassword.addEventListener("click", function () { // toggle the type attribute const type = password.getAttribute("type") === "password" ? "text" : "password"; password.setAttribute("type", type); // toggle the icon this.classList.toggle("bfb-control-n2hybhx bfb-control mgz__actions-switch-checkbox"); }); togglePassword.addEventListener("click", function () { // toggle the type attribute const type = confirmpassword.getAttribute("type") === "password" ? "text" : "password"; confirmpassword.setAttribute("type", type); // toggle the icon this.classList.toggle("bfb-control-n2hybhx bfb-control mgz__actions-switch-checkbox"); }); confirmpassword.addEventListener("input", function () { if ($('#bfb-control-bo3m052').val() == $('#bfb-control-kv9r4a9').val()) { $('#message').html('Password matches').css('color', 'green'); } else $('#message').html('Please make sure your passwords match.').css('color', 'red'); }); password.addEventListener("input", function () { if ($('#bfb-control-kv9r4a9').val() == $('#bfb-control-bo3m052').val()) { $('#message').html('Password matches').css('color', 'green'); } else $('#message').html('Please make sure your passwords match').css('color', 'red'); });