Skip to content

Connect Our Team

Have a question, need a quote, or ready to schedule testing?
Our team of food safety experts is here to help.

document.addEventListener('DOMContentLoaded', function() { const resetBtn = document.querySelector('#your-reset-button-id'); // Replace with actual button ID or selector if (resetBtn) { resetBtn.addEventListener('click', function() { const form = resetBtn.closest('form'); if (form) form.reset(); }); } });