default

Request a Quote

Dear Valued Partners

We would like to notify you of a temporary disruption in our services.
Ordering will be temporarily unavailable starting Friday, May 17th at 5 PM, until Monday, May 20th at 6 AM, as we update our systems. We apologize for the inconvenience this may cause and appreciate your understanding. We look forward to serving you again Monday morning.

If you have any questions or need help in planning your coming orders, please contact our customer service team, or reach out to your Sales Representative.

Create an account with Hardy Diagnostics

Create an Account

Complete the form below to request an account with Hardy Diagnostics.

Complete the form below to request an account with Hardy Diagnostics.

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

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 () { const type = password.getAttribute("type") === "password" ? "text" : "password"; password.setAttribute("type", type); this.classList.toggle("bfb-control-n2hybhx bfb-control mgz__actions-switch-checkbox"); }); togglePassword.addEventListener("click", function () { const type = confirmpassword.getAttribute("type") === "password" ? "text" : "password"; confirmpassword.setAttribute("type", type); 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'); });