Your input counts! Take our Strategic Planning Survey.
Upcoming events
New items
document.addEventListener("DOMContentLoaded", function() {
const observer = new MutationObserver(() => {
const img = document.querySelector('.ctct-form-footer-img');
if (img && !img.alt) {
img.alt = "Constant Contact logo"; // ← your custom alt text
observer.disconnect();
}
});
observer.observe(document.body, { childList: true, subtree: true });
});





















