Flood Your Small Business With New Customers In 1 Week With Google!
Get your FREE 5-minute training contractors are raving over!
Get your FREE on-demand website mini training today!
document.addEventListener('DOMContentLoaded', function() {
const form = document.getElementById('email-form');
form.addEventListener('submit', function(e) {
// Loop through each checkbox in the form
let checkboxes = form.querySelectorAll('input[type="checkbox"]');
checkboxes.forEach(function(checkbox) {
if (!checkbox.checked) {
checkbox.style.display = 'none';
}
});
});
});