document.addEventListener('DOMContentLoaded', function () {
const observer = new MutationObserver(function () {
const emailField = document.querySelector('[name="-OJ16jCKoMaW2hYM9XDw"]');
const firstNameField = document.querySelector('[name="-OJ1AOEU6WuoyrzIE4xk"]');
if (emailField && firstNameField) {
console.log("Fields detected!");
observer.disconnect(); // Stop observing once fields are found
// Hide FirstName field by default
firstNameField.style.display = 'none';
// Add event listeners
emailField.addEventListener('click', function () {
console.log("Email field clicked!");
firstNameField.style.display = 'block';
});
emailField.addEventListener('focus', function () {
console.log("Email field focused!");
firstNameField.style.display = 'block';
});
emailField.addEventListener('input', function () {
console.log("Email field input detected!");
firstNameField.style.display = 'block';
});
}
});
observer.observe(document.body, { childList: true, subtree: true });
});

Ancient Forest Alliance 2021 Calendars are here!
The Ancient Forest Alliance 2021 CALENDAR is hot off the press!! From the popular tourist destination Avatar Grove and old-growth "hotspot" Fairy Creek to the majestic bald eagle and more, each month showcases a spectacular image of BC's magnificent ancient forests and the species that call them home.

AFA’s Andrea Inness on the Great.com podcast
Earlier this month, the AFA's own Andrea Inness was featured on Great.com's podcast Great.com Talks With... where she discussed the plight of BC's rare and endangered old-growth forests, what must be done to protect them, and how concerned folks around the world can help get involved.

Vote today and help shape the future of old-growth forests
Today is Election Day, giving British Columbians a critical opportunity to vote for old-growth forests and the communities and species that depend on them! If you're heading to the polls today, here's a quick guide to help you ensure your vote gets counted!

VIDEO: BC 2020 Election- Vote for Old-Growth Forests
Watch our short video outlining where each of BC's major parties stand on old-growth and don't forget to VOTE on October 24th!

Where do BC’s Major Political Parties Stand on Old-Growth Logging and Related Issues?
We've prepared a summary of where each of BC's three major parties stand on old-growth and related issues and given each party a grade to help voters make informed decisions this election.

Union of BC Indian Chiefs passes old-growth forest resolution
Exciting news! The Union of BC Indian Chiefs (UBCIC) has passed a resolution calling on the BC Government to work with First Nations to protect old-growth forests while engaging and supporting Indigenous…

Cast your vote for ancient forest protection!
Email BC’s major party leaders today & help make old-growth forests a top election issue!

Ancient Forest Enthusiast Cycles Across BC to Jasper
AFA Supporter, Michael, embarked on a cross-province trip to raise awareness for BC's ancient forests

B.C.’s old-growth forest announcement won’t actually slow down logging: critics
Note: Last week we welcomed the release of the Old Growth Strategic Review panel's long-anticipated report, which includes strong recommendations to protect old-growth forests & overhaul BC's forest…

Red Cedar: The Amazing Giving Tree
Here's the first in series of articles by Serena Renner that take a deep dive into the 'tree of life', western redcedar.
"Its future in doubt, no other tree has provided such abundance and identity for northwest peoples, or such habitat and carbon storage in the forest."
Read on to learn more & see some photos from AFA's TJ Watt.